update flake
This commit is contained in:
@@ -112,6 +112,19 @@
|
||||
hyprctl dispatch exit
|
||||
'');
|
||||
|
||||
aurora-init = (pkgs.writeShellScriptBin "aurora-init" ''
|
||||
|
||||
if [[ ! -d /tmp/aurora ]]; then
|
||||
mkdir /tmp/aurora
|
||||
fi
|
||||
|
||||
hyprctl --batch "\
|
||||
dispatch exec ${pkgs.awww}/bin/awww-daemon ;\
|
||||
dispatch exec ${self'.packages.aurora-set-wallpaper}/bin/aurora-set-wallpaper;\
|
||||
setcursor Bibata-Modern-Classic 16"
|
||||
sleep 3
|
||||
hyprctl reload
|
||||
'');
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user