[PR #1125] [MERGED] feat(menu, notifications, upower): use ironbar image system #2568

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1125
Author: @JakeStanger
Created: 8/24/2025
Status: Merged
Merged: 8/24/2025
Merged by: @JakeStanger

Base: masterHead: feat/icon-config


📝 Commits (2)

  • 69df0c9 feat(menu, notifications, upower): use ironbar image system
  • d05c16f refactor(music): move IconPrefixedLabel to central module

📊 Changes

6 files changed (+99 additions, -78 deletions)

View changed files

📝 src/image/gtk.rs (+57 -3)
📝 src/image/mod.rs (+6 -0)
📝 src/modules/menu/ui.rs (+4 -10)
📝 src/modules/music/mod.rs (+14 -44)
📝 src/modules/notifications.rs (+8 -3)
📝 src/modules/upower.rs (+10 -18)

📄 Description

These modules should now offer more control over the icons, allowing images and textual icons, and ensuring they work with the overrides system.

Resolves #511


🔄 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/1125 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/icon-config` --- ### 📝 Commits (2) - [`69df0c9`](https://github.com/JakeStanger/ironbar/commit/69df0c952ac55e4d2d6641cf0b539948dd568aec) feat(menu, notifications, upower): use ironbar image system - [`d05c16f`](https://github.com/JakeStanger/ironbar/commit/d05c16ffd95b16b31d407d27a6c4a1ae937a46b7) refactor(music): move `IconPrefixedLabel` to central module ### 📊 Changes **6 files changed** (+99 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `src/image/gtk.rs` (+57 -3) 📝 `src/image/mod.rs` (+6 -0) 📝 `src/modules/menu/ui.rs` (+4 -10) 📝 `src/modules/music/mod.rs` (+14 -44) 📝 `src/modules/notifications.rs` (+8 -3) 📝 `src/modules/upower.rs` (+10 -18) </details> ### 📄 Description These modules should now offer more control over the icons, allowing images and textual icons, and ensuring they work with the overrides system. Resolves #511 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:12 +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#2568
No description provided.