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.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1401
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 4/4/2025
**Status:** ✅ Merged
**Merged:** 4/7/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `replace_config`
---
### 📝 Commits (1)
- [`a6c8f28`](https://github.com/LGUG2Z/komorebi/commit/a6c8f2884924c7b8132cc34acb75103c78531e82) fix(cli): restart bar on replace-configuration
### 📊 Changes
**4 files changed** (+76 additions, -45 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+1 -0)
📝 `komorebi-bar/src/widgets/komorebi.rs` (+15 -45)
📝 `komorebi/Cargo.toml` (+1 -0)
📝 `komorebi/src/process_command.rs` (+59 -0)
</details>
### 📄 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.
---
<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/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.