Config { font = "-misc-fixed-medium-r-normal--13-120-75-75-*-70-*" , bgColor = "#000000" , fgColor = "#888888" , position = Top , lowerOnStart = True , commands = [ Run StdinReader , Run Cpu ["-t","C: ","-L","3","-H","50","--normal","green","--high","red"] 10 , Run Memory ["-t","M: %"] 10 , Run Swap ["-t","S: "] 10 , Run Com "cpufreq-info -c0 -f | sed -e \"s/\\([0-9]\\{4\\}\\).*/\\1/\"" [""] "cp0" 10 , Run Com "cpufreq-info -c1 -f | sed -e \"s/\\([0-9]\\{4\\}\\).*/\\1/\"" [""] "cp1" 10 , Run Com "uptime | sed -e \"s/.*up[ \\t]\\+\\([^,]\\+\\),.\\+/\\1/\"" [""] "up" 600 , Run Com "acpi -b -a | sed -e \"/Battery.*$/N; s/\\n//; /off-line/bb; s/.*/AC/; bc; :b s/.*, \\([0-9]\\+%\\),.*/\\1/; :c\"" [""] "pwr" 600 , Run Date "%a %d.%m.%Y %X" "date" 10 ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %cpu% %memory% %swap% F: %cp0%/%cp1% U: %up% P: %pwr% %date%" } }