better emoji for dunststatus

This commit is contained in:
Alexander Bocken 2020-09-21 22:10:44 +02:00
parent 178d7219f7
commit 4cddd2ad4a
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
if [ "$( dunstctl is-paused )" = "true" ]; then if [ "$( dunstctl is-paused )" = "true" ]; then
printf "📨⏸" printf '🔕'
fi fi
printf "\n" printf '\n'