Original PR: https://github.com/LGUG2Z/komorebi/pull/1141 Author: @CtByte Created: 11/24/2024 Status: ✅ Merged Merged: 12/3/2024 Merged by: @LGUG2Z
Base: master ← Head: komorebi_widget
master
komorebi_widget
509970e
cb2f2cb
295a7e7
5619c57
180f6d0
b2e2adb
77e3de8
1c8046b
a3613d2
f9a6b49
8 files changed (+731 additions, -292 deletions)
📝 komorebi-bar/src/config.rs (+10 -0) 📝 komorebi-bar/src/komorebi.rs (+326 -291) ➕ komorebi-bar/src/komorebi_layout.rs (+311 -0) 📝 komorebi-bar/src/main.rs (+2 -0) 📝 komorebi-bar/src/render.rs (+16 -0) ➕ komorebi-bar/src/selected_frame.rs (+55 -0) 📝 komorebi/src/process_event.rs (+2 -0) 📝 komorebi/src/window_manager_event.rs (+9 -1)
komorebi-bar/src/config.rs
komorebi-bar/src/komorebi.rs
komorebi-bar/src/komorebi_layout.rs
komorebi-bar/src/main.rs
komorebi-bar/src/render.rs
komorebi-bar/src/selected_frame.rs
komorebi/src/process_event.rs
komorebi/src/window_manager_event.rs
The visual changes include:
paused
floating
monocle
https://github.com/user-attachments/assets/dbee2e98-7e4a-419f-b13a-809a31cf107c
"focused_window": { "enable": true, "display": "Icon" }
https://github.com/user-attachments/assets/1f7c4e9c-1f94-4fdd-bc7c-71a0cd04d894
"layout": { "enable": true, "display": "Icon", "options": [ "BSP", "UltrawideVerticalStack", "Floating", "Custom" ] },
"configuration_switcher": { "enable": true, "configurations": { "one": "...\\komorebi.json", "two": "...\\komorebi.home.json" } },
"workspaces": { "enable": true, "display": "Icon" },
🔄 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/1141
Author: @CtByte
Created: 11/24/2024
Status: ✅ Merged
Merged: 12/3/2024
Merged by: @LGUG2Z
Base:
master← Head:komorebi_widget📝 Commits (10+)
509970eselected and hover effect on the focused window widgetcb2f2cbadded SelectableFrame module295a7e7fix(bar): correct network widget icon colour5619c57fix(subscriptions): add override for title updates180f6d0feat(bar): support floating window title updatesb2e2adbchore(deps): bump rustls from 0.23.16 to 0.23.1877e3de8chore(deps): bump clap from 4.5.20 to 4.5.211c8046bchore(deps): bump serde_json from 1.0.132 to 1.0.133a3613d2chore(deps): bump serde from 1.0.214 to 1.0.215f9a6b49refactor(animation): new animations engine📊 Changes
8 files changed (+731 additions, -292 deletions)
View changed files
📝
komorebi-bar/src/config.rs(+10 -0)📝
komorebi-bar/src/komorebi.rs(+326 -291)➕
komorebi-bar/src/komorebi_layout.rs(+311 -0)📝
komorebi-bar/src/main.rs(+2 -0)📝
komorebi-bar/src/render.rs(+16 -0)➕
komorebi-bar/src/selected_frame.rs(+55 -0)📝
komorebi/src/process_event.rs(+2 -0)📝
komorebi/src/window_manager_event.rs(+9 -1)📄 Description
The visual changes include:
paused,floating,monoclestates.Focused window section
https://github.com/user-attachments/assets/dbee2e98-7e4a-419f-b13a-809a31cf107c
Layout section
https://github.com/user-attachments/assets/1f7c4e9c-1f94-4fdd-bc7c-71a0cd04d894
Configuration switcher
Workspace section
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.