diff options
author | Yigit Sever | 2021-10-25 13:34:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 13:34:42 +0300 |
commit | 06c6f71a6bdad88fc40219a8dd086acd052958e1 (patch) | |
tree | fb31036d2084355001a26cd4b25ac707907b32d6 /.config/polybar/notification_pause.sh | |
parent | 328b9457389bda7c54138db6e908de1c6e1acc3f (diff) | |
parent | 3fad12478ae35265aac6496f61342471da06c4a9 (diff) | |
download | dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.gz dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.bz2 dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.zip |
Merge remote-tracking branch 'origin'
Diffstat (limited to '.config/polybar/notification_pause.sh')
-rwxr-xr-x | .config/polybar/notification_pause.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/polybar/notification_pause.sh b/.config/polybar/notification_pause.sh index 1df1bd6..9bf6724 100755 --- a/.config/polybar/notification_pause.sh +++ b/.config/polybar/notification_pause.sh | |||
@@ -1,8 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | TOGGLE=$HOME/.local/share/.pause_notifications | 3 | if ! $(dunstctl is-paused); then |
4 | |||
5 | if [ ! -e $TOGGLE ]; then | ||
6 | echo | 4 | echo |
7 | else | 5 | else |
8 | printf "" | 6 | printf "" |