[PR #1192] [MERGED] Implement tray status #6836

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1192
Author: @JakeStanger
Created: 10/12/2025
Status: Merged
Merged: 10/12/2025
Merged by: @JakeStanger

Base: masterHead: fix/tray-status


📝 Commits (2)

  • d3876e6 build(deps): update system-tray
  • e79ef46 feat(tray): handle sni status property

📊 Changes

5 files changed (+29 additions, -12 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)
📝 docs/modules/Tray.md (+5 -4)
📝 src/modules/tray/interface.rs (+19 -3)
📝 src/modules/tray/mod.rs (+2 -2)

📄 Description

Tray items will correctly show/hide based on their status (hiding for status == Passive). A status of NeedsAttention will add a .urgent css class.

Resolves #1191


🔄 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/1192 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/12/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray-status` --- ### 📝 Commits (2) - [`d3876e6`](https://github.com/JakeStanger/ironbar/commit/d3876e6dfb07637e8fa73e75e4e430dab812d5bd) build(deps): update `system-tray` - [`e79ef46`](https://github.com/JakeStanger/ironbar/commit/e79ef46c3a68f5f612c70dc6462b008ec117e424) feat(tray): handle sni status property ### 📊 Changes **5 files changed** (+29 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) 📝 `docs/modules/Tray.md` (+5 -4) 📝 `src/modules/tray/interface.rs` (+19 -3) 📝 `src/modules/tray/mod.rs` (+2 -2) </details> ### 📄 Description Tray items will correctly show/hide based on their `status` (hiding for status == `Passive`). A status of `NeedsAttention` will add a `.urgent` css class. Resolves #1191 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:57:14 +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#6836
No description provided.