diff --git a/scripts/brightdown b/scripts/brightdown index 1c8de0b..b094289 100755 --- a/scripts/brightdown +++ b/scripts/brightdown @@ -20,4 +20,4 @@ case 1 in $((brightness = 0)) ) bar="──────────" ;; esac -notify-send -u low --replace-id=10 "󰃞 Brightness" "$bar" +notify-send -u low --replace-id=9 "󰃞 Brightness" "$bar" diff --git a/scripts/brightup b/scripts/brightup index 7790d09..0d78f86 100755 --- a/scripts/brightup +++ b/scripts/brightup @@ -20,4 +20,4 @@ case 1 in $((brightness = 0)) ) bar="──────────" ;; esac -notify-send -u low --replace-id=10 "󰃞 Brightness" "$bar" +notify-send -u low --replace-id=9 "󰃞 Brightness" "$bar"