mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1350] [MERGED] refactor(bar): moved widgets to new folder #1342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:widgets_folder📝 Commits (1)
9a5eefdrefactor(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.