[PR #65] [CLOSED] WIP: fix various system tray issues #3288

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/65
Author: @oknozor
Created: 2/3/2023
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 58c3283 fix: fallback to default icon theme for notifier items
  • 5911d20 chore: fmt all

📊 Changes

3 files changed (+16 additions, -9 deletions)

View changed files

📝 src/bar.rs (+1 -1)
📝 src/modules/tray.rs (+14 -7)
📝 src/popup.rs (+1 -1)

📄 Description

This is a work in progress to get better system tray integration.

These are the issue I found so far :

  • Fallback to default icon theme when tray item does not have a theme
  • Some tray items are not displayed (ex: element chat)
  • Tray items only show up if launched after iron bar has started (this is probably something I need to fix in stray)

Let me know if you found more issues with the systray.


🔄 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/65 **Author:** [@oknozor](https://github.com/oknozor) **Created:** 2/3/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`58c3283`](https://github.com/JakeStanger/ironbar/commit/58c3283164665e9757719eafd27482e6b455cf41) fix: fallback to default icon theme for notifier items - [`5911d20`](https://github.com/JakeStanger/ironbar/commit/5911d200160ddcde50d6a22e901c2616f6cf3415) chore: fmt all ### 📊 Changes **3 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+1 -1) 📝 `src/modules/tray.rs` (+14 -7) 📝 `src/popup.rs` (+1 -1) </details> ### 📄 Description This is a work in progress to get better system tray integration. These are the issue I found so far : - [x] Fallback to default icon theme when tray item does not have a theme - [ ] Some tray items are not displayed (ex: element chat) - [ ] Tray items only show up if launched after iron bar has started (this is probably something I need to fix in stray) Let me know if you found more issues with the systray. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:55:22 +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#3288
No description provided.