Reworked Stats.qml and SysInfo to support nvidia, new theme yay!
This commit is contained in:
@@ -265,7 +265,7 @@ ModuleChip {
|
||||
|
||||
Rectangle {
|
||||
anchors.centerIn: parent; width: 22; height: 22; radius: 11
|
||||
color: isToday ? root.t.accent : "transparent"
|
||||
color: isToday ? root.t.calTodayBg : "transparent"
|
||||
border.color: isToday ? root.t.borderToday : "transparent"
|
||||
border.width: isToday ? 2 : 0
|
||||
visible: inMonth
|
||||
|
||||
Reference in New Issue
Block a user