[PR #53] [MERGED] feat(workspaces): hyprland support #3280

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/53
Author: @JakeStanger
Created: 1/27/2023
Status: Merged
Merged: 1/28/2023
Merged by: @JakeStanger

Base: masterHead: feat/hyprland-workspaces


📝 Commits (4)

  • 6e5d0c1 feat(workspaces): hyprland support
  • 0d7ab54 refactor: remove redundant clone
  • 9ba28fe feat(workspaces): better ordering
  • c223892 docs(workspaces): update for hyprland/new ordering option

📊 Changes

9 files changed (+648 additions, -182 deletions)

View changed files

📝 Cargo.lock (+33 -0)
📝 Cargo.toml (+1 -0)
📝 docs/modules/Workspaces.md (+7 -6)
src/clients/compositor/hyprland.rs (+250 -0)
src/clients/compositor/mod.rs (+89 -0)
src/clients/compositor/sway.rs (+148 -0)
📝 src/clients/mod.rs (+1 -1)
src/clients/sway.rs (+0 -74)
📝 src/modules/workspaces.rs (+119 -101)

📄 Description

Resolves #18.

The bar will now automatically detect whether running under Sway or Hyprland and use the correct IPC client depending.


🔄 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/53 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/27/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/hyprland-workspaces` --- ### 📝 Commits (4) - [`6e5d0c1`](https://github.com/JakeStanger/ironbar/commit/6e5d0c1e8c0b5d7e330608fc835e1e9733f156de) feat(workspaces): hyprland support - [`0d7ab54`](https://github.com/JakeStanger/ironbar/commit/0d7ab541604691455ed39c73e039ac0635307bc8) refactor: remove redundant clone - [`9ba28fe`](https://github.com/JakeStanger/ironbar/commit/9ba28fe7faf84e06febc2ffea089442f8f5b90a2) feat(workspaces): better ordering - [`c223892`](https://github.com/JakeStanger/ironbar/commit/c223892a57b29ae56431fc585b8cec503f3206c7) docs(workspaces): update for hyprland/new ordering option ### 📊 Changes **9 files changed** (+648 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+33 -0) 📝 `Cargo.toml` (+1 -0) 📝 `docs/modules/Workspaces.md` (+7 -6) ➕ `src/clients/compositor/hyprland.rs` (+250 -0) ➕ `src/clients/compositor/mod.rs` (+89 -0) ➕ `src/clients/compositor/sway.rs` (+148 -0) 📝 `src/clients/mod.rs` (+1 -1) ➖ `src/clients/sway.rs` (+0 -74) 📝 `src/modules/workspaces.rs` (+119 -101) </details> ### 📄 Description Resolves #18. The bar will now automatically detect whether running under Sway or Hyprland and use the correct IPC client depending. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:55: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#3280
No description provided.