From 02a4a3a4c1e6116158b807674709f26933ac5b10 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 9 Oct 2023 17:42:22 +0100 Subject: Add desktop background --- config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/polybar') diff --git a/config/polybar/config b/config/polybar/config index 213b86c..a08cc24 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -140,7 +140,7 @@ label-muted = "%{T3} %{T-}--%" type = custom/script exec = pactl list sources | grep -qi 'Mute: yes' && echo "" || echo "" interval = 1 -click-left = pactl list sources | grep -qi 'Mute: yes' && pactl set-source-mute 2 false || pactl set-source-mute 2 true +click-left = $HOME/.scripts/toggle-mute.sh [module/vpn] type = custom/script -- cgit v1.2.1