Config { font = "xft:Source Code Pro:size=9" , iconRoot = ".config/xmobar/icons" , commands = [ Run Date "%a %b %0d %l:%M" "date" 10 , Run Battery [ "-t", "" , "--" , "--on-icon-pattern", "" , "--off-icon-patter", "" ] 50 , Run Network "enp9s0" [ "--template", "" , "--" , "--rx-icon-pattern", "" ] 50 , Run Wireless "wlp7s0" [ ] 50 , Run StdinReader ] , template = "%StdinReader% }{ %wlp7s0wi% %enp9s0% %battery% | %date% " }