X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=myi3status;h=fbeeabddf12d1b8a299c3b097573cbaed8d1758f;hb=07fbcf11a78d2ee20697eb98f5b7eeaa2475f1d1;hp=7183a8ff7eec6360277ed807bfad2befc7925ca4;hpb=5a6e794f459b3e83b6d665e05d0ab0c8bc6cdfbe;p=distro-setup diff --git a/myi3status b/myi3status index 7183a8f..fbeeabd 100755 --- a/myi3status +++ b/myi3status @@ -155,6 +155,13 @@ main() { ps_char="=======FOCUS====== $ps_char" fi + if [[ -e /tmp/iank-i3-no-auto ]]; then + ps_char="$ps_char I" + fi + if [[ -e /tmp/no-obs-auto-scene-switch ]]; then + ps_char="$ps_char O" + fi + printf '{ "name":"status", "color":"#ED297D", "full_text": "%s' "$ps_char" printf '"},'