From 1f80ae89d060a48f9959c67840e641372a04e127 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 22 Jul 2026 15:24:55 +0530 Subject: greyline, live wallpaper --- hypr/greyline.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 hypr/greyline.sh (limited to 'hypr/greyline.sh') 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 -- cgit v1.2.3