conf

view .xmobarrc @ 375:26aed4e65671

cleanup hgrc a bit
author Alexander Solovyov <alexander@solovyov.net>
date Mon Jan 23 18:20:04 2012 +0200
parents 22645d7007e7
children
line source
1 Config { font = "xft:Consolas:size=12"
2 , bgColor = "#3f3c6d"
3 , fgColor = "#a8a3f7"
4 , position = Top
5 , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
6 , Run Memory ["-t","<usedratio>%"] 10
7 , Run Date "%a %d %b %H:%M:%S" "date" 10
8 , Run Com "amixer sget Master|grep 'Left: Playback'|awk '{print $5}'" [] "vol" 10
9 , Run StdinReader
10 ]
11 , sepChar = "%"
12 , alignSep = "}{"
13 , template = "%StdinReader% }{ Vol: <fc=#ee9a00>%vol%</fc> | %cpu% | Mem: %memory% | <fc=#ee9a00>%date%</fc>"
14 }
Repositories maintained by Alexander Solovyov