From 8004d4f5ade9622b85952124d3dc770b7f46ae83 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 18:23:01 +0100 Subject: vimpc update --- .local/bin/mixer-set | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/mixer-set') diff --git a/.local/bin/mixer-set b/.local/bin/mixer-set index e74beeb..24edbf3 100755 --- a/.local/bin/mixer-set +++ b/.local/bin/mixer-set @@ -30,7 +30,7 @@ sub main { chomp $curr_vol; system('/usr/local/bin/dash', '-c', - '/usr/local/bin/notify-send -u low -t 400 "Volume lowered - ' . $curr_vol . '%"'); + '/usr/local/bin/notify-send -u low -t 400 "Volume - ' . $curr_vol . '%"'); exit; } elsif ($ARGV[0] eq "raise") { @@ -41,7 +41,7 @@ sub main { chomp $curr_vol; system('/usr/local/bin/dash', '-c', - '/usr/local/bin/notify-send -u low -t 400 "Volume raised - ' . $curr_vol . '%"'); + '/usr/local/bin/notify-send -u low -t 400 "Volume - ' . $curr_vol . '%"'); exit; } elsif ($ARGV[0] eq "toggle") { -- cgit v1.2.3