blob: eff57da5e5d7c675ca325d709757404c59f88c86 (
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
|
[module/powerline0]
type = custom/text
format = ""
format-font = 4
format-foreground = ${colors.module-color-1}
format-background = ${colors.background}
[module/powerline1]
type = custom/text
format = ""
format-font = 4
format-foreground = ${colors.module-color-1}
format-background = ${colors.module-color-0}
[module/powerline2]
type = custom/text
format = ""
format-font = 4
format-foreground = ${colors.module-color-0}
format-background = ${colors.module-color-1}
[module/powerline3]
type = custom/text
format = ""
format-font = 4
format-foreground = ${colors.module-color-0}
format-background = ${colors.background}
[module/powerline4]
type = custom/text
format = ""
format-font = 4
format-foreground = ${colors.module-color-1}
format-background = ${colors.background}
|