Created
May 1, 2013 21:49
-
-
Save rizsotto/5498669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Config { font = "xft:Bitstream Vera Sans Mono:size=9:antialias=true" | |
| , bgColor = "black" | |
| , fgColor = "grey" | |
| , position = Top | |
| , lowerOnStart = True | |
| , hideOnStart = False | |
| , persistent = False | |
| , border = NoBorder | |
| , commands = [ Run StdinReader | |
| , Run Battery ["-t", "Batt: <acstatus><watts>W, <left>%", | |
| "-L", "10", "-H", "80", "-p", "3", | |
| "--", "-O", "<fc=green>On</fc> - ", "-o", "", | |
| "-L", "-15", "-H", "-5", | |
| "-l", "red", "-m", "blue", "-h", "green"] | |
| 600 | |
| , Run MultiCpu ["-t","CPUs: <autototal>"] 10 | |
| , Run ThermalZone 0 [] 600 | |
| , Run Memory ["-t","Mem: <usedratio>%"] 10 | |
| , Run Swap [] 10 | |
| , Run DynNetwork ["-L","0","-H","32","--normal","green","--high","red"] 10 | |
| , Run Kbd [("us", "US"), ("de", "DE"), ("hu", "HU")] | |
| , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 | |
| ] | |
| , sepChar = "%" | |
| , alignSep = "}{" | |
| , template = "%StdinReader% }{ %multicpu% | %battery% | %memory% * %swap% | %dynnetwork% | %thermal0% | %kbd% | <fc=white>%date%</fc>" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment