8 lines
100 B
Bash
Executable file
8 lines
100 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
if [[ "`dunstctl is-paused`" == "true" ]]; then
|
|
echo ''
|
|
else
|
|
echo ''
|
|
fi
|
|
|