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