mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1194] [MERGED] fix(bar): update widgets background color properly #1247
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/1194
Author: @alex-ds13
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/21/2024
Merged by: @LGUG2Z
Base:
master← Head:fix(bar)/widgets-bg-not-updating📝 Commits (1)
61a48acfix(bar): update widgets background color properly📊 Changes
2 files changed (+11 additions, -0 deletions)
View changed files
📝
komorebi-bar/src/bar.rs(+7 -0)📝
komorebi-bar/src/komorebi.rs(+4 -0)📄 Description
Previously when changing between themes with different backgrounds the widget's background color was not updating because they take the bg color from the
RenderConfigwhich was only being updated onapply_config, now we also pass theRenderConfigto theapply_themefunction and update it'sbackground_colorthere as well.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.