This commit is contained in:
parent
9d60f6f307
commit
a03e7e00d8
1 changed files with 3 additions and 14 deletions
|
|
@ -8,20 +8,9 @@
|
||||||
services.desktopManager.gnome.enable = true;
|
services.desktopManager.gnome.enable = true;
|
||||||
boot.plymouth.enable = false;
|
boot.plymouth.enable = false;
|
||||||
|
|
||||||
# Display wallpaper on the framebuffer so it shows behind ly.
|
services.displayManager.ly.settings = {
|
||||||
# fbi writes to /dev/fb0 and exits, leaving the image in place.
|
animation = "gameoflife";
|
||||||
systemd.services.ly-wallpaper = {
|
bigclock = true;
|
||||||
description = "Framebuffer wallpaper for ly";
|
|
||||||
before = [ "display-manager.service" ];
|
|
||||||
wantedBy = [ "display-manager.service" ];
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
StandardInput = "tty";
|
|
||||||
TTYPath = "/dev/tty1";
|
|
||||||
ExecStart = "${pkgs.fbida}/bin/fbi -T 1 -a --noverbose -1 ${
|
|
||||||
builtins.path { name = "wallpaper.png"; path = inputs.self + "/walls/wallpaper.png"; }
|
|
||||||
}";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Flatpak for ad-hoc app installs via Bazaar
|
# Flatpak for ad-hoc app installs via Bazaar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue