Skip to content

Commit 1cde81d

Browse files
committed
feat: bluetooth module in polybar
1 parent 39f36ab commit 1cde81d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

polybar/config.ini

+5-6
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ format-padding = 1
179179

180180
[module/bluetooth]
181181
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
185185
format-background = ${colors.background}
186186

187187
[module/pulseaudio]
@@ -192,22 +192,21 @@ format-volume = <ramp-volume> <label-volume>
192192
format-volume-background = ${colors.background}
193193
format-volume-padding = 0
194194
format-volume-foreground = ${colors.green}
195+
195196
format-muted = <label-muted>
196197
format-muted-prefix = "%{F#8B0000}婢 "
197198
format-muted-background = ${colors.background}
198199
format-muted-padding = 0
199200
format-muted-prefix-foreground = ${colors.red}
200-
201-
202201
label-muted = "Muted"
203202
label-muted-foreground = ${colors.red}
203+
204204
ramp-volume-0 = 
205205
ramp-volume-1 = 奔
206206
ramp-volume-2 = 墳
207207

208208
click-right = pavucontrol &
209209

210-
211210
[module/workspaces]
212211
type = internal/xworkspaces
213212

0 commit comments

Comments
 (0)