@@ -12,7 +12,10 @@ in
|
||||
|
||||
wayland.windowManager.hyprland.initExtraConfig = "${lib.meta.getExe (pkgs.writeShellApplication {
|
||||
name = "init-swww";
|
||||
runtimeInputs = with pkgs; [ swww ];
|
||||
runtimeInputs = with pkgs; [
|
||||
coreutils-full
|
||||
swww
|
||||
];
|
||||
text = ''
|
||||
swww-daemon &> /tmp/swww.log
|
||||
|
||||
@@ -26,11 +29,7 @@ in
|
||||
|
||||
theme.extraConfig = lib.mkAfter "${lib.meta.getExe (pkgs.writeShellApplication {
|
||||
name = "theme-swww";
|
||||
runtimeInputs = with pkgs; [
|
||||
coreutils-full
|
||||
procps
|
||||
swww
|
||||
];
|
||||
runtimeInputs = with pkgs; [ swww ];
|
||||
text = "swww img \"${hmConfig.theme.configDir}/wallpaper\"";
|
||||
})} &";
|
||||
};
|
||||
|
Reference in New Issue
Block a user