summaryrefslogtreecommitdiffstats
path: root/.config/polybar/config.ini##h.lowe
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/config.ini##h.lowe')
-rw-r--r--.config/polybar/config.ini##h.lowe229
1 files changed, 229 insertions, 0 deletions
diff --git a/.config/polybar/config.ini##h.lowe b/.config/polybar/config.ini##h.lowe
new file mode 100644
index 0000000..4d2efee
--- /dev/null
+++ b/.config/polybar/config.ini##h.lowe
@@ -0,0 +1,229 @@
1;==========================================================
2;
3; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
4; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
5; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
6; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
7; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
8; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
9;
10;==========================================================
11
12[colors]
13background = #cc191724
14background_modules = #cce0def4
15foreground = #e0def4
16foreground_modules = #1f1d2e
17red = #eb6f92
18green = #9ccfd8
19sold_out_green = #1DB954
20yellow = #f6c177
21blue = #31748f
22purple = #ebbcba
23pink = #c4a7e7
24
25[bar/top]
26monitor = VGA-1
27width = 100%
28height = 20
29offset-x = 0
30offset-y = 0
31radius = 0
32fixed-center = true
33enable-ipc = true
34
35background = ${colors.background}
36foreground = ${colors.foreground}
37
38border-top-size = 0
39border-bottom-size = 0
40border-top-color = ${colors.background}
41border-bottom-color = ${colors.background}
42
43padding = 2
44module-margin = 1
45
46font-0 = scientifica:antialias=false;1
47font-1 = Siji:size=20;1
48
49modules-left = i3 github iss
50modules-center = xwindow
51modules-right = toread focus date time
52
53tray-position = right
54
55[module/github]
56type = internal/github
57
58token = ${file:/home/yigit/.local/share/polybar/github_token}
59user = yigitsever
60empty-notifications = false
61interval = 10
62api-url = https://api.github.com/
63
64format = <label>
65label = %notifications%
66
67label-padding = 1
68
69format-background = ${colors.background_modules}
70format-foreground = ${colors.foreground_modules}
71
72format-prefix = 
73format-prefix-foreground = ${colors.background_modules}
74format-prefix-background = ${colors.purple}
75format-prefix-padding = 1
76
77format-offline = <label-offline>
78label-offline = Github offline
79
80[module/iss]
81type = custom/script
82exec = /home/yigit/.config/polybar/scripts/space
83interval = 10
84
85[module/toread]
86type = custom/script
87exec = /home/yigit/.config/polybar/scripts/toread
88interval = 5
89
90[module/focus]
91type = custom/script
92exec = ~/.config/polybar/scripts/focus
93double-click-left = exec ~/.config/polybar/scripts/stop &
94interval = 5
95
96[module/spotify]
97type = custom/script
98interval = 1
99format-prefix = ""
100format-prefix-padding = 1
101format-prefix-background = ${colors.sold_out_green}
102format-prefix-foreground = ${colors.foreground}
103format = <label>
104format-padding = 0
105exec = python /usr/share/polybar/scripts/spotify_status.py -f '{play_pause} {artist} - {song}' -p ', '
106;契
107
108[module/xwindow]
109type = internal/xwindow
110format = <label>
111label = %title:0:70:...%
112
113y-offset = 10
114label-padding = 1
115
116; there is a archlinux logo below
117label-empty = 
118label-empty-padding = 5
119
120[module/i3]
121type = internal/i3
122format = <label-state> <label-mode>
123index-sort = true
124wrapping-scroll = false
125strip-wsnumbers = true
126
127ws-icon-default = 
128ws-icon-0 = 0;
129ws-icon-1 = 1;
130ws-icon-2 = 2;
131ws-icon-3 = 3;
132ws-icon-4 = 4;
133ws-icon-5 = 5;
134ws-icon-6 = 6;
135ws-icon-7 = 7;
136ws-icon-8 = 8;
137ws-icon-9 = 9;
138ws-icon-10 = zotero;
139ws-icon-11 = desktop;
140ws-icon-12 = browser;
141
142label-mode-background = ${colors.background_modules}
143label-mode-foreground = ${colors.foreground_modules}
144label-mode-padding = 2
145
146label-focused = %icon%
147label-focused-background = ${colors.blue}
148label-focused-foreground = ${colors.background_modules}
149label-focused-padding = 1
150
151label-unfocused = %icon%
152label-unfocused-background = ${colors.background_modules}
153label-unfocused-foreground = ${colors.foreground_modules}
154label-unfocused-padding = 1
155
156label-visible = %icon%
157label-visible-background = ${colors.background_modules}
158label-visible-foreground = ${colors.foreground_modules}
159label-visible-padding = 1
160
161label-urgent = %icon%
162label-urgent-background = ${colors.red}
163label-urgent-foreground = ${colors.background}
164label-urgent-padding = 1
165
166[module/date]
167type = internal/date
168interval = 1
169
170date = %Y-%m-%d %A
171label = %date%
172format = <label>
173
174format-prefix = 
175format-prefix-background = ${colors.blue}
176format-prefix-foreground = ${colors.foreground}
177format-prefix-padding = 1
178
179label-background = ${colors.background_modules}
180label-foreground = ${colors.foreground_modules}
181label-padding = 1
182
183[module/time]
184type = internal/date
185interval = 1
186
187time = %H:%M
188label = %time%
189format = <label>
190
191format-prefix = 
192format-prefix-background = ${colors.blue}
193format-prefix-foreground = ${colors.foreground}
194format-prefix-padding = 1
195
196label-background = ${colors.background_modules}
197label-foreground = ${colors.foreground_modules}
198label-padding = 1
199
200[module/pipewire]
201type = custom/script
202tail = true
203label = %output%
204interval = 5
205
206exec = /home/yigit/.config/polybar/scripts/pipewire
207
208click-right = /home/yigit/.config/polybar/scripts/pipewire previous-sink
209click-left = /home/yigit/.config/polybar/scripts/pipewire next-sink
210click-middle = /home/yigit/.config/polybar/scripts/pipewire toggle-mute
211scroll-up = /home/yigit/.config/polybar/scripts/pipewire volume-up
212scroll-down = /home/yigit/.config/polybar/scripts/pipewire volume-down
213
214label-padding = 2
215label-foreground = ${colors.foreground_modules}
216label-background = ${colors.background_modules}
217
218[settings]
219screenchange-reload = true
220compositing-background = source
221compositing-foreground = source
222compositing-border = over
223pseudo-transparency = false
224
225[global/wm]
226margin-top = 5
227margin-bottom = 5
228
229; vim:ft=dosini