-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
23 lines (23 loc) · 938 Bytes
/
.xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Config { font = "-xos4-terminus-medium-r-normal-*-16-*-*-*-*-*-*-*"
, borderColor = "black"
, border = TopB
, bgColor = "#1D1F21"
, fgColor = "grey"
, position = TopW L 100
, commands = [
Run Battery [ "-t", "AC: <acstatus> <left>%"
, "-h", "#859900"
, "-n", "#859900"
, "-l", "#dc322f"
, "--"
, "-O", "charging"
, "-i", "connected"
, "-o", "off"
] 60
, Run Date "%H:%M" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{%battery% | %date% "
}