mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 10:15:20 +01:00
[GH-ISSUE #981] Workspaces module works only for one monitor with niri #7328
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#7328
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 @edpyt on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/981
Describe the bug
when I write a workspaces module for two monitors, it is displayed only on one
To reproduce
Steps to reproduce the behavior:
workspacesExpected behavior
Workspaces shows in all monitors.
System information:
Configuration
Config
Styles
Additional context
Screenshots
Expected:
@JakeStanger commented on GitHub (May 18, 2025):
I believe this is due to the same issue as #930
Nope, separate issue.all_monitors = truedoesn't work as expected under Niri.@JakeStanger commented on GitHub (May 18, 2025):
Nah okay looks like it was the same problem. Fix on the way :)
I have found another bug where (rarely) the workspace buttons will operate workspaces on other screens. As far as I can tell the correct data is being sent to the IPC, so looks like a Niri bug. I'm a couple of versions behind and there have been some recent changes/fixes in that area so I'll leave for now and hope it's been fixed, but if you hit that open an issue and I'll re-investigate.
@edpyt commented on GitHub (May 18, 2025):
confirm that everything works and the
workspacesmodule is displayed correctly on the monitors🙂