mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1396] [MERGED] feature/custom themes #1377
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/1396
Author: @alex-ds13
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @LGUG2Z
Base:
master← Head:feature/custom-themes📝 Commits (4)
8c9c3cafix(wm): skip serde onWorkspaceGlobals9edc642feat(wm): apply wallpapers per monitor2ba2a77fix(wm): properly update border colors7203325feat(wm): allow setting wallpaper per monitor📊 Changes
10 files changed (+256 additions, -109 deletions)
View changed files
📝
komorebi/src/border_manager/border.rs(+19 -21)📝
komorebi/src/border_manager/mod.rs(+96 -54)📝
komorebi/src/monitor.rs(+8 -1)📝
komorebi/src/monitor_reconciliator/mod.rs(+1 -0)📝
komorebi/src/process_command.rs(+42 -23)📝
komorebi/src/static_config.rs(+7 -0)📝
komorebi/src/theme_manager.rs(+1 -1)📝
komorebi/src/window_manager.rs(+33 -0)📝
komorebi/src/windows_api.rs(+37 -2)📝
komorebi/src/workspace.rs(+12 -7)📄 Description
wallpaperto a newWallpaperwith that path andgenerate_themeset tofalsegenerate_themebehaves as if it wasfalseby default, since if you don't set it on the workspace nor on the monitor it will use the default one from the start which isfalse🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.