summaryrefslogtreecommitdiff
path: root/swayidlechk
diff options
context:
space:
mode:
Diffstat (limited to 'swayidlechk')
-rwxr-xr-xswayidlechk3
1 files changed, 0 insertions, 3 deletions
diff --git a/swayidlechk b/swayidlechk
deleted file mode 100755
index 8717360..0000000
--- a/swayidlechk
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-[ $(pidof swayidle) ] && echo "🌑" || echo "🌕"