aboutsummaryrefslogtreecommitdiff
path: root/xmonad/scripts/xmobar-notifications.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xxmonad/scripts/xmobar-notifications.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmonad/scripts/xmobar-notifications.sh b/xmonad/scripts/xmobar-notifications.sh
deleted file mode 100755
index d05a2d48..00000000
--- a/xmonad/scripts/xmobar-notifications.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -eu
-
-CUR_PATH="$HOME/.cache/euandreh/xmobar-notifications.txt"
-mkdir -p "$(dirname "$CUR_PATH")"
-touch "$CUR_PATH"
-
-tail -f "$CUR_PATH" 2> /dev/null