-
Notifications
You must be signed in to change notification settings - Fork 1
/
xmobarrc
22 lines (22 loc) · 1.16 KB
/
xmobarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Config {
font = "xft:Liberation Mono:style=Bold:size=9:antialias=true"
, bgColor = "#B272822"
, fgColor = "grey"
, borderColor = "white"
, position = BottomSize L 100 21
, lowerOnStart = True
, commands = [
Run DynNetwork ["-L","50","-H","5000","--low","gray","--normal","#A6E22E","--high","#F92672","--template","<rx>:<tx> Kb/s"] 50
, Run Wireless "wifi" ["--template","<essid> <quality>"] 50
, Run Com "/home/avo/.xmonad/xmobar-load-average" [] "load-average" 100
, Run Com "/home/avo/.xmonad/ip-list" [] "ip-list" 10
, Run Com "/home/avo/.xmonad/listening-ports" [] "listening-ports" 100
, Run Battery ["--template","<left>% (<timeleft>)","-L","50","-H","75","-h","#A6E22E","-n","grey","-l","#F92672"] 100
, Run StdinReader
, Run Com "/home/avo/.xmonad/xmobar-inet-status" [""] "status" 20
, Run Date "%a %b %_d %Y" "date" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = " %status% %StdinReader% }{ %load-average% · %dynnetwork% · %wifiwi% · [ %ip-list% ] · [ %listening-ports% ] %battery% "
}