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