update flake
This commit is contained in:
@@ -81,13 +81,13 @@
|
|||||||
if [[ ''$ext == "gif" || ''$ext == "mp4" ]]; then
|
if [[ ''$ext == "gif" || ''$ext == "mp4" ]]; then
|
||||||
yes | ${pkgs.ffmpeg}/bin/ffmpeg -i "''$img" -vframes 1 /tmp/aurora/tmp.jpg >> ''$out
|
yes | ${pkgs.ffmpeg}/bin/ffmpeg -i "''$img" -vframes 1 /tmp/aurora/tmp.jpg >> ''$out
|
||||||
pidof mpvpaper >> $out && pkill mpvpaper
|
pidof mpvpaper >> $out && pkill mpvpaper
|
||||||
${pkgs.awww}/bin/awww img /tmp/aurora/tmp.jpg -t wipe >> ''$out
|
${pkgs.swww}/bin/swww img /tmp/aurora/tmp.jpg -t wipe >> ''$out
|
||||||
sleep 0.6
|
sleep 0.6
|
||||||
hyprctl dispatch exec "${pkgs.mpvpaper}/bin/mpvpaper ALL ''$img -o loop" >> ''$out
|
hyprctl dispatch exec "${pkgs.mpvpaper}/bin/mpvpaper ALL ''$img -o loop" >> ''$out
|
||||||
else
|
else
|
||||||
yes | ${pkgs.ffmpeg}/bin/ffmpeg -i "''$img" /tmp/aurora/tmp.jpg >> ''$out
|
yes | ${pkgs.ffmpeg}/bin/ffmpeg -i "''$img" /tmp/aurora/tmp.jpg >> ''$out
|
||||||
pidof mpvpaper >> $out && pkill mpvpaper
|
pidof mpvpaper >> $out && pkill mpvpaper
|
||||||
hyprctl dispatch exec "${pkgs.awww}/bin/awww img ''$img -t wipe" >> ''$out
|
hyprctl dispatch exec "${pkgs.swww}/bin/swww img ''$img -t wipe" >> ''$out
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${self'.packages.aurora-change-colors}/bin/aurora-change-colors "''$src" "''$2" >> ''$out
|
${self'.packages.aurora-change-colors}/bin/aurora-change-colors "''$src" "''$2" >> ''$out
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
hyprctl --batch "\
|
hyprctl --batch "\
|
||||||
dispatch exec ${pkgs.awww}/bin/awww-daemon ;\
|
dispatch exec ${pkgs.swww}/bin/swww-daemon ;\
|
||||||
dispatch exec ${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper;\
|
dispatch exec ${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper;\
|
||||||
setcursor Bibata-Modern-Classic 16"
|
setcursor Bibata-Modern-Classic 16"
|
||||||
sleep 3
|
sleep 3
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
self.packages.${system}.aurora-greeter-init
|
self.packages.${system}.aurora-greeter-init
|
||||||
self.packages.${system}.aurora-set-wallpaper
|
self.packages.${system}.aurora-set-wallpaper
|
||||||
|
|
||||||
awww
|
swww
|
||||||
mpvpaper
|
mpvpaper
|
||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user