1
0
forked from extern/nix-config

yambar: Sleep twice as long

Later it may be possible to only update yambar on hyprland events.
This commit is contained in:
Donovan Glover 2023-04-30 17:32:48 -04:00
parent 37a3d9450e
commit bc9a42e7bd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,7 +8,7 @@ while true; do
printf -- '%s\n' "hypr_ws|string|${hypr_ws}"
printf -- '%s\n' ""
sleep 0.05
sleep 0.1
done
unset hypr_ws