From 33e329c8cb44679c37054d1823ef487c2569fcdc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 7 May 2020 17:31:42 -0400 Subject: statusbar scripts now open when shift-clicked weather module "fixed" other minor statusbar script tweaks --- .local/bin/statusbar/volume | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/bin/statusbar/volume') diff --git a/.local/bin/statusbar/volume b/.local/bin/statusbar/volume index 7580f20..8df98c8 100755 --- a/.local/bin/statusbar/volume +++ b/.local/bin/statusbar/volume @@ -14,7 +14,8 @@ case $BLOCK_BUTTON in 5) pamixer --allow-boost -d 1 ;; 3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted. - Middle click to mute. -- Scroll to change." +- Scroll to change." ;; + 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac volstat="$(pactl list sinks)" -- cgit v1.3.1