aboutsummaryrefslogtreecommitdiff
path: root/hypr/greyline.sh
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-22 15:24:55 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-22 15:24:55 +0530
commit1f80ae89d060a48f9959c67840e641372a04e127 (patch)
tree9ece31d7855996968414c3ec85f28b237f5ddc22 /hypr/greyline.sh
parentea67a0fe498578d03b27bcf7365acfc69cc840b4 (diff)
greyline, live wallpaper
Diffstat (limited to 'hypr/greyline.sh')
-rwxr-xr-xhypr/greyline.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/hypr/greyline.sh b/hypr/greyline.sh
new file mode 100755
index 0000000..43c3564
--- /dev/null
+++ b/hypr/greyline.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+while true; do
+ greyline
+ sleep $((60 - $(date +%S)))
+done