forked from majnemer/davesdots
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxmobarrc
18 lines (18 loc) · 1 KB
/
xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "xft:Monospace-9"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 90
, lowerOnStart = True
, commands = [ Run DynNetwork ["-L","0","-H","256","--normal","#8AE234","--high","#CC0000", "-t", "Net: <rx>k/<tx>k"] 10
, Run Weather "KNUQ" ["-t","<tempF>F <skyCondition>","-L","60","-H","77","--normal","#8ae234","--high","#cc0000","--low","#729fcf"] 3600
, Run Cpu ["-L","10","-H","50","--normal","#8AE234","--high","#CC0000"] 10
, Run Memory ["-t","<usedratio>%"] 10
, Run Swap ["-t","<usedratio>%"] 30
, Run Battery ["BAT0", "-t","Batt: <left>%/<timeleft>"] 30
, Run Date "%a %b %_d %H:%M" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %battery% | %cpu% | Mem: %memory%/%swap% | %dynnetwork% | <fc=#ee9a00>%date%</fc> | %KNUQ%"
}