[PR #1350] [MERGED] refactor(bar): moved widgets to new folder #1342

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1350
Author: @CtByte
Created: 3/15/2025
Status: Merged
Merged: 3/15/2025
Merged by: @LGUG2Z

Base: masterHead: widgets_folder


📝 Commits (1)

  • 9a5eefd refactor(bar): moved widgets to new folder

📊 Changes

17 files changed (+54 additions, -53 deletions)

View changed files

📝 komorebi-bar/src/bar.rs (+4 -4)
📝 komorebi-bar/src/config.rs (+1 -1)
📝 komorebi-bar/src/main.rs (+1 -13)
📝 komorebi-bar/src/widgets/battery.rs (+1 -1)
📝 komorebi-bar/src/widgets/cpu.rs (+1 -1)
📝 komorebi-bar/src/widgets/date.rs (+1 -1)
📝 komorebi-bar/src/widgets/keyboard.rs (+1 -1)
📝 komorebi-bar/src/widgets/komorebi.rs (+2 -2)
📝 komorebi-bar/src/widgets/komorebi_layout.rs (+1 -1)
📝 komorebi-bar/src/widgets/media.rs (+1 -1)
📝 komorebi-bar/src/widgets/memory.rs (+1 -1)
komorebi-bar/src/widgets/mod.rs (+13 -0)
📝 komorebi-bar/src/widgets/network.rs (+1 -1)
📝 komorebi-bar/src/widgets/storage.rs (+1 -1)
📝 komorebi-bar/src/widgets/time.rs (+1 -1)
📝 komorebi-bar/src/widgets/update.rs (+1 -1)
📝 komorebi-bar/src/widgets/widget.rs (+22 -22)

📄 Description

This commit moved all the widgets to a new folder in order to organize the code while hoping to make it easier to find and add a widget.


🔄 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/1350 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 3/15/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `widgets_folder` --- ### 📝 Commits (1) - [`9a5eefd`](https://github.com/LGUG2Z/komorebi/commit/9a5eefd83309cc69d2a14555caeefb894fed2c75) refactor(bar): moved widgets to new folder ### 📊 Changes **17 files changed** (+54 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/bar.rs` (+4 -4) 📝 `komorebi-bar/src/config.rs` (+1 -1) 📝 `komorebi-bar/src/main.rs` (+1 -13) 📝 `komorebi-bar/src/widgets/battery.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/cpu.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/date.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/keyboard.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/komorebi.rs` (+2 -2) 📝 `komorebi-bar/src/widgets/komorebi_layout.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/media.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/memory.rs` (+1 -1) ➕ `komorebi-bar/src/widgets/mod.rs` (+13 -0) 📝 `komorebi-bar/src/widgets/network.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/storage.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/time.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/update.rs` (+1 -1) 📝 `komorebi-bar/src/widgets/widget.rs` (+22 -22) </details> ### 📄 Description This commit moved all the widgets to a new folder in order to organize the code while hoping to make it easier to find and add a widget. --- <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:54:57 +01:00
adam closed this issue 2026-01-05 14:54:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1342