-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xmobarrc
21 lines (21 loc) · 1 KB
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config {
--font = "xft:Anonymous Pro-10",
font = "-*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*",
--font = "-*-profont-*-*-*-*-12-*-*-*-*-*-*-*",
-- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x)
-- doesn't seem to do anything anymore (0.10, darcs)
-- lowerOnStart = False,
commands = [
-- Addison, TX
Run Weather "UUEE" ["-t"," <tempC>C","-L","5","-H","25","--normal","green","--high","red","--low","lightblue"] 36000,
Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10,
Run Memory ["-t","Mem: <usedratio>%"] 10,
Run Swap [] 10,
Run Date "%a %b %_d %l:%M" "date" 10,
Run Network "wlp6s4" [] 10,
Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %wlp6s4% | %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %UUEE%"
}