[PR #1463] [MERGED] Various profile fixes #9812

Closed
opened 2026-05-23 03:57:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1463
Author: @JakeStanger
Created: 4/20/2026
Status: Merged
Merged: 5/8/2026
Merged by: @JakeStanger

Base: masterHead: fix/default-profiles


📝 Commits (5)

  • 3ab18a7 refactor(volume): adjust low profile threshold to 33.33
  • f22285c feat(config/profiles): add use_default_profiles option
  • 995a3c5 docs: ensure default profiles documented
  • 3e4d407 feat(battery): allow percent to be omitted from profile matcher
  • ccf9e8e docs(brightness): fix property descs not fully rendering

📊 Changes

8 files changed (+232 additions, -108 deletions)

View changed files

📝 docs/Profiles.md (+19 -1)
📝 docs/modules/Battery.md (+11 -6)
📝 docs/modules/Brightness.md (+64 -19)
📝 docs/modules/Network-Manager.md (+80 -78)
📝 docs/modules/Volume.md (+13 -0)
📝 src/config/profiles.rs (+30 -2)
📝 src/modules/battery.rs (+14 -1)
📝 src/modules/volume/config.rs (+1 -1)

📄 Description

  • Adds a new use_default_profiles option (true by default) which can be disabled to avoid using the default profiles in situations where they get in the way.
  • Adjusts battery profile matcher so that the default percent is 100, allowing it to be omitted and match purely on charging.
  • Improves documentation

Resolves #1371


🔄 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/1463 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 4/20/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/default-profiles` --- ### 📝 Commits (5) - [`3ab18a7`](https://github.com/JakeStanger/ironbar/commit/3ab18a735fdf1a97dbdc0b88410cc5ee7474dd71) refactor(volume): adjust low profile threshold to 33.33 - [`f22285c`](https://github.com/JakeStanger/ironbar/commit/f22285c881a6f6139cc86659ece7e2d8b2c1ecd7) feat(config/profiles): add `use_default_profiles` option - [`995a3c5`](https://github.com/JakeStanger/ironbar/commit/995a3c5dfdafb290fcbdc6bac497437557d3a7e1) docs: ensure default profiles documented - [`3e4d407`](https://github.com/JakeStanger/ironbar/commit/3e4d407c8951f3b84fe14c20590d69b17680b1dc) feat(battery): allow percent to be omitted from profile matcher - [`ccf9e8e`](https://github.com/JakeStanger/ironbar/commit/ccf9e8e4cdd0e5dfa337fa9fea81e515625e3f84) docs(brightness): fix property descs not fully rendering ### 📊 Changes **8 files changed** (+232 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `docs/Profiles.md` (+19 -1) 📝 `docs/modules/Battery.md` (+11 -6) 📝 `docs/modules/Brightness.md` (+64 -19) 📝 `docs/modules/Network-Manager.md` (+80 -78) 📝 `docs/modules/Volume.md` (+13 -0) 📝 `src/config/profiles.rs` (+30 -2) 📝 `src/modules/battery.rs` (+14 -1) 📝 `src/modules/volume/config.rs` (+1 -1) </details> ### 📄 Description - Adds a new `use_default_profiles` option (`true` by default) which can be disabled to avoid using the default profiles in situations where they get in the way. - Adjusts battery profile matcher so that the default percent is `100`, allowing it to be omitted and match purely on `charging`. - Improves documentation Resolves #1371 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:57:38 +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#9812
No description provided.