From e43a5331c8ca8a44e898ff7b19829b53a6896f20 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Fri, 25 Oct 2024 19:03:50 +0300 Subject: [PATCH] notify-send typo --- scripts/brightness | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/brightness b/scripts/brightness index 2ce1418..716b072 100755 --- a/scripts/brightness +++ b/scripts/brightness @@ -3,13 +3,13 @@ down() { brightnessctl set 5%- brightnessctl=$(brightnessctl | grep -oP "(\d+(\.\d+)?(?=%))") -notify-send -a "Brightness" "Decreasing to $brightnessctl%" -h int:value:"$brightnessctl" -i ~/icons/brightness.png -h string:x-canonical-private-synchronous:brightness +notify-send -a "Brightness" "Decreasing to $brightnessctl%" -h int:value:"$brightnessctl" -i ~/icons/brightness.png -h string:x-canonical-private-synchronous:brightnessctl } up() { brightnessctl set 5%+ brightnessctl=$(brightnessctl | grep -oP "(\d+(\.\d+)?(?=%))") -notify-send -a "BRightness" "Increasing to $brightnessctl%" -h int:value:"$brightnessctl" -i ~/icons/brightness.png -h string:x-canonical-private-synchronous:brightness +notify-send -a "Brightness" "Increasing to $brightnessctl%" -h int:value:"$brightnessctl" -i ~/icons/brightness.png -h string:x-canonical-private-synchronous:brightnessctl } case "$1" in