-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.xmobarrc
executable file
·21 lines (21 loc) · 940 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, borderColor = "black"
, border = TopB
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 90
, lowerOnStart = True
, persistent = False
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
-- , Run Swap [] 10
, Run Battery ["Bat0"] 600
, Run Com "xmobar-clock-monitor.sh" [] "orgClock" 10
, Run Com "sh" ["-c", "cat ~/tmp/clocking"] "orgShow" 10
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
]
, sepChar = "%"
, alignSep = "}{"
-- , template = "%cpu% | %memory% | %battery% }{ <fc=#ee9a00>%date%</fc> %orgClock%clock</fc> %orgShow%"
, template = "%cpu% | %memory% | %battery% }{ <fc=#ee9a00>%date%</fc> "
}