This website requires JavaScript.
Explore
Help
Sign In
Alexander
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7aa8c71d49
dotfiles
/
.local
/
bin
/
statusbar
/
dunststatus
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added dunststatus to statusbar
2020-09-21 22:06:00 +02:00
#!/bin/sh
if [ "$( dunstctl is-paused )" = "true" ]; then
better emoji for dunststatus
2020-09-21 22:10:44 +02:00
printf '🔕'
added dunststatus to statusbar
2020-09-21 22:06:00 +02:00
fi
better emoji for dunststatus
2020-09-21 22:10:44 +02:00
printf '\n'
Reference in New Issue
Copy Permalink