-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.xmobarrc
18 lines (18 loc) · 1.09 KB
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config { font = "xft:Georgia:size=10:antialias=true"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 90
, commands = [ Run Weather "EFTP" ["-t","T: <tempC>C","-L","-10","-H","26","--normal","green","--high","red","--low","lightblue"] 36000
, Run Weather "EFHF" ["-t","H: <tempC>C","-L","-10","-H","26","--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 BatteryP ["BAT0"] ["-t","<left>% / <timeleft>","-L","50","-H","75","-h","green","-n","yell","-l","red"] 10
, Run CommandReader "~/opt/pymodoro/pymodoro.py" "pomodoro"
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %EFTP% %EFHF% | %battery% | %pomodoro%"
}