diff options
author | Yigit Sever | 2020-09-18 00:45:23 +0300 |
---|---|---|
committer | Yigit Sever | 2020-09-18 00:45:23 +0300 |
commit | 887c500c6b93afb978d770338048f917ed4091a7 (patch) | |
tree | 57e7baf556c84a63037484742cab3c7a86540157 /.config/polybar/config##c.desktop,h.Maus | |
parent | 3a6003cee585dbdabec939940c4de421dbd122fb (diff) | |
download | dotfiles-887c500c6b93afb978d770338048f917ed4091a7.tar.gz dotfiles-887c500c6b93afb978d770338048f917ed4091a7.tar.bz2 dotfiles-887c500c6b93afb978d770338048f917ed4091a7.zip |
Rename & remove
Diffstat (limited to '.config/polybar/config##c.desktop,h.Maus')
-rw-r--r-- | .config/polybar/config##c.desktop,h.Maus | 301 |
1 files changed, 0 insertions, 301 deletions
diff --git a/.config/polybar/config##c.desktop,h.Maus b/.config/polybar/config##c.desktop,h.Maus deleted file mode 100644 index a489840..0000000 --- a/.config/polybar/config##c.desktop,h.Maus +++ /dev/null | |||
@@ -1,301 +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 = DVI-I-1 | ||
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;1 | ||
52 | font-1 = Lato:size=10;1 | ||
53 | font-2 = Raleway:size=10;1 | ||
54 | font-3 = FuraCode Nerd Font:size=12;2 | ||
55 | |||
56 | modules-left = i3 pulseaudio-control spotify mpd | ||
57 | modules-center = xwindow | ||
58 | modules-right = cpu focus date time xkeyboard | ||
59 | |||
60 | tray-position = right | ||
61 | |||
62 | [module/cpu] | ||
63 | type = internal/cpu | ||
64 | |||
65 | [module/focus] | ||
66 | type = custom/script | ||
67 | exec = ~/.config/polybar/focus | ||
68 | double-click-left = exec ~/.config/polybar/stop & | ||
69 | interval = 10 | ||
70 | |||
71 | [module/newyork] | ||
72 | type = custom/script | ||
73 | exec = ~/.config/polybar/new_york.sh | ||
74 | format = <label> | ||
75 | format-prefix = "" | ||
76 | format-prefix-background = ${colors.secondary} | ||
77 | format-prefix-foreground = ${colors.foreground} | ||
78 | format-prefix-font = 4 | ||
79 | format-prefix-padding = 1 | ||
80 | |||
81 | label-background = ${colors.background_modules} | ||
82 | label-foreground = ${colors.foreground_modules} | ||
83 | label-padding = 1 | ||
84 | interval = 1 | ||
85 | |||
86 | [module/spotify] | ||
87 | type = custom/script | ||
88 | interval = 1 | ||
89 | format-prefix = "" | ||
90 | format-prefix-padding = 1 | ||
91 | format-prefix-background = ${colors.sold_out_green} | ||
92 | format-prefix-foreground = ${colors.foreground} | ||
93 | format = <label> | ||
94 | format-padding = 0 | ||
95 | exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' | ||
96 | ;契 | ||
97 | |||
98 | [module/mpd] | ||
99 | type = internal/mpd | ||
100 | |||
101 | format-online = <toggle> <label-song> <icon-random> | ||
102 | label-song = %artist% - %title% | ||
103 | icon-pause = | ||
104 | icon-play = | ||
105 | icon-random = 咽 | ||
106 | |||
107 | toggle-on-foreground = ${colors.background_modules} | ||
108 | toggle-off-foreground = ${colors.foreground_modules} | ||
109 | |||
110 | format-offline = <label-offline> | ||
111 | label-offline = mpd is offline | ||
112 | |||
113 | [module/xwindow] | ||
114 | type = internal/xwindow | ||
115 | format = <label> | ||
116 | label = %title:0:70:...% | ||
117 | |||
118 | y-offset = 10 | ||
119 | label-padding = 1 | ||
120 | |||
121 | label-empty = | ||
122 | label-empty-font = 4 | ||
123 | label-empty-padding = 5 | ||
124 | |||
125 | [module/xkeyboard] | ||
126 | type = internal/xkeyboard | ||
127 | blacklist-0 = num lock | ||
128 | blacklist-1 = scroll lock | ||
129 | |||
130 | format = <label-layout> <label-indicator> | ||
131 | format-spacing = 0 | ||
132 | |||
133 | format-prefix = | ||
134 | format-prefix-padding = 1 | ||
135 | format-prefix-background = ${colors.blue} | ||
136 | format-prefix-foreground = ${colors.foreground} | ||
137 | format-prefix-font = 4 | ||
138 | |||
139 | label-layout = %name% | ||
140 | label-layout-padding = 1 | ||
141 | label-layout-background = ${colors.background_modules} | ||
142 | label-layout-foreground = ${colors.foreground_modules} | ||
143 | |||
144 | label-indicator-padding = 2 | ||
145 | label-indicator-margin = | ||
146 | label-indicator-background = ${colors.alert} | ||
147 | |||
148 | [module/i3] | ||
149 | type = internal/i3 | ||
150 | format = <label-state> <label-mode> | ||
151 | index-sort = true | ||
152 | wrapping-scroll = false | ||
153 | strip-wsnumbers = true | ||
154 | |||
155 | label-mode-background = ${colors.background_modules} | ||
156 | label-mode-foreground = ${colors.foreground_modules} | ||
157 | label-mode-padding = 2 | ||
158 | |||
159 | label-focused = %name% | ||
160 | label-focused-background = ${colors.red} | ||
161 | label-focused-foreground = ${colors.background_modules} | ||
162 | label-focused-padding = 1 | ||
163 | |||
164 | label-unfocused = %name% | ||
165 | label-unfocused-background = ${colors.background_modules} | ||
166 | label-unfocused-foreground = ${colors.foreground_modules} | ||
167 | label-unfocused-padding = 1 | ||
168 | |||
169 | label-visible = %name% | ||
170 | label-visible-background = ${colors.background_modules} | ||
171 | label-visible-foreground = ${colors.foreground_modules} | ||
172 | label-visible-padding = 1 | ||
173 | |||
174 | label-urgent = %index% | ||
175 | label-urgent-background = ${colors.alert} | ||
176 | label-urgent-foreground = ${colors.background} | ||
177 | label-urgent-padding = 1 | ||
178 | |||
179 | [module/download] | ||
180 | type = internal/network | ||
181 | interface = eno1 | ||
182 | interval = 3.0 | ||
183 | |||
184 | format-connected = <label-connected> | ||
185 | |||
186 | format-connected-prefix = | ||
187 | format-connected-prefix-padding = 1 | ||
188 | format-connected-prefix-background = ${colors.green} | ||
189 | format-connected-prefix-foreground = ${colors.foreground} | ||
190 | |||
191 | label-connected = %downspeed% | ||
192 | label-connected-background = ${colors.background_modules} | ||
193 | label-connected-foreground = ${colors.foreground_modules} | ||
194 | label-connected-padding = 1 | ||
195 | |||
196 | format-disconnected = <label-disconnected> | ||
197 | label-disconnected = %ifname% disconnected | ||
198 | |||
199 | [module/upload] | ||
200 | type = internal/network | ||
201 | interface = eno1 | ||
202 | interval = 3.0 | ||
203 | |||
204 | format-connected = <label-connected> | ||
205 | |||
206 | format-connected-prefix = | ||
207 | format-connected-prefix-padding = 1 | ||
208 | format-connected-prefix-background = ${colors.yellow} | ||
209 | format-connected-prefix-foreground = ${colors.foreground} | ||
210 | |||
211 | label-connected = %upspeed% | ||
212 | label-connected-background = ${colors.background_modules} | ||
213 | label-connected-foreground = ${colors.foreground_modules} | ||
214 | label-connected-padding = 1 | ||
215 | |||
216 | [module/date] | ||
217 | type = internal/date | ||
218 | interval = 1 | ||
219 | |||
220 | date = %Y-%m-%d %A | ||
221 | label = %date% | ||
222 | format = <label> | ||
223 | |||
224 | format-prefix = | ||
225 | format-prefix-background = ${colors.orange} | ||
226 | format-prefix-foreground = ${colors.foreground} | ||
227 | format-prefix-font = 4 | ||
228 | format-prefix-padding = 1 | ||
229 | |||
230 | label-background = ${colors.background_modules} | ||
231 | label-foreground = ${colors.foreground_modules} | ||
232 | label-padding = 1 | ||
233 | |||
234 | [module/time] | ||
235 | type = internal/date | ||
236 | interval = 1 | ||
237 | |||
238 | time = %H:%M | ||
239 | label = %time% | ||
240 | format = <label> | ||
241 | |||
242 | format-prefix = | ||
243 | format-prefix-background = ${colors.secondary} | ||
244 | format-prefix-foreground = ${colors.foreground} | ||
245 | format-prefix-font = 4 | ||
246 | format-prefix-padding = 1 | ||
247 | |||
248 | label-background = ${colors.background_modules} | ||
249 | label-foreground = ${colors.foreground_modules} | ||
250 | label-padding = 1 | ||
251 | |||
252 | [module/pulseaudio] | ||
253 | type = internal/pulseaudio | ||
254 | interval = 5 | ||
255 | |||
256 | format-volume = <label-volume> | ||
257 | |||
258 | format-volume-prefix = | ||
259 | format-volume-prefix-background = ${colors.purple} | ||
260 | format-volume-prefix-foreground = ${colors.background_modules} | ||
261 | format-volume-prefix-font = 4 | ||
262 | format-volume-prefix-padding = 1 | ||
263 | |||
264 | label-volume = %percentage% | ||
265 | label-volume-background = ${colors.background_modules} | ||
266 | label-volume-foreground = ${colors.foreground_modules} | ||
267 | label-volume-padding = 1 | ||
268 | |||
269 | label-muted = | ||
270 | label-muted-background = ${colors.purple} | ||
271 | label-muted-foreground = ${colors.foreground} | ||
272 | label-muted-padding = 2 | ||
273 | |||
274 | [module/pulseaudio-control] | ||
275 | type = custom/script | ||
276 | tail = true | ||
277 | label = %output% | ||
278 | interval = 5 | ||
279 | |||
280 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
281 | click-right = exec pavucontrol & | ||
282 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
283 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
284 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
285 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
286 | label-padding = 2 | ||
287 | label-foreground = ${colors.foreground_modules} | ||
288 | label-background = ${colors.background_modules} | ||
289 | |||
290 | [settings] | ||
291 | screenchange-reload = true | ||
292 | compositing-background = source | ||
293 | compositing-foreground = source | ||
294 | compositing-border = over | ||
295 | pseudo-transparency = false | ||
296 | |||
297 | [global/wm] | ||
298 | margin-top = 5 | ||
299 | margin-bottom = 5 | ||
300 | |||
301 | ; vim:ft=dosini | ||