Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.13 KB

Polybar bluetooth module

A fully functional bluetooth module for polybar that adds an icon that changes dinamically accordingly to the bluetooth status.

on When the bluetooth is on

off When the bluetooth is off

connected When the bluetooth is connected to a device

Dependencies

  • Font Awesome 5 Free
  • Systemd
  • Blueberry

Installation

Place the shell script files in your preferred sctipt directory.

Add the module to your polybar config file

[module/bluetooth]
type = custom/script
exec = path/to/scripts/bluetooth.sh
interval = 2
click-left = exec blueberry
click-right = exec path/to/scripts/config/polybar/toggle_bluetooth.sh
format-padding = 1
format-background = #000000
format-foreground = #ffffff

Usage

Left click on the bluetooth icon launches blueberry or the bluetooth configuration tool of your choice.

Right click on the bluetooth icon toggles the bluetooth power status.