[PR #1247] [MERGED] feat: add configurable tray icon click actions + double click actions… #5469

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1247
Author: @postsolar
Created: 11/21/2025
Status: Merged
Merged: 12/16/2025
Merged by: @JakeStanger

Base: masterHead: feat/double-clicks-and-tray-actions


📝 Commits (3)

  • d6999bb feat: add double-click support for all modules
  • 2200be3 feat: add configurable tray icon click actions
  • 44569ee refactor(tray): group icon parameters to fix clippy warning

📊 Changes

7 files changed (+604 additions, -82 deletions)

View changed files

📝 docs/Configuration guide.md (+20 -16)
📝 docs/modules/Tray.md (+48 -5)
📝 src/config/common.rs (+84 -19)
📝 src/config/mod.rs (+68 -0)
📝 src/gtk_helpers.rs (+94 -0)
📝 src/modules/tray/interface.rs (+139 -32)
📝 src/modules/tray/mod.rs (+151 -10)

📄 Description

… for all modules

  • Add double-click support for all modules via CommonConfig
  • Add TrayClickAction enum with built-in and custom command support
  • Support placeholders in custom commands: {name}, {title}, {icon}, {address}
  • Add reusable connect_pressed_with_double_click() to IronbarGtkExt
  • Update documentation for new click action configuration
  • Full backward compatibility

Closes #1242

🤖 Generated with Claude Code


🔄 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/1247 **Author:** [@postsolar](https://github.com/postsolar) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/double-clicks-and-tray-actions` --- ### 📝 Commits (3) - [`d6999bb`](https://github.com/JakeStanger/ironbar/commit/d6999bb10f5dcefc45fbf6c05bbeceb9cbc44bb0) feat: add double-click support for all modules - [`2200be3`](https://github.com/JakeStanger/ironbar/commit/2200be3ebe719cfa22329f7fa9c65c57aa76bc2e) feat: add configurable tray icon click actions - [`44569ee`](https://github.com/JakeStanger/ironbar/commit/44569ee6282cfead68606e22cb46c9a1d3140c11) refactor(tray): group icon parameters to fix clippy warning ### 📊 Changes **7 files changed** (+604 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+20 -16) 📝 `docs/modules/Tray.md` (+48 -5) 📝 `src/config/common.rs` (+84 -19) 📝 `src/config/mod.rs` (+68 -0) 📝 `src/gtk_helpers.rs` (+94 -0) 📝 `src/modules/tray/interface.rs` (+139 -32) 📝 `src/modules/tray/mod.rs` (+151 -10) </details> ### 📄 Description … for all modules - Add double-click support for all modules via CommonConfig - Add TrayClickAction enum with built-in and custom command support - Support placeholders in custom commands: {name}, {title}, {icon}, {address} - Add reusable connect_pressed_with_double_click() to IronbarGtkExt - Update documentation for new click action configuration - Full backward compatibility Closes #1242 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:18 +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#5469
No description provided.