X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=myi3status;h=7183a8ff7eec6360277ed807bfad2befc7925ca4;hp=189e9f03ab7e6034106a26d3f53755a0a5fa2b6d;hb=5a6e794f459b3e83b6d665e05d0ab0c8bc6cdfbe;hpb=61ed433181c33cd554c70db0d632946a0939a997 diff --git a/myi3status b/myi3status index 189e9f0..7183a8f 100755 --- a/myi3status +++ b/myi3status @@ -294,9 +294,13 @@ if (( $# )); then else printf '{ "version": 1, "click_events": true }\n[' while true; do - main - line= - read -r -t 3 line ||: + if [[ -e /tmp/noi3bar ]]; then + sleep 10 + else + main + line= + read -r -t 3 line ||: + fi done fi