diff options
author | davidovski <david@davidovski.xyz> | 2023-10-09 17:42:22 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-10-09 17:42:22 +0100 |
commit | 02a4a3a4c1e6116158b807674709f26933ac5b10 (patch) | |
tree | 84f325f6e8ed2a6ccc618ebb358cea8f1faa95e9 /config/polybar | |
parent | 051ed527f64b0d7f400f76244b3d63a7ac98bb70 (diff) |
Add desktop background
Diffstat (limited to 'config/polybar')
-rw-r--r-- | config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |