1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make empty waybar buttons gray

This commit is contained in:
RGBCube 2024-05-08 14:19:25 +03:00
parent a34643de0b
commit 61f0b9931a
No known key found for this signature in database

View file

@ -119,6 +119,10 @@ desktopUserHomeConfiguration {
color: ${base0C};
}
#workspaces button.empty {
color: ${base01};
}
#tray, #pulseaudio, #backlight, #cpu, #memory, #network, #battery, #clock {
margin-left: 20px;
}