[PR #1189] [MERGED] feat(bar): added icon_scale to the config #1245

Closed
opened 2026-01-05 14:54:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1189
Author: @CtByte
Created: 12/18/2024
Status: Merged
Merged: 12/23/2024
Merged by: @LGUG2Z

Base: masterHead: bar_icon_scale


📝 Commits (1)

  • ec1295d feat(bar): added icon_scale to the config allowing a custom value between 1.0 and 2.0

📊 Changes

3 files changed (+20 additions, -5 deletions)

View changed files

📝 komorebi-bar/src/bar.rs (+5 -2)
📝 komorebi-bar/src/config.rs (+2 -0)
📝 komorebi-bar/src/render.rs (+13 -3)

📄 Description

This commit adds icon_scale setting to the config that allows to set the icon scaling relative to the font size. This custom value is limited between 1.0 and 2.0 and has a default value of 1.4.


🔄 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/LGUG2Z/komorebi/pull/1189 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/23/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `bar_icon_scale` --- ### 📝 Commits (1) - [`ec1295d`](https://github.com/LGUG2Z/komorebi/commit/ec1295d82bb7bc1b34ae7cdc51b4b0d04b802556) feat(bar): added icon_scale to the config allowing a custom value between 1.0 and 2.0 ### 📊 Changes **3 files changed** (+20 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/bar.rs` (+5 -2) 📝 `komorebi-bar/src/config.rs` (+2 -0) 📝 `komorebi-bar/src/render.rs` (+13 -3) </details> ### 📄 Description This commit adds `icon_scale` setting to the config that allows to set the icon scaling relative to the font size. This custom value is limited between 1.0 and 2.0 and has a default value of 1.4. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:37 +01:00
adam closed this issue 2026-01-05 14:54:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1245