mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #1387] [Feature Request]: Add Windows-esque Tray Overflow Dropdown/Popup #4632
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#4632
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?
Originally created by @Jackaed on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1387
Is your feature request related to a problem? Please describe.
Most people have two categories of tray icons: the first is things like
nm-appletandblueman-applet, which they want visible all the time, as they basically behave like UI features of the bar itself. Obviously, in an ideal world,ironbarprogresses to the extent that it can support the features of these projects natively, but that's (hopefully) further down the line.The other category are the tray icons for stuff that they just have running in the background - steam, discord, whatsapp, etc. These are things I don't particularly want to see in my bar all the time.
Describe the solution you'd like
There are two things I think would make cool features:
nm-applet's tray icon. This allows a user to keep visual consistency between icons, with the added functionality of a full blown applet.Describe alternatives you've considered
Additional context
@Jackaed commented on GitHub (Feb 18, 2026):
Apologies if a similar feature request already exists - I had a look and couldn't see any. I'm particularly hopeful about the possibility of the first feature I described (hiding an applet behind a separate feature) - I think it'd be very useful to a lot of users.
@dae-vinity commented on GitHub (Feb 24, 2026):
you can have a quick tray popup with
however you can't really decide which icons you do want to be outside the menu
though i believe this could be nicely implemented through adding whitelist and/or blacklist properties to the tray module of sorts?
@JakeStanger commented on GitHub (Feb 24, 2026):
Either way this would need a whitelist/blacklist to designate what would go in the tray/overflow. I'd prefer the native route, but if anybody wants to tackle adding whitelist/blacklist options as a starter to improve the custom route I'll happily accept that.