[PR #1401] [MERGED] fix(cli): restart bar on replace-configuration #1383

Closed
opened 2026-01-05 14:55:06 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: replace_config


📝 Commits (1)

  • a6c8f28 fix(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.

## 📋 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>
adam added the pull-request label 2026-01-05 14:55:06 +01:00
adam closed this issue 2026-01-05 14:55:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1383