From 89eae857030911f66695630f95407448d3a6f1d6 Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Sun, 30 Nov 2025 21:22:18 +0100 Subject: [PATCH] Added Color to new System Menu --- waybar/.config/waybar/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 74d54a8..6a71dbf 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -66,6 +66,7 @@ background-color: #eb4d4b; #tray, #network, #mode, +#custom-power, #scratchpad { margin-top: 2px; margin-bottom: 2px; @@ -125,3 +126,8 @@ border-radius: 15px; padding-left: 6px; padding-right: 6px; } + +#custom-power { +color: @sapphire; +border-bottom: 2px solid @sapphire; +}