diff --git a/configs/releng/airootfs/usr/local/share/fws/waybar-style.css b/configs/releng/airootfs/usr/local/share/fws/waybar-style.css index 88c9617..1037b97 100644 --- a/configs/releng/airootfs/usr/local/share/fws/waybar-style.css +++ b/configs/releng/airootfs/usr/local/share/fws/waybar-style.css @@ -92,6 +92,11 @@ tooltip label { color: #cdd6f4; } } #custom-keyhelp:hover { background: #b4d0fb; } +#custom-power { + color: #f38ba8; /* rouge doux (Catppuccin) */ +} +#custom-power:hover { color: #ff6b81; } + #backlight { color: #f9e2af; } /* jaune doux */ #pulseaudio { color: #89b4fa; } #pulseaudio.muted { color: #6c7086; }