From 218a690b155d9e7d47bb2e7487a150c16c8f482f Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 7 Jun 2026 16:35:56 +0200 Subject: tidy up --- nixos/config/waybar/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos/config/waybar/style.css') 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; +} -- cgit v1.2.3