[PR #38] [MERGED] feat: common module options (show_if, on_click, tooltip) #459

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/38
Author: @JakeStanger
Created: 11/28/2022
Status: Merged
Merged: 11/28/2022
Merged by: @JakeStanger

Base: masterHead: feat/common-options


📝 Commits (1)

  • c9e66d4 feat: common module options (show_if, on_click, tooltip)

📊 Changes

15 files changed (+605 additions, -130 deletions)

View changed files

📝 docs/Configuration guide.md (+23 -3)
docs/Scripts.md (+91 -0)
📝 docs/_Sidebar.md (+1 -0)
📝 src/bar.rs (+59 -4)
📝 src/config.rs (+8 -0)
📝 src/modules/clock.rs (+5 -1)
📝 src/modules/custom.rs (+10 -3)
📝 src/modules/focused.rs (+4 -0)
📝 src/modules/launcher/mod.rs (+4 -0)
📝 src/modules/mpd.rs (+4 -0)
📝 src/modules/script.rs (+32 -85)
📝 src/modules/sysinfo.rs (+4 -0)
📝 src/modules/tray.rs (+5 -1)
📝 src/modules/workspaces.rs (+4 -0)
📝 src/script.rs (+351 -33)

📄 Description

The first three of many options that are common to all modules.

Includes documentation for each new option.

Resolves #36. Resolves partially #34.


🔄 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/38 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 11/28/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/common-options` --- ### 📝 Commits (1) - [`c9e66d4`](https://github.com/JakeStanger/ironbar/commit/c9e66d4664137c50aba4aecdc3a3ba43d3da11fe) feat: common module options (`show_if`, `on_click`, `tooltip`) ### 📊 Changes **15 files changed** (+605 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+23 -3) ➕ `docs/Scripts.md` (+91 -0) 📝 `docs/_Sidebar.md` (+1 -0) 📝 `src/bar.rs` (+59 -4) 📝 `src/config.rs` (+8 -0) 📝 `src/modules/clock.rs` (+5 -1) 📝 `src/modules/custom.rs` (+10 -3) 📝 `src/modules/focused.rs` (+4 -0) 📝 `src/modules/launcher/mod.rs` (+4 -0) 📝 `src/modules/mpd.rs` (+4 -0) 📝 `src/modules/script.rs` (+32 -85) 📝 `src/modules/sysinfo.rs` (+4 -0) 📝 `src/modules/tray.rs` (+5 -1) 📝 `src/modules/workspaces.rs` (+4 -0) 📝 `src/script.rs` (+351 -33) </details> ### 📄 Description The first three of many options that are common to all modules. Includes documentation for each new option. Resolves #36. Resolves partially #34. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:53:35 +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#459
No description provided.