diff options
Diffstat (limited to '.config/polybar/config##c.desktop,h.Lowe')
-rw-r--r-- | .config/polybar/config##c.desktop,h.Lowe | 285 |
1 files changed, 0 insertions, 285 deletions
diff --git a/.config/polybar/config##c.desktop,h.Lowe b/.config/polybar/config##c.desktop,h.Lowe deleted file mode 100644 index 8df5653..0000000 --- a/.config/polybar/config##c.desktop,h.Lowe +++ /dev/null | |||
@@ -1,285 +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 = DP-2 | ||
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 = Cozette:antialias=false;2 | ||
52 | font-1 = Lato:size=10;1 | ||
53 | font-2 = Raleway:size=10;1 | ||
54 | font-3 = FuraCode Nerd Font:size=11;2 | ||
55 | |||
56 | modules-left = i3 pulseaudio-control spotify | ||
57 | modules-center = xwindow | ||
58 | modules-right = focus 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/dpmpd] | ||
80 | ; type = internal/mpd | ||
81 | ; host = 127.0.0.1 | ||
82 | ; port = 6600 | ||
83 | |||
84 | ; format-online = <toggle> <label-song> <icon-random> | ||
85 | ; label-song = %artist:0:24:...% - %title:0:24:...% | ||
86 | ; icon-pause = | ||
87 | ; icon-play = | ||
88 | ; icon-random = 咽 | ||
89 | |||
90 | ; toggle-on-foreground = ${colors.background_modules} | ||
91 | ; toggle-off-foreground = ${colors.foreground_modules} | ||
92 | |||
93 | ; format-offline = <label-offline> | ||
94 | ; label-offline = mpd is offline | ||
95 | |||
96 | [module/xwindow] | ||
97 | type = internal/xwindow | ||
98 | format = <label> | ||
99 | label = %title:0:70:...% | ||
100 | |||
101 | y-offset = 10 | ||
102 | label-padding = 1 | ||
103 | label-font = 1 | ||
104 | |||
105 | label-empty = | ||
106 | label-empty-font = 3 | ||
107 | label-empty-padding = 5 | ||
108 | |||
109 | [module/xkeyboard] | ||
110 | type = internal/xkeyboard | ||
111 | blacklist-0 = num lock | ||
112 | blacklist-1 = scroll lock | ||
113 | |||
114 | format = <label-layout> <label-indicator> | ||
115 | format-spacing = 0 | ||
116 | |||
117 | format-prefix = | ||
118 | format-prefix-padding = 1 | ||
119 | format-prefix-background = ${colors.blue} | ||
120 | format-prefix-foreground = ${colors.foreground} | ||
121 | format-prefix-font = 3 | ||
122 | |||
123 | label-layout = %name% | ||
124 | label-layout-padding = 1 | ||
125 | label-layout-background = ${colors.background_modules} | ||
126 | label-layout-foreground = ${colors.foreground_modules} | ||
127 | |||
128 | label-indicator-padding = 2 | ||
129 | label-indicator-margin = | ||
130 | label-indicator-background = ${colors.alert} | ||
131 | |||
132 | [module/i3] | ||
133 | type = internal/i3 | ||
134 | format = <label-state> <label-mode> | ||
135 | index-sort = true | ||
136 | wrapping-scroll = false | ||
137 | strip-wsnumbers = true | ||
138 | |||
139 | label-mode-background = ${colors.background_modules} | ||
140 | label-mode-foreground = ${colors.foreground_modules} | ||
141 | label-mode-padding = 2 | ||
142 | |||
143 | label-focused = %name% | ||
144 | label-focused-background = ${colors.red} | ||
145 | label-focused-foreground = ${colors.background_modules} | ||
146 | label-focused-padding = 1 | ||
147 | |||
148 | label-unfocused = %name% | ||
149 | label-unfocused-background = ${colors.background_modules} | ||
150 | label-unfocused-foreground = ${colors.foreground_modules} | ||
151 | label-unfocused-padding = 1 | ||
152 | |||
153 | label-visible = %name% | ||
154 | label-visible-background = ${colors.background_modules} | ||
155 | label-visible-foreground = ${colors.foreground_modules} | ||
156 | label-visible-padding = 1 | ||
157 | |||
158 | label-urgent = %index% | ||
159 | label-urgent-background = ${colors.alert} | ||
160 | label-urgent-foreground = ${colors.background} | ||
161 | label-urgent-padding = 1 | ||
162 | |||
163 | [module/download] | ||
164 | type = internal/network | ||
165 | interface = enp1s0 | ||
166 | interval = 3.0 | ||
167 | |||
168 | format-connected = <label-connected> | ||
169 | |||
170 | format-connected-prefix = | ||
171 | format-connected-prefix-padding = 1 | ||
172 | format-connected-prefix-background = ${colors.green} | ||
173 | format-connected-prefix-foreground = ${colors.foreground} | ||
174 | |||
175 | label-connected = %downspeed% | ||
176 | label-connected-background = ${colors.background_modules} | ||
177 | label-connected-foreground = ${colors.foreground_modules} | ||
178 | label-connected-padding = 1 | ||
179 | |||
180 | format-disconnected = <label-disconnected> | ||
181 | label-disconnected = %ifname% disconnected | ||
182 | |||
183 | [module/upload] | ||
184 | type = internal/network | ||
185 | interface = enp1s0 | ||
186 | interval = 3.0 | ||
187 | |||
188 | format-connected = <label-connected> | ||
189 | |||
190 | format-connected-prefix = | ||
191 | format-connected-prefix-padding = 1 | ||
192 | format-connected-prefix-background = ${colors.yellow} | ||
193 | format-connected-prefix-foreground = ${colors.foreground} | ||
194 | |||
195 | label-connected = %upspeed% | ||
196 | label-connected-background = ${colors.background_modules} | ||
197 | label-connected-foreground = ${colors.foreground_modules} | ||
198 | label-connected-padding = 1 | ||
199 | |||
200 | [module/date] | ||
201 | type = internal/date | ||
202 | interval = 1 | ||
203 | |||
204 | date = %Y-%m-%d %A | ||
205 | label = %date% | ||
206 | format = <label> | ||
207 | |||
208 | format-prefix = | ||
209 | format-prefix-background = ${colors.orange} | ||
210 | format-prefix-foreground = ${colors.foreground} | ||
211 | format-prefix-font = 3 | ||
212 | format-prefix-padding = 1 | ||
213 | |||
214 | label-background = ${colors.background_modules} | ||
215 | label-foreground = ${colors.foreground_modules} | ||
216 | label-padding = 1 | ||
217 | |||
218 | [module/time] | ||
219 | type = internal/date | ||
220 | interval = 1 | ||
221 | |||
222 | time = %H:%M | ||
223 | label = %time% | ||
224 | format = <label> | ||
225 | |||
226 | format-prefix = | ||
227 | format-prefix-background = ${colors.secondary} | ||
228 | format-prefix-foreground = ${colors.foreground} | ||
229 | format-prefix-font = 3 | ||
230 | format-prefix-padding = 1 | ||
231 | |||
232 | label-background = ${colors.background_modules} | ||
233 | label-foreground = ${colors.foreground_modules} | ||
234 | label-padding = 1 | ||
235 | |||
236 | [module/pulseaudio] | ||
237 | type = internal/pulseaudio | ||
238 | interval = 5 | ||
239 | |||
240 | format-volume = <label-volume> | ||
241 | |||
242 | format-volume-prefix = | ||
243 | format-volume-prefix-background = ${colors.purple} | ||
244 | format-volume-prefix-foreground = ${colors.background_modules} | ||
245 | format-volume-prefix-font = 3 | ||
246 | format-volume-prefix-padding = 1 | ||
247 | |||
248 | label-volume = %percentage% | ||
249 | label-volume-background = ${colors.background_modules} | ||
250 | label-volume-foreground = ${colors.foreground_modules} | ||
251 | label-volume-padding = 1 | ||
252 | |||
253 | label-muted = | ||
254 | label-muted-background = ${colors.purple} | ||
255 | label-muted-foreground = ${colors.foreground} | ||
256 | label-muted-padding = 2 | ||
257 | |||
258 | [module/pulseaudio-control] | ||
259 | type = custom/script | ||
260 | tail = true | ||
261 | label = %output% | ||
262 | interval = 5 | ||
263 | |||
264 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
265 | click-right = exec pavucontrol & | ||
266 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
267 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
268 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
269 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
270 | label-padding = 2 | ||
271 | label-foreground = ${colors.foreground_modules} | ||
272 | label-background = ${colors.background_modules} | ||
273 | |||
274 | [settings] | ||
275 | screenchange-reload = true | ||
276 | compositing-background = source | ||
277 | compositing-foreground = source | ||
278 | compositing-border = over | ||
279 | pseudo-transparency = false | ||
280 | |||
281 | [global/wm] | ||
282 | margin-top = 5 | ||
283 | margin-bottom = 5 | ||
284 | |||
285 | ; vim:ft=dosini | ||