This repository was archived by the owner on Nov 6, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmobar.conf
105 lines (104 loc) · 4.11 KB
/
xmobar.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Config
{ font =
"xft:InputMono Nerd Font:size=5.5:antialias=true:hinting=true,Source Han Sans JP:size=5.5:antialias=true:hinting=true"
, additionalFonts =
[ "xft:InputMono Nerd Font:size=7:antialias=true:hinting=true"
, "xft:Inconsolata-g for Powerline:size=6"
, "xft:InputMono Nerd Font:size=8:antialias=true:hinting=true"
]
, allDesktops = False
, overrideRedirect = False
, position = TopSize C 100 50
, fgColor = "#4C566A"
, bgColor = "#29303d"
, commands =
[ Run Cpu
[ "-t", "<fn=1>\x2595<vbar>\x258F</fn>"
, "-H", "80"
, "-h", "#BF616A"
, "-L", "5"
, "-l", "#A3BE8C"
, "-n", "#81A1C1"
] 10
, Run Memory
[ "-t", "<fn=1>\x2595<usedvbar>\x258F</fn>"
, "-H", "80"
, "-h", "#BF616A"
, "-L", "5"
, "-l", "#A3BE8C"
, "-n", "#81A1C1"
] 10
, Run Network "wlp3s0"
[ "-t", "<rxipat><txipat> <fn=1>\xf1eb</fn>"
, "-S", "Yes"
, "-w", "6"
, "-x", ""
, "-a", "r"
, "-H", "10000"
, "-h", "#BF616A"
, "-n", "#81A1C1"
, "--"
, "--rx-icon-pattern", "<fn=1>\x2595<rxvbar>\x258F</fn>"
, "--tx-icon-pattern", "<fn=1>\x2595<txvbar>\x258F</fn>"
] 5
, Run Network "ens9"
[ "-t", "<rxipat><txipat> <fn=1>\xF0E7</fn>"
, "-S", "Yes"
, "-w", "6"
, "-x", ""
, "-a", "r"
, "-H", "10000"
, "-h", "#BF616A"
, "-n", "#81A1C1"
, "--"
, "--rx-icon-pattern", "<fn=1>\x2595<rxvbar>\x258F</fn>"
, "--tx-icon-pattern", "<fn=1>\x2595<txvbar>\x258F</fn>"
] 5
, Run Network "enp0s20u1u1"
[ "-t", "<rxipat><txipat> <fn=1>\xF0E7</fn>"
, "-S", "Yes"
, "-w", "6"
, "-x", ""
, "-a", "r"
, "-H", "10000"
, "-h", "#BF616A"
, "-n", "#81A1C1"
, "--"
, "--rx-icon-pattern", "<fn=1>\x2595<rxvbar>\x258F</fn>"
, "--tx-icon-pattern", "<fn=1>\x2595<txvbar>\x258F</fn>"
] 5
, Run Network "enp0s20u1u4u4"
[ "-t", "<rxipat><txipat> <fn=1>\xF0E7</fn>"
, "-S", "Yes"
, "-w", "6"
, "-x", ""
, "-a", "r"
, "-H", "10000"
, "-h", "#BF616A"
, "-n", "#81A1C1"
, "--"
, "--rx-icon-pattern", "<fn=1>\x2595<rxvbar>\x258F</fn>"
, "--tx-icon-pattern", "<fn=1>\x2595<txvbar>\x258F</fn>"
] 5
, Run Battery
[ "-t", "<left>"
, "-L", "25"
, "-H", "85"
, "-l", "#BF616A"
, "-n", "#8FBCBB"
, "-h", "#598D8C"
, "-S", "Yes"
] 10
, Run Com "status-mellowplayer" [] "mellow" 10
, Run Com "status-mail" ["-b", "5", "-i"] "mail" 10
, Run Com "status-pomodoro" [] "pom" 10
-- , Run Com "sudo-status-raid" ["-x"] "raid" 1000
-- , Run Com "sudo-status-btrbk" ["-x"] "btrbk" 1000
, Run Date "<fc=#598D8C>%a %_d %b</fc> \\ <action=`/home/maddy/bin/dzstat world-clock`><fc=#598D8C>%H:%M</fc></action>" "date" 10
]
, sepChar = "%"
, alignSep = "}{"
-- , template = " %workspacesPipe% | %focusPipe% }{ %mellow% %cpu%%memory%%wlp3s0%%enp0s20u1u4u4%%enp0s20u1u1%%ens9%%mail%%pom% %raid%%btrbk% | %battery% \ %date% \ <action=`/home/maddy/bin/wm/dzen-systeminfo`><fc=#8FBCBB><fn=3> </fn></fc></action> "
, template = " %workspacesPipe% | %focusPipe% }{ %mellow% %cpu%%memory%%wlp3s0%%enp0s20u1u4u4%%enp0s20u1u1%%ens9%%mail%%pom% | %battery% \ %date% \ <action=`/home/maddy/bin/wm/dzen-systeminfo`><fc=#8FBCBB><fn=3> </fn></fc></action> "
}
-- vim: ft=haskell:foldmethod=marker:expandtab:ts=4:shiftwidth=4