[PR #102] [MERGED] feat: new label module #1893

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/102
Author: @JakeStanger
Created: 4/7/2023
Status: Merged
Merged: 4/7/2023
Merged by: @JakeStanger

Base: masterHead: feat/labels


📝 Commits (1)

📊 Changes

11 files changed (+153 additions, -1 deletions)

View changed files

📝 docs/_Sidebar.md (+1 -0)
docs/modules/Label.md (+70 -0)
📝 examples/config.corn (+3 -1)
📝 examples/config.json (+4 -0)
📝 examples/config.toml (+4 -0)
📝 examples/config.yaml (+2 -0)
📝 src/bar.rs (+1 -0)
📝 src/config/mod.rs (+2 -0)
📝 src/dynamic_string.rs (+3 -0)
src/modules/label.rs (+62 -0)
📝 src/modules/mod.rs (+1 -0)

📄 Description

Takes a text label, with the ability to include embedded scripts.

Resolves #80.


🔄 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/102 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 4/7/2023 **Status:** ✅ Merged **Merged:** 4/7/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/labels` --- ### 📝 Commits (1) - [`6c62286`](https://github.com/JakeStanger/ironbar/commit/6c622864b388548eaaa595f41993606cc151d585) feat: new label module ### 📊 Changes **11 files changed** (+153 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/_Sidebar.md` (+1 -0) ➕ `docs/modules/Label.md` (+70 -0) 📝 `examples/config.corn` (+3 -1) 📝 `examples/config.json` (+4 -0) 📝 `examples/config.toml` (+4 -0) 📝 `examples/config.yaml` (+2 -0) 📝 `src/bar.rs` (+1 -0) 📝 `src/config/mod.rs` (+2 -0) 📝 `src/dynamic_string.rs` (+3 -0) ➕ `src/modules/label.rs` (+62 -0) 📝 `src/modules/mod.rs` (+1 -0) </details> ### 📄 Description Takes a text label, with the ability to include embedded scripts. Resolves #80. --- <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:14 +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#1893
No description provided.