Created
June 8, 2014 12:33
-
-
Save coddeys/0586faa738f5c63da79d 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:inconsolata:size=12:antialias=true", | |
| -- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x) | |
| -- doesn't seem to do anything anymore (0.10, darcs) | |
| -- lowerOnStart = False, | |
| commands = [ | |
| -- Addison, TX | |
| Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10, | |
| Run Memory ["-t","Mem: <usedratio>%"] 10, | |
| Run Swap [] 10, | |
| Run Date "%a %b %_d %l:%M" "date" 10, | |
| Run StdinReader | |
| ] | |
| , sepChar = "%" | |
| , alignSep = "}{" | |
| , template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> " | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment