aboutsummaryrefslogtreecommitdiff
path: root/scripts/dnd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dnd')
-rwxr-xr-xscripts/dnd13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/dnd b/scripts/dnd
deleted file mode 100755
index 92722f7f..00000000
--- a/scripts/dnd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/zsh
-STATUS=$(</tmp/dnd_status)
-
-if [ $(</tmp/dnd_status) = "off" ]; then
- notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:pausePopups
- echo "on" > /tmp/dnd_status
-elif [ $(</tmp/dnd_status) = "on" ]; then
- notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:unpausePopups
- echo "off" > /tmp/dnd_status
-fi
-