-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmobarrc
More file actions
19 lines (19 loc) · 765 Bytes
/
Copy pathxmobarrc
File metadata and controls
19 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Config {
font = "DejaVu Sans Mono Bold 14"
, additionalFonts = ["DejaVu Sans Mono Bold 18"]
, bgColor = "black"
, fgColor = "light grey"
, position = TopW L 100
, persistent = True
, commands = [
Run StdinReader
, Run Com ".bin/mpd_status.sh" [] "mpd" 10
, Run CommandReader ".bin/xmobarStatus.rb" "status"
, Run Com ".bin/current_ip.sh" [] "ip" 60
, Run ComX ".bin/pa-vol.sh" ["xmobar"] "V<fc=#cc0000>--</fc>" "vol" 10
, Run Com "/usr/bin/date" ["+W#%V:%u %Y-%m-%d %H:%M:%S%:::z"] "date" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{<fc=#9999ff>%mpd%</fc> %status% <fc=#8888ff>%ip%</fc> %vol% <fc=#ee9a00>%date%</fc>"
}