9 lines
293 B
INI
9 lines
293 B
INI
[module/bluetooth]
|
|
type = custom/script
|
|
exec = $HOME/.config/polybar/scripts/bluetooth.sh
|
|
format-font = 4
|
|
format-background = ${colors.background}
|
|
format-foreground = ${colors.cyan}
|
|
format-padding = 1
|
|
click-left = $HOME/.config/polybar/scripts/bluetooth_toogle.sh
|
|
click-right = blueman-manager |