[PR #407] [CLOSED] Fix merge issues #698

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/407
Author: @thmasq
Created: 1/13/2024
Status: Closed

Base: masterHead: aux


📝 Commits (7)

  • 7d9271e build: add focused feature flag
  • 54e427a build: add launcher feature flag
  • b5041d0 fix(warning): put unreachable pattern behind negated feature flag
  • 5bbe9c3 docs: update feature flag list with new focused and launcher modules
  • c405eef build: fix feature flags to remove unneeded code
  • 980bb91 style(refactor): sort strings alphabetically
  • ed1608e docs: add notes with protocols required to use a module

📊 Changes

9 files changed (+74 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 (+36 -10)
📝 src/config/mod.rs (+14 -1)
📝 src/modules/mod.rs (+2 -0)

📄 Description

No description provided


🔄 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/407 **Author:** [@thmasq](https://github.com/thmasq) **Created:** 1/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `aux` --- ### 📝 Commits (7) - [`7d9271e`](https://github.com/JakeStanger/ironbar/commit/7d9271e365bd6decae8e25ceeed48957b51ff9f8) build: add focused feature flag - [`54e427a`](https://github.com/JakeStanger/ironbar/commit/54e427a5bb9c2bfcc4791db169eb57de331f5859) build: add launcher feature flag - [`b5041d0`](https://github.com/JakeStanger/ironbar/commit/b5041d08ee28a13f863b3d63316497a765fd4824) fix(warning): put unreachable pattern behind negated feature flag - [`5bbe9c3`](https://github.com/JakeStanger/ironbar/commit/5bbe9c35eaf3571632cd1510bcfb38b5f58d5821) docs: update feature flag list with new focused and launcher modules - [`c405eef`](https://github.com/JakeStanger/ironbar/commit/c405eefdf1a8ec3c0dae50c8dac6b996f540a870) build: fix feature flags to remove unneeded code - [`980bb91`](https://github.com/JakeStanger/ironbar/commit/980bb91300a28321d7ce2d1f805f527c17626e6c) style(refactor): sort strings alphabetically - [`ed1608e`](https://github.com/JakeStanger/ironbar/commit/ed1608ed0dce48bbd6b0b77f262b8c446db05b36) docs: add notes with protocols required to use a module ### 📊 Changes **9 files changed** (+74 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` (+36 -10) 📝 `src/config/mod.rs` (+14 -1) 📝 `src/modules/mod.rs` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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:20 +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#698
No description provided.