X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=myi3status;fp=myi3status;h=fbeeabddf12d1b8a299c3b097573cbaed8d1758f;hp=7183a8ff7eec6360277ed807bfad2befc7925ca4;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hpb=a9e3d60b4254cd5c6216c4b3e7f8cd5cc5107fad 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 '"},'