waybar: changed backlight module to use yellow

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent a4ffe3bed4
commit 1a3ec262d3

View file

@ -171,7 +171,7 @@ button:hover {
#backlight { #backlight {
background-color: @background; background-color: @background;
color: @lightblue; color: @yellow;
} }
#network { #network {
@ -260,7 +260,7 @@ button:hover {
} }
#backlight:hover { #backlight:hover {
background-color: @lightblue; background-color: @yellow;
color: @background; color: @background;
} }