mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[GH-ISSUE #1042] All Ironbar instances show up in a single screen #8757
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#8757
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 @uttarayan21 on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1042
Describe the bug
When I put the display to sleep and then resume all ironbar instances show on my primary monitor.
To reproduce
Steps to reproduce the behavior:
On hyprland with multiple monitors
hyprland display dpmsExpected behavior
The system is same as how it was when the displays were turned off.
System information:
Configuration
Config
Styles
Additional context
Usually happens after a while and not If I immediately the display on and off
Doing
systemctl --user restart ironbarfixes the issue
Screenshots
@JakeStanger commented on GitHub (Jun 11, 2025):
Ah, I think I know what this is. This was caused by a workaround for a GTK3 bug, and is fixed on the git version.
If you try that (you can use the flake in the repo) you should find that resolves the issue. Let me know if not.
@uttarayan21 commented on GitHub (Jun 12, 2025):
I tried the latest git version and that seems to have worked. I'll close and let you know if it shows up again
@uttarayan21 commented on GitHub (Jun 26, 2025):
Seems like the issue resurfaced again.
but this time the bar from the 3rd monitor appears on the 2nd one and not duplicated like the last time.
@da-x commented on GitHub (Aug 6, 2025):
@uttarayan21 can you try the fix in the PR?
@uttarayan21 commented on GitHub (Aug 15, 2025):
I've installed the fix. I'll let you know if it is working.
@uttarayan21 commented on GitHub (Aug 18, 2025):
@da-x It seems like the issue is fixed, thank you.