aboutsummaryrefslogtreecommitdiff
path: root/hypr/greyline.sh
blob: 43c3564742b5b27858a390c217797e414b031b9c (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

while true; do
    greyline
    sleep $((60 - $(date +%S)))
done