-
Notifications
You must be signed in to change notification settings - Fork 5
/
xmobarrc.hidpi
32 lines (32 loc) · 1.57 KB
/
xmobarrc.hidpi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Config { font = "-xos4-*-medium-r-normal-*-28-*-*-*-*-*-*-*"
-- solarized, bgColor = "#073642"
-- solarized, fgColor = "#657b83"
, bgColor = "#1d1f21"
, fgColor = "#c5c8c6"
, position = TopW L 100
, commands = [ Run Cpu [
"--template", "<total>%"
-- "--Low","3"
-- , "--High", "50"
-- , "--normal", "#d33682"
-- , "--high", "#dc322f"
] 10
, Run Memory [
"--template", "<usedratio>%"
] 10
, Run Date "%a %F %r <fc=#969896>KW%V DOY%j</fc>" "date" 10
, Run Battery [
"--template" , "<left>% <fc=#969896>[<timeleft>]</fc>"
-- "--template" , "<acstatus>(<left>%)"
-- , "--Low" , "10"
-- , "--High" , "80"
-- , "--low" , "#dc322f"
-- , "--normal" , "#b294bb"
-- , "--high" , "#dc322f"
] 50
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% <fc=#969896>//</fc> <fc=#969896>CPU:</fc>%cpu% <fc=#969896>Mem:</fc>%memory%}{ <fc=#969896>Batt:</fc>%battery% %date%"
}