mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1141] [MERGED] feat(bar): komorebi widget visual changes #1220
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/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.