refactor: new system basics
This commit is contained in:
11
polybar/scripts/dunst.sh
Executable file
11
polybar/scripts/dunst.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Author by : Daniel Heras
|
||||
# Mail : dani.heras@hotmail.com
|
||||
|
||||
if [ $(dunstctl is-paused) == 'false' ]
|
||||
then
|
||||
echo "%{F#FFFFFF}"
|
||||
else
|
||||
echo "%{F#ffbe0b} Pausadas"
|
||||
fi
|
||||
Reference in New Issue
Block a user