test
This commit is contained in:
@@ -23,11 +23,21 @@
|
|||||||
mkdir -p $out/share
|
mkdir -p $out/share
|
||||||
cp -r $src/* $out/share
|
cp -r $src/* $out/share
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
aurora-greeter-hypr-conf = pkgs.writeText "greeter-conf" ''
|
aurora-greeter-hypr-conf = pkgs.writeText "greeter-conf" ''
|
||||||
exec-once=${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper; ${self'.packages.aurora-greeter}/bin/aurora-greeter; hyprctl dispatch exit
|
exec-once=${self'.packages.aurora-greeter}/bin/aurora-greeter-init
|
||||||
exec-shutdown = rm ~/.config/wal/colorschemes/dark/wallpaper*
|
|
||||||
|
misc {
|
||||||
|
disable_hyprland_logo = false
|
||||||
|
disable_splash_rendering = true
|
||||||
|
force_default_wallpaper = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
ecosystem {
|
||||||
|
no_update_news = true
|
||||||
|
no_donation_nag = true
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
@@ -82,6 +92,25 @@
|
|||||||
|
|
||||||
${self'.packages.aurora-change-colors}/bin/aurora-change-colors "''$src" "''$2" >> ''$out
|
${self'.packages.aurora-change-colors}/bin/aurora-change-colors "''$src" "''$2" >> ''$out
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
|
||||||
|
aurora-greeter-init = (pkgs.writeShellScriptBin "onSystemStart" ''
|
||||||
|
|
||||||
|
if [[ ! -d /tmp/aurora ]]; then
|
||||||
|
mkdir /tmp/aurora
|
||||||
|
fi
|
||||||
|
|
||||||
|
hyprctl --batch "\
|
||||||
|
dispatch exec ${pkgs.swww}/bin/swww-daemon ;\
|
||||||
|
dispatch exec ${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper;\
|
||||||
|
setcursor Bibata-Modern-Classic 16"
|
||||||
|
sleep 3
|
||||||
|
hyprctl reload
|
||||||
|
|
||||||
|
${self'.packages.aurora-greeter}/bin/aurora-greeter
|
||||||
|
rm ~/.config/wal/colorschemes/dark/wallpaper*
|
||||||
|
hyprctl dispatch exit
|
||||||
|
'');
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user