blob: fb10e26ec11f3f79103d8f03d2c03c7a431ad9f7 (
plain)
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
|
[colors]
mauve = #cba6f7
red = #f38ba8
green = #a6e3a1
mantle = #181825
teal = #94e2d5
peach = #fab387
background = #E611111b
foreground = ${colors.mauve}
foreground-alt = #11111b
foreground-dull = #6c7086
systray-bg = ${colors.background}
module-color-0 = ${colors.mantle}
module-color-1 = ${colors.mauve}
xwindow-fg = ${colors.module-color-0}
ws-active-fg = ${colors.foreground-alt}
ws-active-bg = ${colors.module-color-1}
ws-occupied-fg = ${colors.teal}
ws-occupied-bg = ${colors.background}
ws-empty-fg = ${colors.foreground-dull}
ws-empty-bg = ${colors.background}
ws-urgent-fg = ${colors.foreground-alt}
ws-urgent-bg = ${colors.red}
time-fg = ${colors.foreground-alt}
time-bg = ${colors.module-color-1}
uptime-fg = ${colors.module-color-1}
uptime-bg = ${colors.module-bg}
ethernet-fg = ${colors.foreground}
ethernet-bg = ${colors.module-color-0}
wifi-fg = ${colors.ethernet-fg}
wifi-bg = ${colors.ethernet-bg}
fs-root-fg = ${colors.foreground-alt}
fs-root-bg = ${colors.module-color-1}
fs-home-fg = ${colors.foreground}
fs-home-bg = ${colors.module-color-0}
cpu-fg = ${colors.foreground-alt}
cpu-bg = ${colors.module-color-1}
temp-fg = ${colors.foreground}
temp-bg = ${colors.module-color-0}
temp-warn-fg = ${colors.temp-fg}
temp-warn-bg = ${colors.module-color-0}
mem-fg = ${colors.foreground-alt}
mem-bg = ${colors.module-color-1}
vol-fg = ${colors.foreground-alt}
vol-bg = ${colors.mauve}
vol-fg-alt = ${colors.foreground-alt}
vol-bg-alt = ${colors.peach}
batt-charging-bg = ${colors.green}
batt-charging-fg = ${colors.foreground-alt}
batt-discharging-bg = ${colors.peach}
batt-discharging-fg = ${colors.foreground-alt}
batt-full-bg = ${colors.module-bg}
batt-full-fg = ${colors.module-color-0}
|