From cac6ba5b8af3b8929a22f5a25456feb1e872d5b5 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Wed, 15 May 2024 15:36:36 +0300 Subject: [PATCH] waybar pulseaudio symmetry --- modules/home/programs/waybar/default.nix | 3 ++- modules/home/programs/waybar/style.css | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) 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;