aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/config
blob: f0fe8eac273c7e1cfc97436c4015c622d6dca690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
[colors]
background = #000
background-alt = #444

foreground = #dfdfdf
foreground-alt = #555

primary = #ffb52a
secondary = #e60053
alert = #bd2c40

my_brown = #6e4525
my_blue = #53726d

[bar/my_bar]
width = 100%
height = 26
fixed-center = false

;background = ${colors.background}
;background = #a000
background = ${colors.my_brown}
foreground = ${colors.foreground}

line-size = 0
;line-color = #f00

border-size = 0
border-color = #00000000

;padding-left = 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
padding-right = 1

module-margin-left = 1
module-margin-right = 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#module-margin = 4

font-0 = fixed:pixelsize=9;2
font-1 = fixed:pixelsize=9;2
font-2 = fixed:pixelsize=9;2

#font-3 = "Font Awesome 5 Brands Regular:style=Regular:size=10;3"
#font-4 = "Font Awesome 5 Free Solid:style=Solid:size=10;3"
#font-5 = "Font Awesome 5 Free Regular:style=Regular:size=10;3"

font-3 = "Symbols Nerd Font:size=12;3"

modules-left = i3
;modules-center = mpd
modules-right = xkeyboard pulseaudio cpu temperature memory date 

tray-position = right
tray-padding = 0
;tray-background = #0063ff

;wm-restack = bspwm
;wm-restack = i3

;override-redirect = true

;scroll-up = bspwm-desknext
;scroll-down = bspwm-deskprev

;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev

cursor-click = pointer
cursor-scroll = ns-resize

bottom = true

[module/xkeyboard]
type = internal/xkeyboard
blacklist-0 = num lock

format = <label-indicator> <label-layout>

label-layout = "  %layout% "
label-layout-background = ${colors.my_brown}
;label-layout-underline = ${colors.secondary}

label-indicator-background = #aa2222

label-indicator-padding = 2
label-indicator-margin = 1
;label-indicator-background = ${colors.secondary}
;label-indicator-underline = ${colors.secondary}

[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false

; Only show workspaces on the same output as the bar
;pin-workspaces = true


label-mode-padding = 2
label-mode-foreground = #000
label-mode-background = ${colors.primary}

; focused = Active workspace on focused monitor
label-focused = %index%
#label-focused-background = ${colors.background-alt}
label-focused-background = ${colors.my_blue}
label-focused-underline= ${colors.primary}
label-focused-padding = 2

; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused-background = ${colors.my_brown}
label-unfocused-padding = 2

; visible = Active workspace on unfocused monitor
label-visible = %index%
label-visible-background = ${self.label-focused-background}
label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding}

; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent-background = ${colors.alert}
label-urgent-padding = 2

[module/date]
type = internal/date
interval = 5

;date = %A %d.%m.%Y.
date = %A %d %b
time = %I:%M %p

label = "  %date%   %time% "
label-background = ${colors.my_brown}

[module/pulseaudio]
type = internal/pulseaudio

format-volume = <label-volume>
#format-volume-prefix = "VOL: "
format-volume-prefix = " 墳 "
#format-volume-prefix-foreground = ${colors.foreground}
format-volume-background = ${colors.my_brown}
label-volume = "%percentage%% "
label-volume-foreground = ${root.foreground}

;format-muted = " 婢 <label-volume> "
format-muted = " 婢 "
format-muted-background = ${colors.my_brown}
format-muted-foreground = ${root.foreground}

;[module/alsa]
;type = internal/alsa
;
;format-volume = <label-volume> <bar-volume>
;label-volume = VOL
;label-volume-foreground = ${root.foreground}
;
;format-muted-prefix = " "
;format-muted-foreground = ${colors.foreground-alt}
;label-muted = sound muted
;
;bar-volume-width = 10
;bar-volume-foreground-0 = #55aa55
;bar-volume-foreground-1 = #55aa55
;bar-volume-foreground-2 = #55aa55
;bar-volume-foreground-3 = #55aa55
;bar-volume-foreground-4 = #55aa55
;bar-volume-foreground-5 = #f5a70a
;bar-volume-foreground-6 = #ff5555
;bar-volume-gradient = false
;bar-volume-indicator = |
;bar-volume-indicator-font = 2
;bar-volume-fill = ─
;bar-volume-fill-font = 2
;bar-volume-empty = ─
;bar-volume-empty-font = 2
;bar-volum[module/cpu]

[module/memory]
type = internal/memory
interval = 2
;format-prefix = "RAM: "
format-prefix = "  "
format-background = ${colors.my_brown}
;format-prefix-foreground = ${colors.foreground-alt}
;format-underline = #4bffdc
label = "%mb_used% "
e-empty-foreground = ${colors.foreground-alt}


[module/cpu]
type = internal/cpu
interval = 2
;format-prefix = "CPU: "
format-prefix = " "
;format-prefix-foreground = ${colors.foreground-alt}
format-background = ${colors.my_brown}
;format-underline = #f90000
label = "%percentage:2%% "

[module/temperature]
type = internal/temperature
thermal-zone = 0
warn-temperature = 60

format = "<label> "
format-warn = <label-warn>
format-prefix = "  "
format-background = ${colors.my_brown}
;format-prefix-foreground = ${colors.foreground-alt}

label = %temperature-c%
label-warn = %temperature-c%
label-warn-foreground = ${colors.secondary}

ramp-0 =
ramp-1 =
ramp-2 =

;ramp-0 = a
;ramp-1 = b
;ramp-2 = c
ramp-foreground = ${colors.foreground-alt}

[settings]
screenchange-reload = true
;compositing-background = xor
;compositing-background = screen
;compositing-foreground = source
;compositing-border = over
;pseudo-transparency = false

[global/wm]
margin-top = 0
margin-bottom = 0

; vim:ft=dosini