aboutsummaryrefslogtreecommitdiff
path: root/hypr/greyline.sh
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
commit91a5f9790cfd4a98ee940633694fb512ecf24942 (patch)
treeb20bdd22e304234b6893e20d0ca5fbfd042f2184 /hypr/greyline.sh
parentced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff)
i3 > hyprland & x11 > wayland
Diffstat (limited to 'hypr/greyline.sh')
-rwxr-xr-xhypr/greyline.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/hypr/greyline.sh b/hypr/greyline.sh
deleted file mode 100755
index 43c3564..0000000
--- a/hypr/greyline.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-while true; do
- greyline
- sleep $((60 - $(date +%S)))
-done