From f595b592637d5f9dc76b90f97bbcad200f6a0f72 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Wed, 3 Jun 2026 18:17:28 +0530 Subject: add/fix: variable addition and value changes --- scripts/brightness-control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/brightness-control') diff --git a/scripts/brightness-control b/scripts/brightness-control index 1c6b02c..7049089 100755 --- a/scripts/brightness-control +++ b/scripts/brightness-control @@ -8,11 +8,11 @@ if [[ "$1" == "up" ]]; then | awk -F ',' '{print $4+0}' \ | xargs -I[] notify-send -e -u low -h \ string:x-canonical-private-synchronous:brightness_notif -h \ - int:value:[] "☀ Brightness: []%" + int:value:[] "☀ Brightness []" elif [[ "$1" == "down" ]]; then brightnessctl set -e1 -n2 5%- -m \ | awk -F ',' '{print $4+0}' \ | xargs -I[] notify-send -e -u low -h \ string:x-canonical-private-synchronous:brightness_notif -h \ - int:value:[] "☀ Brightness: []%" + int:value:[] "☀ Brightness []" fi -- cgit v1.3