diff options
author | Yigit Sever | 2019-11-23 16:24:43 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-23 16:24:43 +0300 |
commit | 9e0348c7eebf0619bfc6906dcf85cac4137ab09c (patch) | |
tree | b36b9f87d21599d71248973496fafeb89321d83c /.config/polybar/config##mobile.Linux.Luchs | |
parent | 2695fa11d655f5777838711c3351d909d5db117f (diff) | |
download | dotfiles-9e0348c7eebf0619bfc6906dcf85cac4137ab09c.tar.gz dotfiles-9e0348c7eebf0619bfc6906dcf85cac4137ab09c.tar.bz2 dotfiles-9e0348c7eebf0619bfc6906dcf85cac4137ab09c.zip |
Migrate to yadm 2.0
https://yadm.io/docs/upgrade_from_1
Diffstat (limited to '.config/polybar/config##mobile.Linux.Luchs')
-rw-r--r-- | .config/polybar/config##mobile.Linux.Luchs | 360 |
1 files changed, 0 insertions, 360 deletions
diff --git a/.config/polybar/config##mobile.Linux.Luchs b/.config/polybar/config##mobile.Linux.Luchs deleted file mode 100644 index 656cad2..0000000 --- a/.config/polybar/config##mobile.Linux.Luchs +++ /dev/null | |||
@@ -1,360 +0,0 @@ | |||
1 | ;========================================================== | ||
2 | ; | ||
3 | ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ | ||
4 | ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ | ||
5 | ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ | ||
6 | ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ | ||
7 | ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ | ||
8 | ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
9 | ; | ||
10 | ;========================================================== | ||
11 | |||
12 | [colors] | ||
13 | background = #0c1014 | ||
14 | background_alt = #0a3749 | ||
15 | background_modules = #fbf1c7 | ||
16 | foreground = #d3ebe9 | ||
17 | foreground_alt = #99d1ce | ||
18 | foreground_modules = #282828 | ||
19 | red = #9d0006 | ||
20 | green = #427b58 | ||
21 | sold_out_green = #1DB954 | ||
22 | yellow = #b56714 | ||
23 | blue = #458588 | ||
24 | purple = #8f3f71 | ||
25 | aqua = #689d6a | ||
26 | orange = #d65d0e | ||
27 | primary = #d26937 | ||
28 | secondary = #888ca6 | ||
29 | alert = #c23127 | ||
30 | |||
31 | [bar/top] | ||
32 | monitor = | ||
33 | width = 100% | ||
34 | height = 20 | ||
35 | offset-x = 0 | ||
36 | offset-y = 0 | ||
37 | radius = 0 | ||
38 | fixed-center = true | ||
39 | |||
40 | background = ${colors.background} | ||
41 | foreground = ${colors.foreground} | ||
42 | |||
43 | border-top-size = 0 | ||
44 | border-bottom-size = 0 | ||
45 | border-top-color = ${colors.background} | ||
46 | border-bottom-color = ${colors.background} | ||
47 | |||
48 | padding = 2 | ||
49 | module-margin = 1 | ||
50 | |||
51 | font-0 = scientifica:antialias=false;0 | ||
52 | font-1 = Lato:size=10;1 | ||
53 | font-2 = Fira Code:size=10;1 | ||
54 | font-3 = FuraCode Nerd Font Mono:size=12;2 | ||
55 | |||
56 | modules-left = i3 pulseaudio-control spotify | ||
57 | modules-center = xwindow | ||
58 | modules-right = backlight battery date time xkeyboard | ||
59 | |||
60 | tray-position = right | ||
61 | |||
62 | [module/focus] | ||
63 | type = custom/script | ||
64 | exec = ~/.config/polybar/focus | ||
65 | interval = 10 | ||
66 | |||
67 | [module/spotify] | ||
68 | type = custom/script | ||
69 | interval = 1 | ||
70 | format-prefix = "" | ||
71 | format-prefix-padding = 1 | ||
72 | format-prefix-background = ${colors.sold_out_green} | ||
73 | format-prefix-foreground = ${colors.foreground} | ||
74 | format = <label> | ||
75 | format-padding = 0 | ||
76 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | ||
77 | ;契 | ||
78 | |||
79 | [module/backlight] | ||
80 | type = internal/xbacklight | ||
81 | |||
82 | ; Available tags: | ||
83 | ; <label> (default) | ||
84 | ; <ramp> | ||
85 | ; <bar> | ||
86 | format = <ramp><label> | ||
87 | ;format-background = ${colors.background_modules} | ||
88 | ;format-foreground = ${colors.foreground_modules} | ||
89 | |||
90 | ; Available tokens: | ||
91 | ; %percentage% (default) | ||
92 | label = %percentage%% | ||
93 | |||
94 | ; Only applies if <ramp> is used | ||
95 | ramp-font = 4 | ||
96 | ramp-background = ${colors.primary} | ||
97 | ramp-foreground = ${colors.foreground} | ||
98 | ramp-padding = 1 | ||
99 | ramp-0 = | ||
100 | ramp-1 = | ||
101 | ramp-2 = | ||
102 | ramp-3 = | ||
103 | ramp-4 = | ||
104 | |||
105 | label-padding = 1 | ||
106 | label-background = ${colors.background_modules} | ||
107 | label-foreground = ${colors.foreground_modules} | ||
108 | |||
109 | [module/battery] | ||
110 | type = internal/battery | ||
111 | battery = BAT0 | ||
112 | adapter = AC0 | ||
113 | |||
114 | time-format = %H:%M | ||
115 | |||
116 | format-charging = <animation-charging><label-charging> | ||
117 | format-discharging = <ramp-capacity><label-discharging> | ||
118 | |||
119 | ramp-capacity-background = ${colors.red} | ||
120 | ramp-capacity-foreground = ${colors.foreground} | ||
121 | ramp-capacity-padding = 1 | ||
122 | |||
123 | animation-charging-background = ${colors.green} | ||
124 | animation-charging-foreground = ${colors.foreground} | ||
125 | animation-charging-padding = 1 | ||
126 | |||
127 | ; Available tags: | ||
128 | ; <label-full> (default) | ||
129 | ; <bar-capacity> | ||
130 | ; <ramp-capacity> | ||
131 | ;format-full = <ramp-capacity> <label-full> | ||
132 | |||
133 | ; Available tokens: | ||
134 | ; %percentage% (default) | ||
135 | ; %time% | ||
136 | ; %consumption% (shows current charge rate in watts) | ||
137 | label-charging = %percentage%% %time% | ||
138 | label-charging-background = ${colors.background_modules} | ||
139 | label-charging-foreground = ${colors.foreground_modules} | ||
140 | label-charging-padding = 1 | ||
141 | |||
142 | ; Available tokens: | ||
143 | ; %percentage% (default) | ||
144 | ; %time% | ||
145 | ; %consumption% (shows current discharge rate in watts) | ||
146 | label-discharging = %percentage%% %time% | ||
147 | label-discharging-background = ${colors.background_modules} | ||
148 | label-discharging-foreground = ${colors.foreground_modules} | ||
149 | label-discharging-padding = 1 | ||
150 | |||
151 | ; Available tokens: | ||
152 | ; %percentage% (default) | ||
153 | label-full = full | ||
154 | |||
155 | ; Only applies if <ramp-capacity> is used | ||
156 | ramp-capacity-0 = | ||
157 | ramp-capacity-1 = | ||
158 | ramp-capacity-2 = | ||
159 | ramp-capacity-3 = | ||
160 | ramp-capacity-4 = | ||
161 | |||
162 | ; Only applies if <animation-charging> is used | ||
163 | animation-charging-0 = | ||
164 | animation-charging-1 = | ||
165 | animation-charging-2 = | ||
166 | animation-charging-3 = | ||
167 | animation-charging-4 = | ||
168 | ; Framerate in milliseconds | ||
169 | animation-charging-framerate = 750 | ||
170 | |||
171 | [module/xwindow] | ||
172 | type = internal/xwindow | ||
173 | format = <label> | ||
174 | label = %title:0:70:...% | ||
175 | |||
176 | y-offset = 10 | ||
177 | label-padding = 1 | ||
178 | label-font = 1 | ||
179 | |||
180 | label-empty = | ||
181 | label-empty-font = 3 | ||
182 | label-empty-padding = 5 | ||
183 | |||
184 | [module/xkeyboard] | ||
185 | type = internal/xkeyboard | ||
186 | blacklist-0 = num lock | ||
187 | blacklist-1 = scroll lock | ||
188 | |||
189 | format = <label-layout> <label-indicator> | ||
190 | format-spacing = 0 | ||
191 | |||
192 | format-prefix = | ||
193 | format-prefix-padding = 1 | ||
194 | format-prefix-background = ${colors.blue} | ||
195 | format-prefix-foreground = ${colors.foreground} | ||
196 | format-prefix-font = 3 | ||
197 | |||
198 | label-layout = %name% | ||
199 | label-layout-padding = 1 | ||
200 | label-layout-background = ${colors.background_modules} | ||
201 | label-layout-foreground = ${colors.foreground_modules} | ||
202 | |||
203 | label-indicator-padding = 2 | ||
204 | label-indicator-margin = | ||
205 | label-indicator-background = ${colors.alert} | ||
206 | |||
207 | [module/i3] | ||
208 | type = internal/i3 | ||
209 | format = <label-state> <label-mode> | ||
210 | index-sort = true | ||
211 | wrapping-scroll = false | ||
212 | strip-wsnumbers = true | ||
213 | |||
214 | label-mode-background = ${colors.background_modules} | ||
215 | label-mode-foreground = ${colors.foreground_modules} | ||
216 | label-mode-padding = 2 | ||
217 | |||
218 | label-focused = %name% | ||
219 | label-focused-background = ${colors.red} | ||
220 | label-focused-foreground = ${colors.background_modules} | ||
221 | label-focused-padding = 1 | ||
222 | |||
223 | label-unfocused = %name% | ||
224 | label-unfocused-background = ${colors.background_modules} | ||
225 | label-unfocused-foreground = ${colors.foreground_modules} | ||
226 | label-unfocused-padding = 1 | ||
227 | |||
228 | label-visible = %name% | ||
229 | label-visible-background = ${colors.background_modules} | ||
230 | label-visible-foreground = ${colors.foreground_modules} | ||
231 | label-visible-padding = 1 | ||
232 | |||
233 | label-urgent = %index% | ||
234 | label-urgent-background = ${colors.alert} | ||
235 | label-urgent-foreground = ${colors.background} | ||
236 | label-urgent-padding = 1 | ||
237 | |||
238 | [module/download] | ||
239 | type = internal/network | ||
240 | interface = wlp2s0 | ||
241 | interval = 3.0 | ||
242 | |||
243 | format-connected = <label-connected> | ||
244 | |||
245 | format-connected-prefix = | ||
246 | format-connected-prefix-padding = 1 | ||
247 | format-connected-prefix-background = ${colors.green} | ||
248 | format-connected-prefix-foreground = ${colors.foreground} | ||
249 | |||
250 | label-connected = %downspeed% | ||
251 | label-connected-background = ${colors.background_modules} | ||
252 | label-connected-foreground = ${colors.foreground_modules} | ||
253 | label-connected-padding = 1 | ||
254 | |||
255 | format-disconnected = <label-disconnected> | ||
256 | label-disconnected = %ifname% disconnected | ||
257 | |||
258 | [module/upload] | ||
259 | type = internal/network | ||
260 | interface = wlp2s0 | ||
261 | interval = 3.0 | ||
262 | |||
263 | format-connected = <label-connected> | ||
264 | |||
265 | format-connected-prefix = | ||
266 | format-connected-prefix-padding = 1 | ||
267 | format-connected-prefix-background = ${colors.yellow} | ||
268 | format-connected-prefix-foreground = ${colors.foreground} | ||
269 | |||
270 | label-connected = %upspeed% | ||
271 | label-connected-background = ${colors.background_modules} | ||
272 | label-connected-foreground = ${colors.foreground_modules} | ||
273 | label-connected-padding = 1 | ||
274 | |||
275 | [module/date] | ||
276 | type = internal/date | ||
277 | interval = 1 | ||
278 | |||
279 | date = %Y-%m-%d %A | ||
280 | label = %date% | ||
281 | format = <label> | ||
282 | |||
283 | format-prefix = | ||
284 | format-prefix-background = ${colors.orange} | ||
285 | format-prefix-foreground = ${colors.foreground} | ||
286 | format-prefix-font = 3 | ||
287 | format-prefix-padding = 1 | ||
288 | |||
289 | label-background = ${colors.background_modules} | ||
290 | label-foreground = ${colors.foreground_modules} | ||
291 | label-padding = 1 | ||
292 | |||
293 | [module/time] | ||
294 | type = internal/date | ||
295 | interval = 1 | ||
296 | |||
297 | time = %H:%M | ||
298 | label = %time% | ||
299 | format = <label> | ||
300 | |||
301 | format-prefix = | ||
302 | format-prefix-background = ${colors.secondary} | ||
303 | format-prefix-foreground = ${colors.foreground} | ||
304 | format-prefix-font = 3 | ||
305 | format-prefix-padding = 1 | ||
306 | |||
307 | label-background = ${colors.background_modules} | ||
308 | label-foreground = ${colors.foreground_modules} | ||
309 | label-padding = 1 | ||
310 | |||
311 | [module/pulseaudio] | ||
312 | type = internal/pulseaudio | ||
313 | interval = 5 | ||
314 | |||
315 | format-volume = <label-volume> | ||
316 | |||
317 | format-volume-prefix = | ||
318 | format-volume-prefix-background = ${colors.purple} | ||
319 | format-volume-prefix-foreground = ${colors.background_modules} | ||
320 | format-volume-prefix-font = 3 | ||
321 | format-volume-prefix-padding = 1 | ||
322 | |||
323 | label-volume = %percentage% | ||
324 | label-volume-background = ${colors.background_modules} | ||
325 | label-volume-foreground = ${colors.foreground_modules} | ||
326 | label-volume-padding = 1 | ||
327 | |||
328 | label-muted = | ||
329 | label-muted-background = ${colors.purple} | ||
330 | label-muted-foreground = ${colors.foreground} | ||
331 | label-muted-padding = 2 | ||
332 | |||
333 | [module/pulseaudio-control] | ||
334 | type = custom/script | ||
335 | tail = true | ||
336 | label = %output% | ||
337 | interval = 5 | ||
338 | |||
339 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
340 | click-right = exec pavucontrol & | ||
341 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
342 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
343 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
344 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
345 | label-padding = 2 | ||
346 | label-foreground = ${colors.foreground_modules} | ||
347 | label-background = ${colors.background_modules} | ||
348 | |||
349 | [settings] | ||
350 | screenchange-reload = true | ||
351 | compositing-background = source | ||
352 | compositing-foreground = source | ||
353 | compositing-border = over | ||
354 | pseudo-transparency = false | ||
355 | |||
356 | [global/wm] | ||
357 | margin-top = 5 | ||
358 | margin-bottom = 5 | ||
359 | |||
360 | ; vim:ft=dosini | ||