Skip to content

Add vim nav bluetooth module to statusbar - #1481

Open
CMDR-Shrine wants to merge 11 commits into
LukeSmithxyz:masterfrom
CMDR-Shrine:master
Open

Add vim nav bluetooth module to statusbar#1481
CMDR-Shrine wants to merge 11 commits into
LukeSmithxyz:masterfrom
CMDR-Shrine:master

Conversation

@CMDR-Shrine

@CMDR-Shrine CMDR-Shrine commented Jul 9, 2026

Copy link
Copy Markdown

This status bar module makes Bluetooth painless.

Middle click to toggle bluetooth on/off
Left click to open bluetui.

The bluetui supports vim bindings and looks great.

Main Deps:

  • bluetui
  • bluetoothctl
image

Will need a block entry.

{"", "sb-bluetooth", 5, 20},

@ncv-xyz

ncv-xyz commented Jul 26, 2026

Copy link
Copy Markdown
Contributor
timeout 0.5s bluetoothctl show | grep -q "Powered: yes" && echo "🔵BT" || echo "⚫BT"

Could the if block be rewritten as this?

@CMDR-Shrine

Copy link
Copy Markdown
Author

That is more elegant! echo will never fail so its safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants