-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.xmobarrc
More file actions
23 lines (22 loc) · 1.25 KB
/
.xmobarrc
File metadata and controls
23 lines (22 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Config { font = "-*-terminus-*-*-*-*-14-*-*-*-*-*-*-u"
, bgColor = "#000000"
, borderColor = "#000000"
, fgColor = "#C9A34E"
, position = TopW R 95
, lowerOnStart = True
, commands = [
Run Network "enp0s25" ["-L", "8", "-H", "32", "-l", "#C9A34E", "-n", "#429942" ,"-h", "#A36666", "-t", "<dev>: <rx> : <tx>"] 30
, Run Network "wlo1" ["-L", "8", "-H", "32", "-l", "#C9A34E", "-n", "#429942" ,"-h", "#A36666", "-t", "<dev>: <rx> : <tx>"] 30
, Run Cpu ["-L","3","-H","50","--normal","#429942","--high","#A36666"] 30
-- , Run Mail [("new", "/home/jelle/Gmail/INBOX")] "mail"
, Run Memory ["-t","Mem: <usedratio>%"] 30
, Run Date "%a %_d %b %Y %H:%M" "date" 30
, Run TopProc [] 30
, Run BatteryP ["BAT0"] ["-L","31","-H","90","-l","orange","-n","red","-h","green"] 400
, Run TopMem [] 30
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %top%<fc=#429942>|</fc>%topmem%<fc=#429942>|</fc>%battery% <fc=#429942>|</fc>%cpu% <fc=#429942>|</fc> %memory% <fc=#429942>|</fc>%enp0s25%%wlo1%<fc=#429942>|</fc>%date%"
}