Further polybar customization

This commit is contained in:
marc
2022-11-06 23:43:43 +01:00
parent 733246b059
commit 5f41530745
9 changed files with 84 additions and 20 deletions

View File

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