From 89a596a50ec61b8ebd6040b06a7cab994afd1b3a Mon Sep 17 00:00:00 2001 From: joott Date: Tue, 29 Jul 2025 19:08:17 -0400 Subject: full rat --- waybar/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 92c4d65..082ed20 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -73,7 +73,7 @@ button { #network, #pulseaudio, #wireplumber, -#custom-media, +#custom-rat, #tray, #mode, #idle_inhibitor, @@ -84,11 +84,14 @@ button { border-top: 3px solid @color7; } -#window, #workspaces { margin: 0 4px; } +#window { + margin: 0 20px; +} + /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { margin-left: 0; @@ -127,12 +130,15 @@ button { @keyframes blink { to { background-color: #ffffff; + border-top: 3px solid #ffffff; color: #000000; } } +#custom-rat.waiting, #battery.critical:not(.charging) { background-color: #f53c3c; + border-top: 3px solid #f53c3c; color: #ffffff; animation-name: blink; animation-duration: 0.5s; @@ -155,6 +161,7 @@ button { color: #ffffff; } + #network { padding-right: 15px; } -- cgit v1.3