Adds the unfocused_locked border color to border_colours so that users that don't use themes can still customize that color like they do the others.
It also adds that color and the floating border color to the komorebi-gui.
🔄 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/1387
**Author:** [@alex-ds13](https://github.com/alex-ds13)
**Created:** 3/31/2025
**Status:** ✅ Merged
**Merged:** 4/1/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `fix(border)/add-unfocused-locked-color`
---
### 📝 Commits (2)
- [`93b5b3c`](https://github.com/LGUG2Z/komorebi/commit/93b5b3cb9813cdf745f6814427fe2664daa4d184) feat(wm): add unfocused_locked to border_colours
- [`71c2b57`](https://github.com/LGUG2Z/komorebi/commit/71c2b5752a1c59e6eef11f4855e41f02562965da) feat(gui): add floating and locked border colours
### 📊 Changes
**3 files changed** (+50 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-gui/src/main.rs` (+36 -0)
📝 `komorebi/src/static_config.rs` (+11 -0)
📝 `komorebi/src/window_manager.rs` (+3 -0)
</details>
### 📄 Description
Adds the `unfocused_locked` border color to `border_colours` so that users that don't use themes can still customize that color like they do the others.
It also adds that color and the `floating` border color to the `komorebi-gui`.
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<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/1387
Author: @alex-ds13
Created: 3/31/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @LGUG2Z
Base:
master← Head:fix(border)/add-unfocused-locked-color📝 Commits (2)
93b5b3cfeat(wm): add unfocused_locked to border_colours71c2b57feat(gui): add floating and locked border colours📊 Changes
3 files changed (+50 additions, -0 deletions)
View changed files
📝
komorebi-gui/src/main.rs(+36 -0)📝
komorebi/src/static_config.rs(+11 -0)📝
komorebi/src/window_manager.rs(+3 -0)📄 Description
Adds the
unfocused_lockedborder color toborder_coloursso that users that don't use themes can still customize that color like they do the others.It also adds that color and the
floatingborder color to thekomorebi-gui.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.