diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 0d4a6b4..383b9d8 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -54,8 +54,9 @@ pulseaudio = { format = "{icon} {volume}% | {format_source}"; + format-muted = "󰝟 {volume}% | {format_source}"; format-source = "{volume}% "; - format-source-muted = ""; + format-source-muted = "{volume}% "; format-icons = { headphone = ""; default = [ "" "" "" ]; diff --git a/modules/home/programs/waybar/style.css b/modules/home/programs/waybar/style.css index 3195347..d131a7d 100644 --- a/modules/home/programs/waybar/style.css +++ b/modules/home/programs/waybar/style.css @@ -92,10 +92,6 @@ button:hover { background-color: rgba(5, 46, 22, .8); } -#pulseaudio.muted { - background-color: rgba(115, 115, 115, .8) -} - @keyframes blink { to { background-color: #ffffff;