style(waybar): add custom power button styling
Add styling for custom power button with Catppuccin color scheme. - Default color: #f38ba8 (rouge doux) - Hover color: #ff6b81 (lighter red)
This commit is contained in:
@@ -92,6 +92,11 @@ tooltip label { color: #cdd6f4; }
|
|||||||
}
|
}
|
||||||
#custom-keyhelp:hover { background: #b4d0fb; }
|
#custom-keyhelp:hover { background: #b4d0fb; }
|
||||||
|
|
||||||
|
#custom-power {
|
||||||
|
color: #f38ba8; /* rouge doux (Catppuccin) */
|
||||||
|
}
|
||||||
|
#custom-power:hover { color: #ff6b81; }
|
||||||
|
|
||||||
#backlight { color: #f9e2af; } /* jaune doux */
|
#backlight { color: #f9e2af; } /* jaune doux */
|
||||||
#pulseaudio { color: #89b4fa; }
|
#pulseaudio { color: #89b4fa; }
|
||||||
#pulseaudio.muted { color: #6c7086; }
|
#pulseaudio.muted { color: #6c7086; }
|
||||||
|
|||||||
Reference in New Issue
Block a user