out_to_x no out_to_console yes update_interval 5 if_up_strictness address TEXT [\ {\ "full_text" : "Host",\ "separator" : false\ },\ {\ "full_text" : "$nodename ",\ "color" : "\#909737"\ },\ {\ "full_text" : " Root",\ "separator" : false\ },\ {\ "full_text" : "${fs_used_perc /} ",\ "color" : "\#909737"\ },\ {\ "full_text" : " IP",\ "separator" : false\ },\ ${if_up enp0s25}\ {\ "full_text" : "${addr enp0s25} ",\ "color" : "\#909737"\ },\ ${else}\ ${if_up wlp3s0}\ {\ "full_text" : "${addr wlp3s0} ",\ "color" : "\#909737"\ },\ ${else}\ ${if_up wwp0s29u1u4i6}\ {\ "full_text" : "${addr wwp0s29u1u4i6} ",\ "color" : "\#909737"\ },\ ${else}\ {\ "full_text" : "No connection ",\ "color" : "\#909737"\ },\ ${endif}\ ${endif}\ ${endif}\ {\ "full_text" : " Temp",\ "separator" : false\ },\ {\ "full_text" : "${acpitemp} ",\ "color" : "\#909737"\ },\ {\ "full_text" : " Fan",\ "separator" : false\ },\ {\ "full_text" : "${ibm_fan} ",\ "color" : "\#909737"\ },\ { \ "full_text" : " RAM",\ "separator" : false\ },\ {\ "full_text" : "${memperc} ",\ "color" : "\#909737"\ },\ {\ "full_text" : " Load",\ "separator" : false\ },\ {\ "full_text" : "${cpu cpu0} ",\ "color" : "\#909737"\ },\ {\ "full_text" : " Battery",\ "separator" : false\ },\ ${if_match "${exec upower -i /org/freedesktop/UPower/devices/battery_BAT0 | pcregrep -o1 '^[ ]*state:[ ]*([\w]+)'}" == "discharging"}\ {\ "full_text" : "${battery_percent}",\ "color" : "\#909737",\ "separator" : false\ },\ {\ "full_text" : "(${exec upower -i /org/freedesktop/UPower/devices/battery_BAT0 | pcregrep -o1 '^[ ]*energy.rate:[ ]*([\S]{1,4})'}) "\ },\ ${else}\ {\ "full_text" : "${battery_percent} ",\ "color" : "\#909737"\ },\ ${endif}\ {\ "full_text" : " ${time %Y/%m/%d}",\ "separator" : false\ },\ {\ "full_text" : "${time %H:%M}",\ "color" : "\#909737"\ }\ ],