Added bluetooth module in polybar

This commit is contained in:
marc
2022-11-06 20:14:36 +01:00
parent 2347adc56f
commit 733246b059
4 changed files with 78 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
[module/bluetooth]
type = custom/script
exec = scripts/bluetooth.sh
interval = 5
click-left = scripts/bluetooth.sh --toggle &
format-background = ${colours/bluetooth.bg}
format-foreground = ${colours/bluetooth.fg}
format-padding = 1