mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1401] [MERGED] fix(cli): restart bar on replace-configuration #1383
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/1401
Author: @CtByte
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @LGUG2Z
Base:
master← Head:replace_config📝 Commits (1)
a6c8f28fix(cli): restart bar on replace-configuration📊 Changes
4 files changed (+76 additions, -45 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
komorebi-bar/src/widgets/komorebi.rs(+15 -45)📝
komorebi/Cargo.toml(+1 -0)📝
komorebi/src/process_command.rs(+59 -0)📄 Description
This commit ensures that the replace-configuration command also replaces bars.
Already running bars are stopped and new bars are started using the new configuration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.