diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 16:35:56 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-06-07 16:35:56 +0200 |
| commit | 218a690b155d9e7d47bb2e7487a150c16c8f482f (patch) | |
| tree | 45aeb16405f4f50f80b0e75204091a870e25441f /nixos/config/waybar/style.css | |
| parent | 5549bbcc3c8f8c37b371b61fb7ac2b51f5a73a06 (diff) | |
tidy up
Diffstat (limited to 'nixos/config/waybar/style.css')
| -rw-r--r-- | nixos/config/waybar/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/config/waybar/style.css b/nixos/config/waybar/style.css index 2bcc39c..c17a100 100644 --- a/nixos/config/waybar/style.css +++ b/nixos/config/waybar/style.css @@ -55,7 +55,8 @@ button:hover { #memory, #disk, #network, -#tray { +#tray, +#pulseaudio { padding: 0 8px; color: @white; } @@ -98,3 +99,7 @@ button:hover { background-color: #2980b9; } +#pulseaudio { + color: @grn; + border-bottom: 4px solid @grn; +} |
