[PR #147] [MERGED] feat: Add favorite and hidden workspaces #1920

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/147
Author: @yavko
Created: 5/9/2023
Status: Merged
Merged: 8/15/2023
Merged by: @JakeStanger

Base: masterHead: add-always-workspaces


📝 Commits (3)

  • 9f65cf2 feat(workspaces): add favorites and hidden options
  • d1be610 build: update hyprland-rs to 0.3.8, enable silent feature
  • 19c684e feat(nix): automatic development environment with direnv

📊 Changes

6 files changed (+460 additions, -268 deletions)

View changed files

.envrc (+1 -0)
📝 Cargo.lock (+337 -240)
📝 Cargo.toml (+1 -1)
📝 docs/modules/Workspaces.md (+16 -7)
📝 flake.nix (+12 -1)
📝 src/modules/workspaces.rs (+93 -19)

📄 Description

Also changes some hyprland-rs stuff ;)
needs further testing
fixes #90


🔄 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/147 **Author:** [@yavko](https://github.com/yavko) **Created:** 5/9/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `add-always-workspaces` --- ### 📝 Commits (3) - [`9f65cf2`](https://github.com/JakeStanger/ironbar/commit/9f65cf293d9527a2c536847f0005957421a9be33) feat(workspaces): add `favorites` and `hidden` options - [`d1be610`](https://github.com/JakeStanger/ironbar/commit/d1be6100d61b4723b9daa67928a136fc04affaa9) build: update hyprland-rs to `0.3.8`, enable silent feature - [`19c684e`](https://github.com/JakeStanger/ironbar/commit/19c684e49facb57e3e2acf9cafecf177c2e1bfbf) feat(nix): automatic development environment with direnv ### 📊 Changes **6 files changed** (+460 additions, -268 deletions) <details> <summary>View changed files</summary> ➕ `.envrc` (+1 -0) 📝 `Cargo.lock` (+337 -240) 📝 `Cargo.toml` (+1 -1) 📝 `docs/modules/Workspaces.md` (+16 -7) 📝 `flake.nix` (+12 -1) 📝 `src/modules/workspaces.rs` (+93 -19) </details> ### 📄 Description Also changes some hyprland-rs stuff ;) needs further testing fixes #90 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:55:19 +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#1920
No description provided.