diff options
Diffstat (limited to '.config/polybar/notification_pause.sh')
-rwxr-xr-x | .config/polybar/notification_pause.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/notification_pause.sh b/.config/polybar/notification_pause.sh index 7e59453..1df1bd6 100755 --- a/.config/polybar/notification_pause.sh +++ b/.config/polybar/notification_pause.sh | |||
@@ -5,5 +5,5 @@ TOGGLE=$HOME/.local/share/.pause_notifications | |||
5 | if [ ! -e $TOGGLE ]; then | 5 | if [ ! -e $TOGGLE ]; then |
6 | echo | 6 | echo |
7 | else | 7 | else |
8 | printf "🔕" | 8 | printf "" |
9 | fi | 9 | fi |