[PR #512] [MERGED] System tray rewrite #7796

Closed
opened 2026-05-23 02:55:49 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/512
Author: @JakeStanger
Created: 3/29/2024
Status: Merged
Merged: 3/29/2024
Merged by: @JakeStanger

Base: masterHead: refactor/tray-rewrite


📝 Commits (2)

  • 004ea76 refactor(tray): complete client rewrite
  • ba00445 feat(tray): option to prefer theme-provided icons

📊 Changes

10 files changed (+209 additions, -259 deletions)

View changed files

📝 Cargo.lock (+6 -30)
📝 Cargo.toml (+1 -1)
📝 docs/modules/Tray.md (+10 -10)
📝 src/clients/mod.rs (+11 -4)
src/clients/system_tray.rs (+0 -127)
src/clients/tray.rs (+4 -0)
📝 src/modules/tray/diff.rs (+5 -5)
📝 src/modules/tray/icon.rs (+23 -14)
📝 src/modules/tray/interface.rs (+55 -21)
📝 src/modules/tray/mod.rs (+94 -47)

📄 Description

The tray module client library has been completely re-written from the ground up to squash a whole load of fundamental issues that were causing all sorts of bugs in Ironbar. It should also add some further minor performance gains.

https://github.com/JakeStanger/system-tray

This PR updates the Ironbar code to use the new client.

Fixes (hopefully) #452.


🔄 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/512 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/tray-rewrite` --- ### 📝 Commits (2) - [`004ea76`](https://github.com/JakeStanger/ironbar/commit/004ea76da5af3e8750e5a02a8780f62337b06844) refactor(tray): complete client rewrite - [`ba00445`](https://github.com/JakeStanger/ironbar/commit/ba004455b25fb51d28a5ec0cdf0f510c2157eb94) feat(tray): option to prefer theme-provided icons ### 📊 Changes **10 files changed** (+209 additions, -259 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -30) 📝 `Cargo.toml` (+1 -1) 📝 `docs/modules/Tray.md` (+10 -10) 📝 `src/clients/mod.rs` (+11 -4) ➖ `src/clients/system_tray.rs` (+0 -127) ➕ `src/clients/tray.rs` (+4 -0) 📝 `src/modules/tray/diff.rs` (+5 -5) 📝 `src/modules/tray/icon.rs` (+23 -14) 📝 `src/modules/tray/interface.rs` (+55 -21) 📝 `src/modules/tray/mod.rs` (+94 -47) </details> ### 📄 Description The tray module client library has been completely re-written from the ground up to squash a whole load of fundamental issues that were causing all sorts of bugs in Ironbar. It should also add some further minor performance gains. https://github.com/JakeStanger/system-tray This PR updates the Ironbar code to use the new client. Fixes (hopefully) #452. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:55:49 +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#7796
No description provided.