-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
18 lines (18 loc) · 848 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "xft:Bitstream Vera Sans Mono:size=9:bold:antialias=true"
, bgColor = "#000000"
, fgColor = "grey"
-- , position = Static { xpos = 0 , ypos = 0, width = 1290, height = 16 }
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run DynNetwork ["-L","0","-H","100","--normal","green","--high","orange"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%l:%M" "date" 10
, Run BatteryP ["BAT0"]
["-t", "<left>%",
"-L", "10", "-H", "50",
"--low", "red", "--normal", "blue"] 500
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader%}{ <fc=grey>%cpu%</fc><fc=grey> %memory% %dynnetwork% %battery% %date%</fc>"
}