All Projects β†’ msaitz β†’ polybar-bluetooth

msaitz / polybar-bluetooth

Licence: other
A fully functional bluetooth module for polybar

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to polybar-bluetooth

i3wm-themer
🎨 Theme collection manager for i3-wm
Stars: ✭ 1,956 (+3215.25%)
Mutual labels:  unix, polybar
bspwm-config
Green themed bspwm configuration for ricing lovers
Stars: ✭ 19 (-67.8%)
Mutual labels:  unix, polybar
I3wm Themer
🎨 Theme collection manager for i3-wm
Stars: ✭ 1,854 (+3042.37%)
Mutual labels:  unix, polybar
coreutils
Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Stars: ✭ 96 (+62.71%)
Mutual labels:  unix
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (-40.68%)
Mutual labels:  bluetooth
ytools
Use YouTube from your terminal
Stars: ✭ 26 (-55.93%)
Mutual labels:  unix
react-native-easybluetooth-classic
βš› A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
Stars: ✭ 44 (-25.42%)
Mutual labels:  bluetooth
Onyx
UNIX-like operating system written in C and C++
Stars: ✭ 52 (-11.86%)
Mutual labels:  unix
iconsole-android
OpeniConsole connects to an iConsole+ fitness bike head unit over bluetooth.
Stars: ✭ 27 (-54.24%)
Mutual labels:  bluetooth
daydream-node
Quick Node.js module to connect to the Daydream controller and receive all the data
Stars: ✭ 17 (-71.19%)
Mutual labels:  bluetooth
sblendid
A JavaScript Bluetooth Low Energy (BLE) Library
Stars: ✭ 60 (+1.69%)
Mutual labels:  bluetooth
uniblocks
Status bar agnostic module generator
Stars: ✭ 40 (-32.2%)
Mutual labels:  polybar
MindSetUWP
NeuroSky MindWave & MindWave Mobile EEG Headset library for Windows 10 Universal applications
Stars: ✭ 14 (-76.27%)
Mutual labels:  bluetooth
shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (-5.08%)
Mutual labels:  unix
21sh
UNIX shell - a simple command-line interpreter
Stars: ✭ 16 (-72.88%)
Mutual labels:  unix
dotfiles
🍁 dotfiles || plain text configuration files for my linux system
Stars: ✭ 53 (-10.17%)
Mutual labels:  unix
cala
Cross-platform system interface for hardware IO
Stars: ✭ 46 (-22.03%)
Mutual labels:  bluetooth
Gormsson
Harald "Bluetooth" Gormsson was a king of Denmark and Norway.
Stars: ✭ 25 (-57.63%)
Mutual labels:  bluetooth
john-carmack-plan
An archive of John Carmack’s .plan files in readable markdown format
Stars: ✭ 113 (+91.53%)
Mutual labels:  unix
wildpwn
unix wildcard attacks
Stars: ✭ 119 (+101.69%)
Mutual labels:  unix

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].