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
master
widgets_folder
9a5eefd
17 files changed (+54 additions, -53 deletions)
📝 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)
komorebi-bar/src/bar.rs
komorebi-bar/src/config.rs
komorebi-bar/src/main.rs
komorebi-bar/src/widgets/battery.rs
komorebi-bar/src/widgets/cpu.rs
komorebi-bar/src/widgets/date.rs
komorebi-bar/src/widgets/keyboard.rs
komorebi-bar/src/widgets/komorebi.rs
komorebi-bar/src/widgets/komorebi_layout.rs
komorebi-bar/src/widgets/media.rs
komorebi-bar/src/widgets/memory.rs
komorebi-bar/src/widgets/mod.rs
komorebi-bar/src/widgets/network.rs
komorebi-bar/src/widgets/storage.rs
komorebi-bar/src/widgets/time.rs
komorebi-bar/src/widgets/update.rs
komorebi-bar/src/widgets/widget.rs
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.