Config { font = "xft:monospace" , additionalFonts = [] , borderColor = "black" , border = TopB , bgColor = "#303030" , fgColor = "grey" , alpha = 255 , position = Static { xpos = 0 , ypos = 0, width = 1920, height = 30 } , textOffset = -1 , iconOffset = -1 , lowerOnStart = True , pickBroadest = False , persistent = False , hideOnStart = False , iconRoot = "." , allDesktops = True , overrideRedirect = True , commands = [ Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Com "uname" ["-s","-r"] "" 36000 , Run Date "%H:%M - %d.%m.%Y" "date" 10 , Run Wireless "wlp1s0" [ "-t", "" ] 10 , Run Battery [ "-t", ": % ", "--", --"-c", "charge_full", "-O", "AC", "-o", "Bat", "-h", "green", "-l", "red" ] 10 ] , sepChar = "%" , alignSep = "}{" , template = " %cpu% | %memory% * %swap% }\ \{ %wlp1s0wi% | %battery% | %date% | %uname% " }