[PR #1394] [MERGED] feat(bar): added locked_container widget, use accent colour for icons #1378

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/1394
Author: @CtByte
Created: 4/2/2025
Status: Merged
Merged: 4/2/2025
Merged by: @LGUG2Z

Base: masterHead: locked_container_widget


📝 Commits (1)

  • a680958 feat(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

        "locked_container": {
          "enable": true,
          "display": "Icon",
          "show_when_unlocked": true
        }

🔄 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>
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#1378