Revert brightness visibility, fix workspace display on hyprland, add app pinning to applauncher again
This commit is contained in:
parent
57fb71f574
commit
4f5e18bd69
4 changed files with 92 additions and 10 deletions
|
|
@ -173,7 +173,8 @@ Item {
|
|||
if (model.isActive)
|
||||
return Theme.accentSecondary;
|
||||
if (model.isOccupied)
|
||||
return Theme.accentSecondary;
|
||||
return Qt.darker(Theme.accentSecondary, 1.5);
|
||||
|
||||
if (model.isUrgent)
|
||||
return Theme.error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue