-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
171 lines (171 loc) · 4.63 KB
/
settings.json
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"#credits": "https://lospec.com/palette-list/luap-40",
"luap40": [
"#597080${#0:color.6}",
"#6da18a${#1:color.2}",
"#86bf8f${#2:color.10}",
"#b5d9a3${#3:}",
"#e0e6c3${#4:}",
"#f0ebc0${#5:color.11}",
"#e6cca1${#6:}",
"#d99f82${#7:}",
"#c4736c${#8:}",
"#bd555f${#9:i3 urgent border}",
"#8c3f52${#10:color.1}",
"#733453${#11:dunst urgent}",
"#66294c${#12:color.13}",
"#331a33${#13:}",
"#433057${#14:color.5}",
"#464a73${#15:}",
"#546799${#16:color.4}",
"#6699cc${#17:color.12}",
"#82b5d9${#18:}",
"#a1d5e6${#19:color.14}",
"#c2f2f2${#20:}",
"#f5f5f5${#21:}",
"#dadada${#22:color.15}",
"#bfbfbf${#23:foreground}",
"#a3a3a3${#24:color.7}",
"#888888${#25:color.8}",
"#6d6d6d${#26:}",
"#515151${#27:}",
"#363636${#28:color.0}",
"#1a1a1a${#29:background}",
"#33291f${#30:}",
"#403326${#31:border}",
"#574639${#32:}",
"#735f4b${#33:}",
"#b39374${#34:color.3}",
"#d9b898${#35:}",
"#e6d4c3${#36:}",
"#d9b8ad${#37:}",
"#c98f8f${#38:}",
"#bf6979${#39:color.9}"
],
"color": [
"${luap40.28}", "${luap40.10}",
"${luap40.1}", "${luap40.34}",
"${luap40.16}", "${luap40.14}",
"${luap40.0}", "${luap40.24}",
"${luap40.25}", "${luap40.39}",
"${luap40.2}", "${luap40.5}",
"${luap40.17}", "${luap40.12}",
"${luap40.19}", "${luap40.22}"
],
"border": "${luap40.29}",
"foreground": "${luap40.23}",
"background": "${luap40.29}",
"font": "Terminus (TTF) 9",
"applications": {
"st": {
"font": "Terminus (TTF):size=9:antialias=true:autohint=true",
"colors": [
"${color.0}", "${color.1}",
"${color.2}", "${color.3}",
"${color.4}", "${color.5}",
"${color.6}", "${color.7}",
"${color.8}", "${color.9}",
"${color.10}", "${color.11}",
"${color.12}", "${color.13}",
"${color.14}", "${color.15}"
],
"background": "${background}",
"foreground": "${foreground}",
"cursor": "${color.8}",
"cursor_reverse": "${color.15}"
},
"dmenu": {
"font": "Terminus (TTF):size=9",
"normal": {
"bg": "${background}",
"fg": "${foreground}",
"hi_bg": "${background}",
"hi_fg": "${luap40.38}"
},
"selection": {
"bg": "${color.0}",
"fg": "${color.15}",
"hi_bg": "${color.0}",
"hi_fg": "${luap40.38}"
},
"output": {
"bg": "${color.8}",
"fg": "${color.10}"
}
},
"polybar": {
"background": "${background:s/#/#00}",
"foreground": "${color.8}",
"active": "${foreground}",
"alert": "${color.9}",
"success": "${color.2}"
},
"xorg": {
"colors": [
"${color.0}", "${color.1}",
"${color.2}", "${color.3}",
"${color.4}", "${color.5}",
"${color.6}", "${color.7}",
"${color.8}", "${color.9}",
"${color.10}", "${color.11}",
"${color.12}", "${color.13}",
"${color.14}", "${color.15}"
],
"background": "${background}",
"foreground": "${foreground}",
"cursor": "${color.8}"
},
"i3": {
"font": "pango:${font}",
"focused": {
"border": "${border}",
"background": "${background}",
"text": "${foreground}",
"indicator": "${color.4}",
"border_child": "${border}"
},
"unfocused": {
"border": "${border}",
"background": "${background}",
"text": "${luap40.27}",
"indicator": "${color.4}",
"border_child": "${border}"
},
"inactive": {
"border": "${border}",
"background": "${background}",
"text": "${color.27}",
"indicator": "${color.4}",
"border_child": "${border}"
},
"urgent": {
"border": "${color.9}",
"background": "${luap40.11}",
"text": "${luap40.21}",
"indicator": "${luap40.38}",
"border_child": "${color.9}"
},
"background": "${background}"
},
"dunst": {
"frame": "${luap40.15}",
"non_urgent": {
"background": "${background}",
"foreground": "${color.7}"
},
"normal": {
"background": "${background}",
"foreground": "${luap40.20}"
},
"urgent": {
"background": "${luap40.11}",
"foreground": "${color.9}"
}
}
},
"templates": {
"i3-client": "${applications.i3.@.|join(border,background,text,indicator,border_child)}",
"dmenu": "\"${applications.dmenu.@.fg}\", \"${applications.dmenu.@.bg}\"",
"dmenu-hi": "\"${applications.dmenu.@.hi_fg}\", \"${applications.dmenu.@.hi_bg}\""
}
}