script dunst
This commit is contained in:
parent
9492be02dc
commit
820319378a
1 changed files with 6 additions and 0 deletions
6
scripts/polybar/dunst.sh
Executable file
6
scripts/polybar/dunst.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ "$(dunstctl is-paused)" = "true" ]; then
|
||||
echo "notifications disabled"
|
||||
else
|
||||
echo ""
|
||||
fi
|
Loading…
Reference in a new issue