[PR #907] [MERGED] feat: fully implement orientation/justify options #8052

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/907
Author: @JakeStanger
Created: 3/22/2025
Status: Merged
Merged: 3/22/2025
Merged by: @JakeStanger

Base: masterHead: feat/widget-rotation


📝 Commits (1)

  • c20feb7 feat: fully implement orientation/justify options

📊 Changes

29 files changed (+317 additions, -161 deletions)

View changed files

📝 docs/Configuration guide.md (+9 -2)
📝 docs/modules/Custom.md (+7 -6)
📝 docs/modules/Network-Manager.md (+3 -0)
📝 docs/modules/Notifications.md (+2 -0)
📝 src/config/impl.rs (+1 -1)
src/config/layout.rs (+37 -0)
📝 src/config/mod.rs (+2 -0)
📝 src/image/gtk.rs (+45 -17)
📝 src/modules/clipboard.rs (+14 -5)
📝 src/modules/clock.rs (+8 -21)
📝 src/modules/custom/button.rs (+9 -11)
📝 src/modules/custom/label.rs (+10 -20)
📝 src/modules/custom/mod.rs (+4 -1)
📝 src/modules/focused.rs (+12 -3)
📝 src/modules/keyboard.rs (+22 -10)
📝 src/modules/label.rs (+12 -3)
📝 src/modules/launcher/item.rs (+13 -6)
📝 src/modules/launcher/mod.rs (+12 -5)
📝 src/modules/launcher/pagination.rs (+6 -6)
📝 src/modules/music/config.rs (+5 -1)

...and 9 more files

📄 Description

Adds orientation and justify options to all modules and custom widgets where it makes sense to do so.

Any modules without support document this. Widgets fully document the options inline where present for now.

Resolves #296


🔄 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/907 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/widget-rotation` --- ### 📝 Commits (1) - [`c20feb7`](https://github.com/JakeStanger/ironbar/commit/c20feb77b7391a5c3f74de6ae98da03c30b51081) feat: fully implement orientation/justify options ### 📊 Changes **29 files changed** (+317 additions, -161 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+9 -2) 📝 `docs/modules/Custom.md` (+7 -6) 📝 `docs/modules/Network-Manager.md` (+3 -0) 📝 `docs/modules/Notifications.md` (+2 -0) 📝 `src/config/impl.rs` (+1 -1) ➕ `src/config/layout.rs` (+37 -0) 📝 `src/config/mod.rs` (+2 -0) 📝 `src/image/gtk.rs` (+45 -17) 📝 `src/modules/clipboard.rs` (+14 -5) 📝 `src/modules/clock.rs` (+8 -21) 📝 `src/modules/custom/button.rs` (+9 -11) 📝 `src/modules/custom/label.rs` (+10 -20) 📝 `src/modules/custom/mod.rs` (+4 -1) 📝 `src/modules/focused.rs` (+12 -3) 📝 `src/modules/keyboard.rs` (+22 -10) 📝 `src/modules/label.rs` (+12 -3) 📝 `src/modules/launcher/item.rs` (+13 -6) 📝 `src/modules/launcher/mod.rs` (+12 -5) 📝 `src/modules/launcher/pagination.rs` (+6 -6) 📝 `src/modules/music/config.rs` (+5 -1) _...and 9 more files_ </details> ### 📄 Description Adds `orientation` and `justify` options to all modules and custom widgets where it makes sense to do so. Any modules without support document this. Widgets fully document the options inline where present for now. Resolves #296 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:56:31 +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#8052
No description provided.