[PR #1387] [MERGED] fix(wm): add unfocused locked color #1374

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

📋 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: masterHead: fix(border)/add-unfocused-locked-color


📝 Commits (2)

  • 93b5b3c feat(wm): add unfocused_locked to border_colours
  • 71c2b57 feat(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_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>
adam added the pull-request label 2026-01-05 14:55:04 +01:00
adam closed this issue 2026-01-05 14:55:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1374