[PR #838] [MERGED] feat: bluetooth module #5202

Closed
opened 2026-05-23 00:56:35 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/838
Author: @kuzy000
Created: 1/13/2025
Status: Merged
Merged: 8/21/2025
Merged by: @JakeStanger

Base: masterHead: bluetooth


📝 Commits (1)

  • 53b1e0f feat(bluetooth): add bluetooth module

📊 Changes

12 files changed (+1764 additions, -6 deletions)

View changed files

📝 Cargo.lock (+166 -6)
📝 Cargo.toml (+6 -0)
📝 docs/_Sidebar.md (+1 -0)
docs/modules/Bluetooth.md (+242 -0)
📝 examples/style.css (+42 -0)
src/clients/bluetooth.rs (+431 -0)
📝 src/clients/mod.rs (+18 -0)
📝 src/config/mod.rs (+6 -0)
src/modules/bluetooth/config.rs (+370 -0)
src/modules/bluetooth/mod.rs (+476 -0)
📝 src/modules/mod.rs (+2 -0)
test-configs/bluetooth.corn (+4 -0)

📄 Description

Bluetooth module via bluer crate. I think it is complete now.

ironbar_bluetooth


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/838 **Author:** [@kuzy000](https://github.com/kuzy000) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 8/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `bluetooth` --- ### 📝 Commits (1) - [`53b1e0f`](https://github.com/JakeStanger/ironbar/commit/53b1e0f4576052e31a33303b251ff9943b030db7) feat(bluetooth): add bluetooth module ### 📊 Changes **12 files changed** (+1764 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+166 -6) 📝 `Cargo.toml` (+6 -0) 📝 `docs/_Sidebar.md` (+1 -0) ➕ `docs/modules/Bluetooth.md` (+242 -0) 📝 `examples/style.css` (+42 -0) ➕ `src/clients/bluetooth.rs` (+431 -0) 📝 `src/clients/mod.rs` (+18 -0) 📝 `src/config/mod.rs` (+6 -0) ➕ `src/modules/bluetooth/config.rs` (+370 -0) ➕ `src/modules/bluetooth/mod.rs` (+476 -0) 📝 `src/modules/mod.rs` (+2 -0) ➕ `test-configs/bluetooth.corn` (+4 -0) </details> ### 📄 Description Bluetooth module via `bluer` crate. I think it is complete now. ![ironbar_bluetooth](https://github.com/user-attachments/assets/9650b2ff-c536-49d0-947e-92ebe147ebbd) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:56:35 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#5202
No description provided.