mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #766] [MERGED] A whole load of tray fixes 🎉 #7957
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7957
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/766
Author: @JakeStanger
Created: 11/8/2024
Status: ✅ Merged
Merged: 11/9/2024
Merged by: @JakeStanger
Base:
master← Head:fix/tray-fixes📝 Commits (6)
55c0940fix(tray): updatesystem-traydep to bring in a whole load of fixesfb17995fix(tray): image updates lag 1 behind662ddb6feat(tray): image support in menu items486beffrefactor: put in basic placeholders for menu icon diffscf38c37refactor(tray): move some debug logging to trace loggingf1e8783chore: tidy main📊 Changes
8 files changed (+224 additions, -67 deletions)
View changed files
📝
Cargo.lock(+125 -41)📝
Cargo.toml(+3 -2)📝
src/clients/mod.rs(+2 -4)📝
src/main.rs(+1 -1)📝
src/modules/tray/diff.rs(+5 -2)📝
src/modules/tray/icon.rs(+34 -0)📝
src/modules/tray/interface.rs(+50 -13)📝
src/modules/tray/mod.rs(+4 -4)📄 Description
This PR, accompanied by https://github.com/JakeStanger/system-tray/pull/2 includes a very long-overdue set of fixes for the tray module.
Effectively:
nm-appletanimate when connecting.To the best of my knowledge, from my own testing I believe that means the below can be closed. Any issues let me know & we can re-open.
Fixes #632
Fixes #640
Fixes #645
Fixes #647
Fixes #672
Fixes #714
Fixes #751
Phew.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.