-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xmobarrc
17 lines (17 loc) · 867 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 95
, lowerOnStart = True
, commands = [ Run Weather "KNYC" ["-t"," <tempF>F <skyCondition>","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
, Run Network "eth2" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","50","-H","80","--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% %eth2% <fc=#ee9a00>%date%</fc> %KNYC%"
}