[PR #1376] [CLOSED] feat(bar): added new start menu button widget #1366

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1376
Author: @Zira3l137
Created: 3/26/2025
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • f1d30db added startmenu widget
  • 49ceabc updated json schema
  • 6e9177b updated json schema
  • 3634288 feat(bar): added new start menu button widget
  • 674dd6d removed redundant imports

📊 Changes

4 files changed (+4501 additions, -4209 deletions)

View changed files

📝 komorebi-bar/src/widgets/mod.rs (+1 -0)
komorebi-bar/src/widgets/startmenu.rs (+124 -0)
📝 komorebi-bar/src/widgets/widget.rs (+5 -0)
📝 schema.bar.json (+4371 -4209)

📄 Description

This commit adds new StartMenu widget to Komorebi-bar allowing user to invoke Windows start menu by clicking on a dedicated button on the Komorebi-bar.

image


🔄 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/1376 **Author:** [@Zira3l137](https://github.com/Zira3l137) **Created:** 3/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`f1d30db`](https://github.com/LGUG2Z/komorebi/commit/f1d30db49dc5c25be1723e94d9a890fd287f4b17) added startmenu widget - [`49ceabc`](https://github.com/LGUG2Z/komorebi/commit/49ceabcb8418948ab8625f668eff1e65a607145c) updated json schema - [`6e9177b`](https://github.com/LGUG2Z/komorebi/commit/6e9177b852c53ee4f53ffff4feda08f1c92c1dd4) updated json schema - [`3634288`](https://github.com/LGUG2Z/komorebi/commit/36342889048765f6061f5cf5c03805c6cbf57454) feat(bar): added new start menu button widget - [`674dd6d`](https://github.com/LGUG2Z/komorebi/commit/674dd6d041d5bbbbcc636ba08139c0177483b737) removed redundant imports ### 📊 Changes **4 files changed** (+4501 additions, -4209 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/widgets/mod.rs` (+1 -0) ➕ `komorebi-bar/src/widgets/startmenu.rs` (+124 -0) 📝 `komorebi-bar/src/widgets/widget.rs` (+5 -0) 📝 `schema.bar.json` (+4371 -4209) </details> ### 📄 Description This commit adds new `StartMenu` widget to Komorebi-bar allowing user to invoke Windows start menu by clicking on a dedicated button on the Komorebi-bar. ![image](https://github.com/user-attachments/assets/fabcd2cb-99eb-449e-a623-4d8f4edcd6e7) --- <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:02 +01:00
adam closed this issue 2026-01-05 14:55:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1366