Changed priority

This commit is contained in:
RealStickman 2020-10-10 22:50:15 +02:00
parent f0f540ffd5
commit 6e394706ad
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ send_notification() {
# https://en.wikipedia.org/wiki/Box-drawing_character # https://en.wikipedia.org/wiki/Box-drawing_character
bar=$(seq -s "─" $(($light/ 5)) | sed 's/[0-9]//g') bar=$(seq -s "─" $(($light/ 5)) | sed 's/[0-9]//g')
# Send the notification # Send the notification
dunstify -i whitebalance -r 2489 -a backlight-script -u low " $bar " dunstify -i whitebalance -r 2489 -a backlight-script " $bar "
} }
case $1 in case $1 in

View File

@ -19,7 +19,7 @@ send_notification() {
# https://en.wikipedia.org/wiki/Box-drawing_character # https://en.wikipedia.org/wiki/Box-drawing_character
bar=$(seq -s "─" $(($volume / 5)) | sed 's/[0-9]//g') bar=$(seq -s "─" $(($volume / 5)) | sed 's/[0-9]//g')
# Send the notification # Send the notification
dunstify -i audio-volume-high -r 2593 -a volume-script -u low "$volume $bar " dunstify -i audio-volume-high -r 2593 -a volume-script "$volume $bar "
} }
case $1 in case $1 in