[PR #404] [MERGED] Make feature flags for the "focused" and launcher "modules" #694

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/404
Author: @thmasq
Created: 1/11/2024
Status: Merged
Merged: 1/14/2024
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (1)

  • ddf91b1 build: add focused and launcher feature flags

📊 Changes

10 files changed (+75 additions, -14 deletions)

View changed files

📝 Cargo.toml (+9 -3)
📝 docs/Compiling.md (+2 -0)
📝 docs/modules/Clipboard.md (+3 -0)
📝 docs/modules/Focused.md (+3 -0)
📝 docs/modules/Launcher.md (+3 -0)
📝 src/bar.rs (+2 -0)
📝 src/clients/wayland/mod.rs (+34 -10)
📝 src/clients/wayland/wlr_foreign_toplevel/mod.rs (+1 -0)
📝 src/config/mod.rs (+14 -1)
📝 src/modules/mod.rs (+4 -0)

📄 Description

Implementation to solve issue 403. Please tell me if there is something I should change or refactor.

Resolves #403.


🔄 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/404 **Author:** [@thmasq](https://github.com/thmasq) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/14/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ddf91b1`](https://github.com/JakeStanger/ironbar/commit/ddf91b18cc7a6a90f6066ef2358e8e1efba09a02) build: add `focused` and `launcher` feature flags ### 📊 Changes **10 files changed** (+75 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+9 -3) 📝 `docs/Compiling.md` (+2 -0) 📝 `docs/modules/Clipboard.md` (+3 -0) 📝 `docs/modules/Focused.md` (+3 -0) 📝 `docs/modules/Launcher.md` (+3 -0) 📝 `src/bar.rs` (+2 -0) 📝 `src/clients/wayland/mod.rs` (+34 -10) 📝 `src/clients/wayland/wlr_foreign_toplevel/mod.rs` (+1 -0) 📝 `src/config/mod.rs` (+14 -1) 📝 `src/modules/mod.rs` (+4 -0) </details> ### 📄 Description Implementation to solve issue [403](https://github.com/JakeStanger/ironbar/issues/403). Please tell me if there is something I should change or refactor. Resolves #403. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:54: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#694
No description provided.