diff options
| author | joott <josh@ottmail.me> | 2025-07-29 19:08:17 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-29 19:08:17 -0400 |
| commit | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (patch) | |
| tree | 613e7ed927c2d1f01dcee5103b30a641639044af /waybar/style.css | |
| parent | 104194e56a181b0ed34c26f7f41f1a91c089ac27 (diff) | |
| download | dotfiles-89a596a50ec61b8ebd6040b06a7cab994afd1b3a.tar.gz dotfiles-89a596a50ec61b8ebd6040b06a7cab994afd1b3a.zip | |
full rat
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; } |