From fd6979ba8b9eeada306f521165f956e1bf828610 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 24 Jan 2023 17:36:36 +0530 Subject: volume-low icon not showing fix+ kbesccaps noreq for lsusb --- .scripts/volumechanger | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scripts/volumechanger') diff --git a/.scripts/volumechanger b/.scripts/volumechanger index 2e97506..cc09e67 100755 --- a/.scripts/volumechanger +++ b/.scripts/volumechanger @@ -1,7 +1,7 @@ #!/bin/sh if [ $1 = up ]; then - wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ ##increase by 2% + wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-high -t 1500 -r 1235 ##increase by 2% elif [ $1 = down ];then - wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- ##decrease by 2% + wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-low -t 1500 -r 1236 ##decrease by 2% fi -- cgit v1.2.3