[PR #5] [MERGED] Feat: add StatusNotifierItemProxy::activate & StatusNotifierItemProxy::secondary_activate #14

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/system-tray/pull/5
Author: @ogios
Created: 12/8/2024
Status: Merged
Merged: 12/15/2024
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (5)

  • edd6848 add tokio feature for zbus; add basic example
  • b44b073 allow unused variable for example
  • 698737c drop unused variable initial_items
  • b1618a2 add default and secondary activation
  • ef6f298 remove commented

📊 Changes

4 files changed (+131 additions, -23 deletions)

View changed files

📝 Cargo.lock (+37 -1)
📝 Cargo.toml (+1 -1)
examples/basic.rs (+16 -0)
📝 src/client.rs (+77 -21)

📄 Description

these are typically used when left&middle click on the icon.

for more information, i found this:
github.com/Rayzeq/tryfol@bd70ee5c2e/tryfol-bar/src/backend/status_notifier/proxy/item.rs (L78)


🔄 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/system-tray/pull/5 **Author:** [@ogios](https://github.com/ogios) **Created:** 12/8/2024 **Status:** ✅ Merged **Merged:** 12/15/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`edd6848`](https://github.com/JakeStanger/system-tray/commit/edd684858dd97352b09a4872f547b20531b112ea) add tokio feature for zbus; add basic example - [`b44b073`](https://github.com/JakeStanger/system-tray/commit/b44b073ba579145ba2058b2872d9abeacb317bbd) allow unused variable for example - [`698737c`](https://github.com/JakeStanger/system-tray/commit/698737c91bbde6b93c6134441c1df5c1be758cb9) drop unused variable initial_items - [`b1618a2`](https://github.com/JakeStanger/system-tray/commit/b1618a20f20988cef33d93dcb0b347391923376d) add default and secondary activation - [`ef6f298`](https://github.com/JakeStanger/system-tray/commit/ef6f2983f885a1ef4690459151806ff0d47ad06f) remove commented ### 📊 Changes **4 files changed** (+131 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+37 -1) 📝 `Cargo.toml` (+1 -1) ➕ `examples/basic.rs` (+16 -0) 📝 `src/client.rs` (+77 -21) </details> ### 📄 Description these are typically used when left&middle click on the icon. for more information, i found this: https://github.com/Rayzeq/tryfol/blob/bd70ee5c2e699c26003cc0c719ca3c312d4fa219/tryfol-bar/src/backend/status_notifier/proxy/item.rs#L78 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:50 +01:00
Sign in to join this conversation.
No labels
pull-request
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/system-tray#14
No description provided.