From ab3309062e7c53623e0c4ad22ef0645d844ab18c Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 22 Dec 2023 00:10:59 +0000 Subject: change mpc picker to list titles and albums --- config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/polybar/config b/config/polybar/config index 6c370a6..e1fcd5b 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -138,7 +138,7 @@ label-muted = "%{T3} %{T-}--%" [module/microphone] type = custom/script -exec = amixer get Capture | tail -2 | grep -q off && && echo "" || echo "" +exec = amixer get Capture | tail -2 | grep -q off && echo "" || echo "" interval = 1 click-left = $HOME/.scripts/toggle-mute.sh -- cgit v1.2.1