diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-06 20:26:04 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-06 20:26:04 -0400 |
| commit | edc7198de6680ae6568549f1b713c296022515ab (patch) | |
| tree | a485e5591ea7606702fc7b3d53fe9c932c6f2089 /modules/user/desktop/apps/waybar/style.css | |
| parent | 619bc64bcdf0306f5854d342fabbc7f1686af25c (diff) | |
fix volume binds, waybar tomfoolery
Diffstat (limited to 'modules/user/desktop/apps/waybar/style.css')
| -rw-r--r-- | modules/user/desktop/apps/waybar/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css index cb20626..6f503ec 100644 --- a/modules/user/desktop/apps/waybar/style.css +++ b/modules/user/desktop/apps/waybar/style.css @@ -24,6 +24,7 @@ tooltip label { margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ } + #workspaces button { background: none; box-shadow: none; @@ -50,6 +51,11 @@ tooltip label { text-shadow: inherit; } -#tray { +#backlight, #battery, #language, #tray, #wireplumber { + min-width: 2em; padding-left: 4px; } + +#battery.critical { + color: #f38ba8; +} |
