[PR #726] [CLOSED] Support For Niri Workspaces #5120

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/726
Author: @anant-357
Created: 9/8/2024
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 3a7a829 workspace support for niri
  • 7ebd89b add niri feature
  • 7a3f796 remove clippy warnings
  • e300b17 chore(format): format code
  • 1326d9c refactor: fix clippy warning
  • ac9599b refactor(niri): use EventStream to initialize workspaces
  • 23d9d08 fix(niri): parse id instead of index for focusing workspace
  • 1796d16 feat(niri): handle worspace move
  • f53534b refactor(niri): add comments and remove unnecessary changes in old workspace state
  • 3e58f87 refactor(niri): remove niri feature, better error handling

📊 Changes

4 files changed (+360 additions, -3 deletions)

View changed files

📝 Cargo.toml (+3 -2)
📝 src/clients/compositor/mod.rs (+14 -1)
src/clients/compositor/niri/connection.rs (+124 -0)
src/clients/compositor/niri/mod.rs (+219 -0)

📄 Description

Hi, please let me know if I've missed something. 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/726 **Author:** [@anant-357](https://github.com/anant-357) **Created:** 9/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3a7a829`](https://github.com/JakeStanger/ironbar/commit/3a7a82911c17a8f9c5131ca48d728922b0a79fce) workspace support for niri - [`7ebd89b`](https://github.com/JakeStanger/ironbar/commit/7ebd89b02d227e3f4e2c9630b7f076b4206e248b) add niri feature - [`7a3f796`](https://github.com/JakeStanger/ironbar/commit/7a3f796f46e10a7a0e55d0ba3bfd5ac9473a8aac) remove clippy warnings - [`e300b17`](https://github.com/JakeStanger/ironbar/commit/e300b175a4d5f472f90571629fab8a864d5686d8) chore(format): format code - [`1326d9c`](https://github.com/JakeStanger/ironbar/commit/1326d9c6983f59d16bb2acc1acb46f9353d44252) refactor: fix clippy warning - [`ac9599b`](https://github.com/JakeStanger/ironbar/commit/ac9599b5f408d75edfa949fdeea49363db26a8a2) refactor(niri): use EventStream to initialize workspaces - [`23d9d08`](https://github.com/JakeStanger/ironbar/commit/23d9d082248f9eb008444d57816cc78d7563eb6a) fix(niri): parse id instead of index for focusing workspace - [`1796d16`](https://github.com/JakeStanger/ironbar/commit/1796d16d503ae0eb933810e04878d05118f43712) feat(niri): handle worspace move - [`f53534b`](https://github.com/JakeStanger/ironbar/commit/f53534baf8e4dd9da9510fe5a8bc9f61ab978501) refactor(niri): add comments and remove unnecessary changes in old workspace state - [`3e58f87`](https://github.com/JakeStanger/ironbar/commit/3e58f873689d8686681582f2eed0109ec326fcef) refactor(niri): remove niri feature, better error handling ### 📊 Changes **4 files changed** (+360 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+3 -2) 📝 `src/clients/compositor/mod.rs` (+14 -1) ➕ `src/clients/compositor/niri/connection.rs` (+124 -0) ➕ `src/clients/compositor/niri/mod.rs` (+219 -0) </details> ### 📄 Description Hi, please let me know if I've missed something. 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 00:56:21 +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#5120
No description provided.