summaryrefslogtreecommitdiff
path: root/scripts/brightness-control
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/brightness-control')
-rwxr-xr-xscripts/brightness-control4
1 files changed, 2 insertions, 2 deletions
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