Config { font = "xft:Monospace-10:bold" , additionalFonts = [] , border = NoBorder , bgColor = "black" , fgColor = "white" , alpha = 255 , position = Top --, textOffset = -1 --, iconOffset = -1 , lowerOnStart = False , pickBroadest = False , persistent = False , hideOnStart = False , iconRoot = "." , allDesktops = True , overrideRedirect = True , commands = [ Run DynNetwork ["-L","0","-H","32","--normal","green","--high","red"] 10 , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Battery ["-t", "Batt: %, W -> "] 10 , Run Date "%F %H:%M:%S" "date" 10 --, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 , Run StdinReader , Run Brightness [] 10 , Run Volume "default" "Master" [] 10 ] , sepChar = "%" , alignSep = "}{" , template = " %StdinReader% }\ \{ %cpu% | %memory% | %dynnetwork% | %battery% | %bright% | %default:Master% | %date%" }