mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 10:15:20 +01:00
[PR #871] [MERGED] feat(workspaces): niri support #8032
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#8032
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?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/871
Author: @JakeStanger
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @JakeStanger
Base:
master← Head:feat/niri-workspaces📝 Commits (1)
02a8ddafeat(workspaces): niri support📊 Changes
12 files changed (+367 additions, -31 deletions)
View changed files
📝
Cargo.toml(+2 -1)📝
README.md(+2 -2)📝
docs/Compiling.md(+2 -1)📝
docs/modules/Workspaces.md(+2 -1)📝
src/clients/compositor/hyprland.rs(+2 -5)📝
src/clients/compositor/mod.rs(+21 -4)➕
src/clients/compositor/niri/connection.rs(+117 -0)➕
src/clients/compositor/niri/mod.rs(+183 -0)📝
src/clients/compositor/sway.rs(+23 -6)📝
src/modules/workspaces/button.rs(+1 -2)📝
src/modules/workspaces/button_map.rs(+1 -0)📝
src/modules/workspaces/mod.rs(+11 -9)📄 Description
Adds support to the Workspaces module for Niri
Supersedes #726
Resolves #650
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.