🔄 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/1394
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 4/2/2025
**Status:** ✅ Merged
**Merged:** 4/2/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `locked_container_widget`
---
### 📝 Commits (1)
- [`a680958`](https://github.com/LGUG2Z/komorebi/commit/a6809584b93744a112f86c2fbb129408343f2198) feat(bar): added locked_container widget, use accent colour for icons
### 📊 Changes
**5 files changed** (+341 additions, -37 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-bar/src/widgets/komorebi.rs` (+114 -20)
📝 `komorebi-bar/src/widgets/komorebi_layout.rs` (+1 -1)
📝 `komorebi-bar/src/widgets/widget.rs` (+1 -1)
📝 `schema.bar.json` (+186 -15)
📝 `schema.json` (+39 -0)
</details>
### 📄 Description
This commit adds a new komorebi widget to indicate whether or not the focused container is locked.
This commit also includes an icon colour change on the layer and layout widgets to the accent colour.
The commit also renames the locked_window widget to locked_container as it is more suitable.
https://github.com/user-attachments/assets/e177aede-1c96-4f3f-a380-4777582e04ce
```json
"locked_container": {
"enable": true,
"display": "Icon",
"show_when_unlocked": true
}
```
---
<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/1394
Author: @CtByte
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @LGUG2Z
Base:
master← Head:locked_container_widget📝 Commits (1)
a680958feat(bar): added locked_container widget, use accent colour for icons📊 Changes
5 files changed (+341 additions, -37 deletions)
View changed files
📝
komorebi-bar/src/widgets/komorebi.rs(+114 -20)📝
komorebi-bar/src/widgets/komorebi_layout.rs(+1 -1)📝
komorebi-bar/src/widgets/widget.rs(+1 -1)📝
schema.bar.json(+186 -15)📝
schema.json(+39 -0)📄 Description
This commit adds a new komorebi widget to indicate whether or not the focused container is locked.
This commit also includes an icon colour change on the layer and layout widgets to the accent colour.
The commit also renames the locked_window widget to locked_container as it is more suitable.
https://github.com/user-attachments/assets/e177aede-1c96-4f3f-a380-4777582e04ce
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.