-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
A:UX/UIRelating to user experience or interface.Relating to user experience or interface.M:WorkspacesRelated to the Workspaces moduleRelated to the Workspaces moduleP:LowAesthetic or minor UX issue. Can be ignored or easily worked around.Aesthetic or minor UX issue. Can be ignored or easily worked around.T:BugFunctionality broken or otherwise not working as intended.Functionality broken or otherwise not working as intended.
Description
Describe the bug
I am on Niri, when I use keybinds that move workspaces around, the numbers on the workspace indicators correctly update, but their order does not.
To reproduce
Steps to reproduce the behavior:
- Launch Ironbar under Niri
- Open a program on the first workspace and another one on the second one
- Go to the second workspace, move it up by running the command
niri msg action move-workspace-up
- Observe that the numbers updated, but not the order. Did
(1 [2] 3) -> (2 [1] 3)
instead of(1 [2] 3) -> ([1] 2 3)
Expected behavior
The order should corrected when workspaces are rearranged. Currently, I can fix it each time by running ironbar reload
System information:
- Distro: Arch Linux
- Compositor: Niri
- Ironbar version: 0.16.1
Configuration
Config
let {} in {
position = "top"
start = [
{
type = "workspaces"
all_monitors = false
}
]
}
Metadata
Metadata
Assignees
Labels
A:UX/UIRelating to user experience or interface.Relating to user experience or interface.M:WorkspacesRelated to the Workspaces moduleRelated to the Workspaces moduleP:LowAesthetic or minor UX issue. Can be ignored or easily worked around.Aesthetic or minor UX issue. Can be ignored or easily worked around.T:BugFunctionality broken or otherwise not working as intended.Functionality broken or otherwise not working as intended.