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.swww}/bin/swww img /tmp/aurora/tmp.jpg -t wipe >> ''$out
|
${pkgs.awww}/bin/awww 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.swww}/bin/swww img ''$img -t wipe" >> ''$out
|
hyprctl dispatch exec "${pkgs.awww}/bin/awww 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.swww}/bin/swww-daemon ;\
|
dispatch exec ${pkgs.awww}/bin/awww-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
|
||||||
@@ -134,14 +134,10 @@
|
|||||||
|
|
||||||
home = "/tmp/aurora/home";
|
home = "/tmp/aurora/home";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = [
|
||||||
self.packages.${system}.aurora-greeter
|
self.packages.${system}.aurora-greeter
|
||||||
self.packages.${system}.aurora-greeter-init
|
self.packages.${system}.aurora-greeter-init
|
||||||
self.packages.${system}.aurora-set-wallpaper
|
self.packages.${system}.aurora-set-wallpaper
|
||||||
|
|
||||||
swww
|
|
||||||
mpvpaper
|
|
||||||
ffmpeg
|
|
||||||
];
|
];
|
||||||
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|||||||
@@ -82,8 +82,6 @@
|
|||||||
in {
|
in {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
swww
|
|
||||||
|
|
||||||
bluez
|
bluez
|
||||||
bluez-tools
|
bluez-tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user