added dunststatus to statusbar

This commit is contained in:
Alexander Bocken 2020-09-21 22:06:00 +02:00
parent 56561a7618
commit 178d7219f7
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

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