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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:bar_icon_scale📝 Commits (1)
ec1295dfeat(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_scalesetting 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.