From 9f769aec4809ff69396bbc155de26f955e3157fe Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 8 Mar 2022 11:17:27 -0500 Subject: [PATCH] polybar: Show when volume is muted This makes it easier to tell when the volume is muted. --- polybar/.config/polybar/config | 1 + 1 file changed, 1 insertion(+) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index fff1dcfa..f93d340f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -115,6 +115,7 @@ format-online =  [module/volume] type = internal/alsa label-volume =  %percentage%% +label-muted =  Off [module/window] type = internal/xwindow