[PR #871] [MERGED] feat(workspaces): niri support #6629

Closed
opened 2026-05-23 01:56:39 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: feat/niri-workspaces


📝 Commits (1)

  • 02a8dda feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/871 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/niri-workspaces` --- ### 📝 Commits (1) - [`02a8dda`](https://github.com/JakeStanger/ironbar/commit/02a8ddabf079aec2a21818be1c777ea99f0f0332) feat(workspaces): niri support ### 📊 Changes **12 files changed** (+367 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds support to the Workspaces module for Niri Supersedes #726 Resolves #650 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:56:39 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6629
No description provided.