add live wallpaper

This commit is contained in:
Dmitriy Kholkin 2024-02-16 00:12:03 +03:00
parent dcda3b2d9c
commit 10f6d9932f
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 1 additions and 0 deletions

BIN
misc/wallpaper.mkv Normal file

Binary file not shown.

View File

@ -292,6 +292,7 @@ in with config.deviceSpecific; with lib; {
exec-once=${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1
exec-once=${pkgs.wl-clipboard}/bin/wl-paste --type text --watch ${pkgs.cliphist}/bin/cliphist store
exec-once=${pkgs.wl-clipboard}/bin/wl-paste --type image --watch ${pkgs.cliphist}/bin/cliphist store
${lib.optionalString (!isLaptop) "exec-once=${pkgs.mpvpaper}/bin/mpvpaper -p -o \"no-audio loop\" '*' ${../../../misc/wallpaper.mkv}"}
''
(concatMapStrings (c: "exec-once=" + c + "\n") config.startupApplications)
];