update flake
This commit is contained in:
@@ -112,6 +112,19 @@
|
|||||||
hyprctl dispatch exit
|
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
|
||||||
|
'');
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -103,6 +103,7 @@
|
|||||||
wf-recorder
|
wf-recorder
|
||||||
|
|
||||||
self.packages.${system}.aurora-set-wallpaper
|
self.packages.${system}.aurora-set-wallpaper
|
||||||
|
self.packages.${system}.aurora-init
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.quickshell = {
|
programs.quickshell = {
|
||||||
|
|||||||
Reference in New Issue
Block a user