File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,9 @@ format-padding = 1
179
179
180
180
[module/bluetooth]
181
181
type = custom/script
182
- exec = rofi -bluetooth --status
183
- interval = 1
184
- click-left = rofi-bluetooth &
182
+ exec = ~/.config/local/bin/polybar -bluetooth
183
+ tail = true
184
+ click-left = blueberry
185
185
format-background = ${colors.background}
186
186
187
187
[module/pulseaudio]
@@ -192,22 +192,21 @@ format-volume = <ramp-volume> <label-volume>
192
192
format-volume-background = ${colors.background}
193
193
format-volume-padding = 0
194
194
format-volume-foreground = ${colors.green}
195
+
195
196
format-muted = <label-muted>
196
197
format-muted-prefix = " %{F#8B0000}婢 "
197
198
format-muted-background = ${colors.background}
198
199
format-muted-padding = 0
199
200
format-muted-prefix-foreground = ${colors.red}
200
-
201
-
202
201
label-muted = " Muted"
203
202
label-muted-foreground = ${colors.red}
203
+
204
204
ramp-volume-0 =
205
205
ramp-volume-1 = 奔
206
206
ramp-volume-2 = 墳
207
207
208
208
click-right = pavucontrol &
209
209
210
-
211
210
[module/workspaces]
212
211
type = internal/xworkspaces
213
212
You can’t perform that action at this time.
0 commit comments