diff options
author | Yigit Sever | 2021-10-08 00:00:55 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 00:00:55 +0300 |
commit | 2815207212ddf6e0b84b7d578a3f866867ed53fc (patch) | |
tree | 472c567e5bd6f5048b21d1736e7434939122d57f /.config/polybar/config##c.desktop,h.maus | |
parent | e65be8525e54eb0329c8a8736f556b03d8d71291 (diff) | |
download | dotfiles-2815207212ddf6e0b84b7d578a3f866867ed53fc.tar.gz dotfiles-2815207212ddf6e0b84b7d578a3f866867ed53fc.tar.bz2 dotfiles-2815207212ddf6e0b84b7d578a3f866867ed53fc.zip |
polybar: remove class string
Diffstat (limited to '.config/polybar/config##c.desktop,h.maus')
-rw-r--r-- | .config/polybar/config##c.desktop,h.maus | 365 |
1 files changed, 0 insertions, 365 deletions
diff --git a/.config/polybar/config##c.desktop,h.maus b/.config/polybar/config##c.desktop,h.maus deleted file mode 100644 index b2105f2..0000000 --- a/.config/polybar/config##c.desktop,h.maus +++ /dev/null | |||
@@ -1,365 +0,0 @@ | |||
1 | ;========================================================== | ||
2 | ; | ||
3 | ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ | ||
4 | ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ | ||
5 | ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ | ||
6 | ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ | ||
7 | ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ | ||
8 | ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
9 | ; | ||
10 | ;========================================================== | ||
11 | |||
12 | [colors] | ||
13 | background = #2D2926 | ||
14 | background_modules = #F6F4EA | ||
15 | foreground = #F6F4EA | ||
16 | foreground_modules = #2D2926 | ||
17 | red = #CE3643 | ||
18 | green = #6AAFAA | ||
19 | sold_out_green = #1DB954 | ||
20 | yellow = #D9C91A | ||
21 | blue = #8AAAEB | ||
22 | purple = #7F21AD | ||
23 | aqua = #4CC9BE | ||
24 | orange = #C24049 | ||
25 | |||
26 | ; [colors] | ||
27 | ; background = #080808 | ||
28 | ; background_modules = #eeeeee | ||
29 | ; foreground = #b2b2b2 | ||
30 | ; foreground_modules = #080808 | ||
31 | ; red = #ff5454 | ||
32 | ; green = #8cc85f | ||
33 | ; sold_out_green = #1DB954 | ||
34 | ; yellow = #e3c78a | ||
35 | ; blue = #80a0ff | ||
36 | ; purple = #d183e8 | ||
37 | ; aqua = #79dac8 | ||
38 | ; orange = #ff5189 | ||
39 | |||
40 | [bar/top] | ||
41 | monitor = DP-0 | ||
42 | width = 100% | ||
43 | height = 20 | ||
44 | offset-x = 0 | ||
45 | offset-y = 0 | ||
46 | radius = 0 | ||
47 | fixed-center = true | ||
48 | |||
49 | background = ${colors.background} | ||
50 | foreground = ${colors.foreground} | ||
51 | |||
52 | padding-right = 2 | ||
53 | module-margin = 1 | ||
54 | |||
55 | font-0 = scientifica:antialias=false;1 | ||
56 | font-1 = Siji:size=20;1 | ||
57 | |||
58 | modules-left = i3 pulseaudio-control spotify mpd github | ||
59 | modules-center = xwindow | ||
60 | modules-right = focus notification_pause cpu download upload date time | ||
61 | |||
62 | tray-position = right | ||
63 | separator = | ||
64 | |||
65 | [module/github] | ||
66 | type = internal/github | ||
67 | |||
68 | token = ${file:/home/yigit/.local/share/polybar/github_token} | ||
69 | user = yigitsever | ||
70 | empty-notifications = false | ||
71 | interval = 10 | ||
72 | api-url = https://api.github.com/ | ||
73 | |||
74 | format = <label> | ||
75 | label = %notifications% | ||
76 | |||
77 | label-padding = 1 | ||
78 | |||
79 | format-background = ${colors.background_modules} | ||
80 | format-foreground = ${colors.foreground_modules} | ||
81 | |||
82 | format-prefix = | ||
83 | format-prefix-foreground = ${colors.background_modules} | ||
84 | format-prefix-background = ${colors.purple} | ||
85 | format-prefix-padding = 1 | ||
86 | |||
87 | format-offline = <label-offline> | ||
88 | label-offline = Github offline | ||
89 | |||
90 | [module/focus] | ||
91 | type = custom/script | ||
92 | exec = ~/.config/polybar/focus | ||
93 | double-click-left = exec ~/.config/polybar/stop & | ||
94 | interval = 1 | ||
95 | |||
96 | [module/notification_pause] | ||
97 | type = custom/script | ||
98 | exec = ~/.config/polybar/notification_pause.sh | ||
99 | interval = 5 | ||
100 | |||
101 | [module/spotify] | ||
102 | type = custom/script | ||
103 | interval = 1 | ||
104 | |||
105 | format-prefix = | ||
106 | format-prefix-padding = 1 | ||
107 | format-prefix-background = ${colors.sold_out_green} | ||
108 | format-prefix-foreground = ${colors.foreground_modules} | ||
109 | format = <label> | ||
110 | format-padding = 0 | ||
111 | exec = python /usr/share/polybar/scripts/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', ' | ||
112 | ;契 | ||
113 | |||
114 | [module/mpd] | ||
115 | type = internal/mpd | ||
116 | |||
117 | ; <toggle> - gets replaced with <icon-(pause|play)> | ||
118 | format-online = <toggle><label-song> <icon-random> <icon-repeat> | ||
119 | label-song = %{F#080808}%artist% %{F#427b58}%title% | ||
120 | format-online-font = 4 | ||
121 | |||
122 | icon-pause = | ||
123 | icon-play = | ||
124 | icon-random = | ||
125 | icon-repeat = | ||
126 | |||
127 | icon-play-foreground = ${colors.foreground} | ||
128 | icon-play-background = #b8bb26 | ||
129 | icon-play-padding = 1 | ||
130 | |||
131 | icon-pause-foreground = ${colors.foreground} | ||
132 | icon-pause-background = #9d0006 | ||
133 | icon-pause-padding = 1 | ||
134 | |||
135 | label-song-foreground = ${colors.foreground_modules} | ||
136 | label-song-background = ${colors.background_modules} | ||
137 | label-song-padding = 1 | ||
138 | |||
139 | toggle-on-foreground = ${colors.background_modules} | ||
140 | toggle-off-foreground = #504945 | ||
141 | |||
142 | format-offline = <label-offline> | ||
143 | label-offline = mpd is offline | ||
144 | |||
145 | [module/xwindow] | ||
146 | type = internal/xwindow | ||
147 | format = <label> | ||
148 | label = %title:0:70:...% | ||
149 | |||
150 | y-offset = 10 | ||
151 | label-padding = 1 | ||
152 | |||
153 | ; there is a archlinux logo below | ||
154 | label-empty = | ||
155 | label-empty-padding = 5 | ||
156 | |||
157 | [module/xkeyboard] | ||
158 | type = internal/xkeyboard | ||
159 | blacklist-0 = num lock | ||
160 | blacklist-1 = scroll lock | ||
161 | |||
162 | format = <label-layout> <label-indicator> | ||
163 | format-spacing = 0 | ||
164 | |||
165 | format-prefix = | ||
166 | format-prefix-padding = 1 | ||
167 | format-prefix-background = ${colors.blue} | ||
168 | format-prefix-foreground = ${colors.foreground} | ||
169 | |||
170 | label-layout = %name% | ||
171 | label-layout-padding = 1 | ||
172 | label-layout-background = ${colors.background_modules} | ||
173 | label-layout-foreground = ${colors.foreground_modules} | ||
174 | |||
175 | label-indicator-padding = 2 | ||
176 | label-indicator-margin = | ||
177 | label-indicator-background = ${colors.red} | ||
178 | |||
179 | [module/i3] | ||
180 | type = internal/i3 | ||
181 | format = <label-state> | ||
182 | index-sort = false | ||
183 | wrapping-scroll = false | ||
184 | strip-wsnumbers = true | ||
185 | |||
186 | ws-icon-default = | ||
187 | ws-icon-0 = 0; | ||
188 | ws-icon-1 = 1; | ||
189 | ws-icon-2 = 2; | ||
190 | ws-icon-3 = 3; | ||
191 | ws-icon-4 = 4; | ||
192 | ws-icon-5 = 5; | ||
193 | ws-icon-6 = 6; | ||
194 | ws-icon-7 = 7; | ||
195 | ws-icon-8 = 8; | ||
196 | ws-icon-9 = 9; | ||
197 | ws-icon-10 = music; | ||
198 | ws-icon-11 = zotero; | ||
199 | ws-icon-12 = desktop; | ||
200 | ws-icon-13 = browser; | ||
201 | ws-icon-14 = steam; | ||
202 | |||
203 | label-mode-background = ${colors.background_modules} | ||
204 | label-mode-foreground = ${colors.foreground_modules} | ||
205 | label-mode-padding = 2 | ||
206 | |||
207 | label-focused = %icon% %output:0:1% | ||
208 | label-focused-background = ${colors.green} | ||
209 | label-focused-foreground = ${colors.background_modules} | ||
210 | label-focused-padding = 1 | ||
211 | |||
212 | label-unfocused = %icon% | ||
213 | label-unfocused-background = ${colors.background_modules} | ||
214 | label-unfocused-foreground = ${colors.foreground_modules} | ||
215 | label-unfocused-padding = 1 | ||
216 | |||
217 | label-visible = %icon% %output:0:1% | ||
218 | label-visible-background = ${colors.blue} | ||
219 | label-visible-foreground = ${colors.foreground_modules} | ||
220 | label-visible-padding = 1 | ||
221 | |||
222 | label-urgent = %icon% | ||
223 | label-urgent-background = ${colors.red} | ||
224 | label-urgent-foreground = ${colors.background_modules} | ||
225 | label-urgent-padding = 1 | ||
226 | |||
227 | label-separator = " " | ||
228 | label-separator-foreground = ${colors.foreground} | ||
229 | label-separator-background = #504945 | ||
230 | |||
231 | [module/cpu] | ||
232 | type = internal/cpu | ||
233 | label = %percentage:3%% | ||
234 | format = <label> | ||
235 | |||
236 | format-prefix = | ||
237 | format-prefix-background = ${colors.purple} | ||
238 | format-prefix-foreground = ${colors.foreground} | ||
239 | format-prefix-padding = 1 | ||
240 | |||
241 | format-background = ${colors.background_modules} | ||
242 | format-foreground = ${colors.foreground_modules} | ||
243 | |||
244 | label-padding = 1 | ||
245 | |||
246 | [module/download] | ||
247 | type = internal/network | ||
248 | interface = eno1 | ||
249 | interval = 3.0 | ||
250 | |||
251 | format-connected = <label-connected> | ||
252 | |||
253 | format-connected-prefix = | ||
254 | format-connected-prefix-padding = 1 | ||
255 | format-connected-prefix-background = ${colors.green} | ||
256 | format-connected-prefix-foreground = ${colors.foreground} | ||
257 | |||
258 | label-connected = %downspeed:8% | ||
259 | label-connected-background = ${colors.background_modules} | ||
260 | label-connected-foreground = ${colors.foreground_modules} | ||
261 | label-connected-padding = 1 | ||
262 | |||
263 | format-disconnected = <label-disconnected> | ||
264 | label-disconnected = %ifname% disconnected | ||
265 | |||
266 | [module/upload] | ||
267 | type = internal/network | ||
268 | interface = eno1 | ||
269 | interval = 3.0 | ||
270 | |||
271 | format-connected = <label-connected> | ||
272 | |||
273 | format-connected-prefix = | ||
274 | format-connected-prefix-padding = 1 | ||
275 | format-connected-prefix-background = ${colors.yellow} | ||
276 | format-connected-prefix-foreground = ${colors.foreground} | ||
277 | |||
278 | label-connected = %upspeed:8% | ||
279 | label-connected-background = ${colors.background_modules} | ||
280 | label-connected-foreground = ${colors.foreground_modules} | ||
281 | label-connected-padding = 1 | ||
282 | |||
283 | [module/date] | ||
284 | type = internal/date | ||
285 | interval = 1 | ||
286 | |||
287 | date = %Y-%m-%d %A | ||
288 | label = %date% | ||
289 | format = <label> | ||
290 | |||
291 | format-prefix = | ||
292 | format-prefix-background = ${colors.orange} | ||
293 | format-prefix-foreground = ${colors.foreground} | ||
294 | format-prefix-padding = 1 | ||
295 | |||
296 | label-background = ${colors.background_modules} | ||
297 | label-foreground = ${colors.foreground_modules} | ||
298 | label-padding = 1 | ||
299 | |||
300 | [module/time] | ||
301 | type = internal/date | ||
302 | interval = 1 | ||
303 | |||
304 | time = %H:%M | ||
305 | label = %time% | ||
306 | format = <label> | ||
307 | |||
308 | format-prefix = | ||
309 | format-prefix-background = ${colors.aqua} | ||
310 | format-prefix-foreground = ${colors.foreground} | ||
311 | format-prefix-padding = 1 | ||
312 | |||
313 | label-background = ${colors.background_modules} | ||
314 | label-foreground = ${colors.foreground_modules} | ||
315 | label-padding = 1 | ||
316 | |||
317 | [module/pulseaudio] | ||
318 | type = internal/pulseaudio | ||
319 | interval = 5 | ||
320 | |||
321 | format-volume = <label-volume> | ||
322 | |||
323 | format-volume-prefix = | ||
324 | format-volume-prefix-background = ${colors.purple} | ||
325 | format-volume-prefix-foreground = ${colors.background_modules} | ||
326 | format-volume-prefix-padding = 1 | ||
327 | |||
328 | label-volume = %percentage% | ||
329 | label-volume-background = ${colors.background_modules} | ||
330 | label-volume-foreground = ${colors.foreground_modules} | ||
331 | label-volume-padding = 1 | ||
332 | |||
333 | label-muted = | ||
334 | label-muted-background = ${colors.purple} | ||
335 | label-muted-foreground = ${colors.foreground} | ||
336 | label-muted-padding = 2 | ||
337 | |||
338 | [module/pulseaudio-control] | ||
339 | type = custom/script | ||
340 | tail = true | ||
341 | label = %output% | ||
342 | interval = 5 | ||
343 | |||
344 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
345 | click-right = exec pavucontrol & | ||
346 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
347 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
348 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
349 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
350 | label-padding = 2 | ||
351 | label-foreground = ${colors.foreground_modules} | ||
352 | label-background = ${colors.background_modules} | ||
353 | |||
354 | [settings] | ||
355 | screenchange-reload = true | ||
356 | compositing-background = source | ||
357 | compositing-foreground = source | ||
358 | compositing-border = over | ||
359 | pseudo-transparency = false | ||
360 | |||
361 | [global/wm] | ||
362 | margin-top = 5 | ||
363 | margin-bottom = 5 | ||
364 | |||
365 | ; vim:ft=dosini | ||