-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xmobarrc_bottom-dark
21 lines (21 loc) · 1.21 KB
/
.xmobarrc_bottom-dark
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Config { font = "xft:Noto Sans Mono CJK JP:pixelsize=10"
, borderColor = "black"
, border = NoBorder
, bgColor = "#002b36"
, fgColor = "#657b83"
, position = BottomSize C 100 15
, lowerOnStart = True
, commands = [ Run Network "wlp5s0" ["-w", "4", "-L","0","-H","32","--normal","green","--high","red", "-t", "D<rx> U<tx>"] 10
, Run Wireless "wlp5s0" [] 6000
, Run DiskU [("/", "<used>/<size>")] [] 6000
, Run DiskIO [("/", "R <read> W <write>")] ["-w", "5"] 10
, Run PipeReader "/tmp/markw-xmms2-string-ipc-pipe" "xmms2_curr"
, Run PipeReader "/tmp/markw-xmobar-vol-ipc-pipe" "xmobar_vol"
, Run Cpu ["-p", "3", "-L","8","-H","50","-l", "gray30", "--high","red"] 10
, Run Memory ["-p", "3", "-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
]
, sepChar = "%"
, alignSep = "}{"
, template = "%xmms2_curr%}%cpu% <fc=#c0c0c0>::</fc> %memory% %swap% <fc=#c0c0c0>::</fc> Net: %wlp5s0wi% <fc=#c0c0c0>(</fc>%wlp5s0%<fc=#c0c0c0>)</fc> <fc=#c0c0c0>::</fc> Disk: %disku% %diskio% {%xmobar_vol%"
}