mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Workspace: slight adjustment to the inactive ws color. So it works better in every situation (with or without capsule)
This commit is contained in:
@@ -297,7 +297,7 @@ Item {
|
||||
if (model.isActive || model.isOccupied)
|
||||
return Color.mOnSecondary
|
||||
|
||||
return Color.mOnSurface
|
||||
return Color.mOnSecondary
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -312,7 +312,7 @@ Item {
|
||||
if (model.isActive || model.isOccupied)
|
||||
return Color.mSecondary
|
||||
|
||||
return Color.mOutline
|
||||
return Qt.alpha(Color.mSecondary, 0.3)
|
||||
}
|
||||
scale: model.isFocused ? 1.0 : 0.9
|
||||
z: 0
|
||||
|
||||
Reference in New Issue
Block a user