Skip to content

Commit

Permalink
feat(wm): add theme socket message
Browse files Browse the repository at this point in the history
This commit adds a new SocketMessage::Theme which allows for themes to
be set programmatically. This change has also been plumbed through to
komorebi-bar so that the bar theme will also update after komorebi
processes the message and passes it on to subscribers.

A new theme_manager module has been introduced to add notification-based
handling of theme changes, both from the static config file being
updated and from SocketMessage::Theme being received.
  • Loading branch information
LGUG2Z committed Oct 16, 2024
1 parent 1ef7a09 commit 34929f3
Show file tree
Hide file tree
Showing 14 changed files with 369 additions and 239 deletions.
134 changes: 67 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 34929f3

Please sign in to comment.