Config { font = "xft:Source Code Pro:size=9" , additionalFonts = [] , bgColor = "#000000" , fgColor = "#bfbfbf" , sepChar = "%" , alignSep = "}{" , border = NoBorder , borderColor = "#000000" , position = Top , lowerOnStart = False , hideOnStart = False , allDesktops = True , overrideRedirect = True , pickBroadest = False , persistent = False , textOffset = 13 , alpha = 200 , iconRoot = ".config/xmobar/icons" , iconOffset = 8 , commands = [ Run Date "%B, %a %0d, %H:%M" "date" 10 --, Run Mpris2 "org.mpris.quodlibet" [] 100 , Run Battery [ "-t", "" , "--" , "--on-icon-pattern", "" , "--off-icon-pattern", "" ] 50 , Run Network "enp9s0" [ "--template", "" , "--" , "--rx-icon-pattern", "" ] 50 , Run Wireless "wlp7s0" [ "--template", "" , "--" , "--quality-icon-pattern", "" ] 50 , Run Brightness [ "--template", "" , "--" , "-D", "intel_backlight" , "--brightness-icon-pattern", "" ] 50 , Run MultiCpu [ "--template", "" , "--" , "--load-icon-patterns", "" , "--load-icon-patterns", "" , "--load-icon-patterns", "" , "--load-icon-patterns", "" ] 50 , Run Com ".config/xmobar/scripts/music" [] "music" 10 , Run Com ".config/xmobar/scripts/sound" [] "sound" 10 , Run StdinReader ] , template = " %StdinReader%} %date% {%multicpu%%music%%sound%%wlp7s0wi%%enp9s0%%bright%%battery% " }