[PR #26] [MERGED] Add loads more tokens & interval options to sysinfo, optimise info refreshing #4673

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/26
Author: @JakeStanger
Created: 10/16/2022
Status: Merged
Merged: 10/16/2022
Merged by: @JakeStanger

Base: masterHead: feat/sysinfo-tokens


📝 Commits (7)

  • 35ce3b4 chore: use cargo patch block
  • fad90fd feat(sys-info): add loads more formatting tokens
  • dec402e feat(sys-info): config options for refresh intervals
  • 91c57ed feat(sys-info): pango markup support
  • 9e6dbbd fix(sys-info): tokens not replaced if more than one in string
  • e4e72d8 style(sys-info): fix clippy warnings & run fmt
  • a06c4bc docs(examples): add full system info config

📊 Changes

4 files changed (+406 additions, -31 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+8 -4)
examples/sys-info.corn (+23 -0)
📝 src/modules/sysinfo.rs (+373 -25)

📄 Description

Fixes #15 and fixes #17, and also massively reduces the memory usage. Yay!

  • Update documentation

🔄 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/26 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 10/16/2022 **Status:** ✅ Merged **Merged:** 10/16/2022 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/sysinfo-tokens` --- ### 📝 Commits (7) - [`35ce3b4`](https://github.com/JakeStanger/ironbar/commit/35ce3b4d455dea001de96d406778eb152787a905) chore: use cargo patch block - [`fad90fd`](https://github.com/JakeStanger/ironbar/commit/fad90fdad683a612497ac7822a66a90f43fce0a2) feat(sys-info): add loads more formatting tokens - [`dec402e`](https://github.com/JakeStanger/ironbar/commit/dec402edd9d6c5b8677ff337699ad99ebc69b776) feat(sys-info): config options for refresh intervals - [`91c57ed`](https://github.com/JakeStanger/ironbar/commit/91c57edc73f15397ea0de70c4a6a6532c35caf2a) feat(sys-info): pango markup support - [`9e6dbbd`](https://github.com/JakeStanger/ironbar/commit/9e6dbbd131a09f101b0d490265fe7d4ec564e38c) fix(sys-info): tokens not replaced if more than one in string - [`e4e72d8`](https://github.com/JakeStanger/ironbar/commit/e4e72d800875077ff73faef8c84cc5b8874886a1) style(sys-info): fix clippy warnings & run fmt - [`a06c4bc`](https://github.com/JakeStanger/ironbar/commit/a06c4bccca6cb51935605ac9239e63024fb7c663) docs(examples): add full system info config ### 📊 Changes **4 files changed** (+406 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+8 -4) ➕ `examples/sys-info.corn` (+23 -0) 📝 `src/modules/sysinfo.rs` (+373 -25) </details> ### 📄 Description Fixes #15 and fixes #17, and also massively reduces the memory usage. Yay! - [x] Update documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:55:07 +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#4673
No description provided.