-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmobarrc
22 lines (22 loc) · 1.12 KB
/
xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Config { font = "xft:Droid Sans Mono Dotted for Powerline:size=9:antialias=true"
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "grey"
, lowerOnStart = True
-- , allDesktops = True
-- , pickBroadest = True
, position = TopW L 90
, commands = [ Run Weather "KAPA" ["-t","<tempF>F","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
, Run Network "enp0s17" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Com "uname" ["-o"] "" 36000
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% | %cpu% | %memory% * %swap% | %enp0s17% }{<fc=#ee9a00>%date%</fc> | %uname% | %KAPA% "
}