From 55a54688ae784e831797e1f30dd9634bc7fe7957 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 31 Jul 2023 22:28:45 -0600 Subject: [PATCH] id fix --- scripts/brightdown | 2 +- scripts/brightup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"