diff options
Diffstat (limited to '.config/polybar/scripts/notification_pause')
-rwxr-xr-x | .config/polybar/scripts/notification_pause | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/polybar/scripts/notification_pause b/.config/polybar/scripts/notification_pause new file mode 100755 index 0000000..9bf6724 --- /dev/null +++ b/.config/polybar/scripts/notification_pause | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | if ! $(dunstctl is-paused); then | ||
4 | echo | ||
5 | else | ||
6 | printf "" | ||
7 | fi | ||