22 lines
470 B
INI
22 lines
470 B
INI
[module/bluetooth]
|
|
type = custom/script
|
|
exec = $HOME/.config/polybar/scripts/bluetooth.sh
|
|
interval = 5
|
|
tail = true
|
|
format = <label>
|
|
format-margin = 1
|
|
|
|
format-prefix =
|
|
format-prefix-font = 3
|
|
format-prefix-foreground = ${color.blue}
|
|
format-prefix-background = ${color.altbackground}
|
|
format-prefix-padding = 1
|
|
|
|
label = %output%
|
|
label-foreground = ${color.accent}
|
|
label-background = ${color.altbackground2}
|
|
label-font = 6
|
|
label-padding = 2
|
|
|
|
|
|
click-left = blueman-manager |