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