diff options
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 11 |
1 files changed, 9 insertions, 2 deletions
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; } |