diff options
Diffstat (limited to 'hypr/greyline.sh')
| -rwxr-xr-x | hypr/greyline.sh | 6 |
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 |
