mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[GH-ISSUE #248] [Launcher] Indicate number of open windows #106
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#106
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 @donovanglover on GitHub (Jul 18, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/248
Is your feature request related to a problem? Please describe.
Would be cool if there was a way to indicate how many windows are open similar to
dash-to-panel.Describe the solution you'd like
Applications have dots/underlines indicating how many windows of an application are open. Not sure if this would require the logic to be separate from the user's CSS.
Describe alternatives you've considered
Different CSS classes depending on the number of windows. Might only need an indicator for "more than one window".
Additional context

@JakeStanger commented on GitHub (Jul 18, 2023):
I think the alternative here is the only feasible way to go. I can maybe add classes for all of one, two, three, four+ windows, and then how these are displayed can be controlled in the CSS.
@JakeStanger commented on GitHub (Mar 3, 2024):
A recent discovery while working on #480 is the GTK
Overlaywidget, which actually might make this a lot easier than originally thought and unlock the way to doing it the dash-to-panel way.