we keep on trying

This commit is contained in:
2026-02-27 16:21:45 +01:00
parent 867cef5826
commit d3ea73b929
2 changed files with 4 additions and 14 deletions
@@ -1,6 +1,6 @@
{ {
"layer": "top", "layer": "top",
"height": 40, "height": 42,
//"modules-left": ["hyprland/window"], //"modules-left": ["hyprland/window"],
@@ -75,27 +75,17 @@ window#waybar {
color: @text; color: @text;
border-radius: 15px; border-radius: 15px;
font-weight: bold; font-weight: bold;
/* EXACT match: border color == background color */
background-color: @active_fill; background-color: @active_fill;
border: 1px solid @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 { #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 1px rgba(51, 204, 255, 0.65),
0 0 0 2px rgba(0, 255, 153, 0.48), 0 0 0 2px rgba(0, 255, 153, 0.48),
0 0 12px rgba(51, 204, 255, 0.22), 0 0 12px rgba(51, 204, 255, 0.22),
0 0 12px rgba(0, 255, 153, 0.18); */ 0 0 12px rgba(0, 255, 153, 0.18);
padding-right: 10px;
} }
/* --- Notifications icon --- */ /* --- Notifications icon --- */