summaryrefslogtreecommitdiffstats
path: root/.config/polybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config##desktop.Linux.Lowe256
-rw-r--r--.config/polybar/config##desktop.Linux.Maus (renamed from .config/polybar/config)0
2 files changed, 256 insertions, 0 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe
new file mode 100644
index 0000000..0da0274
--- /dev/null
+++ b/.config/polybar/config##desktop.Linux.Lowe
@@ -0,0 +1,256 @@
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
37fixed-center = true
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 = 2
48module-margin = 1
49
50font-0 = scientifica:antialias=false;0
51font-1 = Lato:size=10;1
52font-2 = Raleway:size=10;1
53font-3 = FuraCode Nerd Font Mono:size=12;2
54
55modules-left = i3 pulseaudio mpd
56modules-center = xwindow
57modules-right = focus download upload date time xkeyboard
58
59tray-position = right
60
61[module/focus]
62type = custom/script
63exec = ~/.config/polybar/focus
64interval = 10
65
66[module/mpd]
67type = internal/mpd
68host = 127.0.0.1
69port = 6600
70
71format-online = <toggle> <label-song> <icon-random>
72label-song = %artist% - %title%
73icon-pause = 
74icon-play = 
75icon-random = 咽
76
77toggle-on-foreground = ${colors.background_modules}
78toggle-off-foreground = ${colors.foreground_modules}
79
80format-offline = <label-offline>
81label-offline = mpd is offline
82
83[module/xwindow]
84type = internal/xwindow
85format = <label>
86label = %title:0:70:...%
87
88y-offset = 10
89label-padding = 1
90label-font = 1
91
92label-empty = ﳓ
93label-empty-font = 4
94label-empty-padding = 5
95
96[module/xkeyboard]
97type = internal/xkeyboard
98blacklist-0 = num lock
99blacklist-1 = scroll lock
100
101format = <label-layout> <label-indicator>
102format-spacing = 0
103
104format-prefix = 
105format-prefix-padding = 1
106format-prefix-background = ${colors.blue}
107format-prefix-foreground = ${colors.foreground}
108format-prefix-font = 4
109
110label-layout = %layout%
111label-layout-padding = 1
112label-layout-background = ${colors.background_modules}
113label-layout-foreground = ${colors.foreground_modules}
114
115label-indicator-padding = 2
116label-indicator-margin =
117label-indicator-background = ${colors.alert}
118
119[module/i3]
120type = internal/i3
121format = <label-state> <label-mode>
122index-sort = true
123wrapping-scroll = false
124strip-wsnumbers = true
125
126label-mode-background = ${colors.background_modules}
127label-mode-foreground = ${colors.foreground_modules}
128label-mode-padding = 2
129
130label-focused = %name%
131label-focused-background = ${colors.red}
132label-focused-foreground = ${colors.background_modules}
133label-focused-padding = 1
134
135label-unfocused = %name%
136label-unfocused-background = ${colors.background_modules}
137label-unfocused-foreground = ${colors.foreground_modules}
138label-unfocused-padding = 1
139
140label-visible = %name%
141label-visible-background = ${colors.background_modules}
142label-visible-foreground = ${colors.foreground_modules}
143label-visible-padding = 1
144
145label-urgent = %index%
146label-urgent-background = ${colors.alert}
147label-urgent-foreground = ${colors.background}
148label-urgent-padding = 1
149
150[module/download]
151type = internal/network
152interface = enp1s0
153interval = 3.0
154
155format-connected = <label-connected>
156
157format-connected-prefix = 
158format-connected-prefix-padding = 1
159format-connected-prefix-background = ${colors.green}
160format-connected-prefix-foreground = ${colors.foreground}
161
162label-connected = %downspeed%
163label-connected-background = ${colors.background_modules}
164label-connected-foreground = ${colors.foreground_modules}
165label-connected-padding = 1
166
167format-disconnected = <label-disconnected>
168label-disconnected = %ifname% disconnected 
169
170[module/upload]
171type = internal/network
172interface = enp1s0
173interval = 3.0
174
175format-connected = <label-connected>
176
177format-connected-prefix = 
178format-connected-prefix-padding = 1
179format-connected-prefix-background = ${colors.yellow}
180format-connected-prefix-foreground = ${colors.foreground}
181
182label-connected = %upspeed%
183label-connected-background = ${colors.background_modules}
184label-connected-foreground = ${colors.foreground_modules}
185label-connected-padding = 1
186
187[module/date]
188type = internal/date
189interval = 1
190
191date = %Y-%m-%d %A
192label = %date%
193format = <label>
194
195format-prefix = 
196format-prefix-background = ${colors.orange}
197format-prefix-foreground = ${colors.foreground}
198format-prefix-font = 4
199format-prefix-padding = 1
200
201label-background = ${colors.background_modules}
202label-foreground = ${colors.foreground_modules}
203label-padding = 1
204
205[module/time]
206type = internal/date
207interval = 1
208
209time = %H:%M
210label = %time%
211format = <label>
212
213format-prefix = 
214format-prefix-background = ${colors.secondary}
215format-prefix-foreground = ${colors.foreground}
216format-prefix-font = 4
217format-prefix-padding = 1
218
219label-background = ${colors.background_modules}
220label-foreground = ${colors.foreground_modules}
221label-padding = 1
222
223[module/pulseaudio]
224type = internal/pulseaudio
225interval = 5
226
227format-volume = <label-volume>
228
229format-volume-prefix = ♫
230format-volume-prefix-background = ${colors.purple}
231format-volume-prefix-foreground = ${colors.background_modules}
232format-volume-prefix-font = 4
233format-volume-prefix-padding = 1
234
235label-volume = %percentage%
236label-volume-background = ${colors.background_modules}
237label-volume-foreground = ${colors.foreground_modules}
238label-volume-padding = 1
239
240label-muted = 
241label-muted-background = ${colors.purple}
242label-muted-foreground = ${colors.foreground}
243label-muted-padding = 2
244
245[settings]
246screenchange-reload = true
247compositing-background = source
248compositing-foreground = source
249compositing-border = over
250pseudo-transparency = false
251
252[global/wm]
253margin-top = 5
254margin-bottom = 5
255
256; vim:ft=dosini
diff --git a/.config/polybar/config b/.config/polybar/config##desktop.Linux.Maus
index 144597e..144597e 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config##desktop.Linux.Maus