Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true" , additionalFonts = [] , borderColor = "black" , border = TopB , bgColor = "black" , fgColor = "grey" , alpha = 125 , position = Top , textOffset = -1 , iconOffset = -1 , lowerOnStart = True , pickBroadest = False , persistent = False , hideOnStart = False , iconRoot = "." , allDesktops = True , overrideRedirect = True , commands = [ Run Cpu [] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Date "%a %b %_d" "date" 10 , Run Date "%H:%M" "time" 10 , Run StdinReader , Run Com "volume" [] "volume" 10 , Run Battery [ "--template" , "" , "--" -- battery specific options -- discharging status , "-o" , "% ()" -- AC "on" status , "-O" , "Charging" -- charged status , "-i" , "100%" ] 50 ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% | %cpu% | %memory% | %swap% }\ \{ %volume% | %battery% | %date% | %time% " }