fix(hyprpaper): it did not autostart
This commit is contained in:
@@ -67,9 +67,12 @@
|
||||
exec matugen image "$CACHE_FILE" --source-color-index 0
|
||||
'';
|
||||
in {
|
||||
imports = [
|
||||
# ../matugen/default.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
exec-once = [
|
||||
# "uwsm app -- hyprpaper"
|
||||
"uwsm app -- hyprpaper"
|
||||
"hyprctl hyprpaper preload ${cacheWallpaper}"
|
||||
"hyprctl hyprpaper wallpaper ,${cacheWallpaper}"
|
||||
"uwsm app -- matugen image ${cacheWallpaper} --source-color-index 0"
|
||||
|
||||
Reference in New Issue
Block a user