-
Notifications
You must be signed in to change notification settings - Fork 1
/
.xmobarrc
16 lines (16 loc) · 910 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Config { font = "-*-terminus-medium-*-*-*-12-*-*-*-*-*-*-u"
, bgColor = "#202020"
, fgColor = "#b3b3b3"
, position = TopW L 95
, lowerOnStart = False
, commands = [ Run Network "eth0" ["-L", "8", "-H", "32", "-l", "#C9A34E", "-n", "#429942" ,"-h", "#A36666", "-t", "<dev>: <rx> : <tx>"] 10
, Run Cpu ["-L","3","-H","50","--normal","#429942","--high","#A36666"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%a %b %_d %H:%M:%S" "date" 10
, Run CoreTemp ["-t", "Temp: <core0>C : <core1>C : <core2>C : <core3>C"] 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{ %coretemp% <fc=#429942> | </fc> %cpu% <fc=#429942>|</fc> %memory% <fc=#429942>|</fc> %eth0% <fc=#429942>|</fc> %date%"
}