diff --git a/henrovnix_ok/assets/conf/desktop/waybar/config.jsonc b/henrovnix_ok/assets/conf/desktop/waybar/config.jsonc index 07e49281a..8cb399f1b 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/config.jsonc +++ b/henrovnix_ok/assets/conf/desktop/waybar/config.jsonc @@ -1,6 +1,6 @@ { "layer": "top", - "height": 40, + "height": 42, //"modules-left": ["hyprland/window"], diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 2b3ee7ba2..a09ca4854 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -75,27 +75,17 @@ window#waybar { color: @text; border-radius: 15px; font-weight: bold; - - /* EXACT match: border color == background color */ background-color: @active_fill; border: 1px solid @active_fill; - - /* Same "gradient feel" as active workspace - box-shadow: - 0 0 0 1px rgba(51, 204, 255, 0.55), - 0 0 0 2px rgba(0, 255, 153, 0.4), - 0 0 10px rgba(51, 204, 255, 0.18), - 0 0 10px rgba(0, 255, 153, 0.14); - */ } #custom-hyprscroll_overflow.overflow:hover { - /* box-shadow: + padding-right: 10px; + box-shadow: 0 0 0 1px rgba(51, 204, 255, 0.65), 0 0 0 2px rgba(0, 255, 153, 0.48), 0 0 12px rgba(51, 204, 255, 0.22), - 0 0 12px rgba(0, 255, 153, 0.18); */ - padding-right: 10px; + 0 0 12px rgba(0, 255, 153, 0.18); } /* --- Notifications icon --- */