Spaces after the bars in dunst
This commit is contained in:
parent
2e77c22644
commit
7fa51f01a0
@ -14,7 +14,7 @@ send_notification() {
|
||||
# https://en.wikipedia.org/wiki/Box-drawing_character
|
||||
bar=$(seq -s "─" $(($light/ 5)) | sed 's/[0-9]//g')
|
||||
# Send the notification
|
||||
dunstify -i whitebalance -r 2489 " $bar"
|
||||
dunstify -i whitebalance -r 2489 " $bar "
|
||||
}
|
||||
|
||||
case $1 in
|
||||
|
@ -19,7 +19,7 @@ send_notification() {
|
||||
# https://en.wikipedia.org/wiki/Box-drawing_character
|
||||
bar=$(seq -s "─" $(($volume / 5)) | sed 's/[0-9]//g')
|
||||
# Send the notification
|
||||
dunstify -i audio-volume-high -r 2593 "$volume $bar"
|
||||
dunstify -i audio-volume-high -r 2593 "$volume $bar "
|
||||
}
|
||||
|
||||
case $1 in
|
||||
|
Loading…
Reference in New Issue
Block a user