mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1189] [MERGED] feat(bar): added icon_scale to the config #1245
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.