fix sddm theme and background preloading
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
let
|
||||
theme = import ./theme.nix { inherit pkgs; };
|
||||
wallpaper = "/tmp/wallpaper.jpg";
|
||||
wallpaper = "/run/wallpaper.jpg";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -96,10 +96,10 @@ in
|
||||
hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [ "/tmp/wallpaper.jpg" wallpaper ];
|
||||
preload = [ "/run/wallpaper.jpg" wallpaper ];
|
||||
wallpaper = [
|
||||
"${theme.displayLeft.input}, /tmp/wallpaper.jpg"
|
||||
"${theme.displayRight.input}, /tmp/wallpaper.jpg"
|
||||
"${theme.displayLeft.input}, /run/wallpaper.jpg"
|
||||
"${theme.displayRight.input}, /run/wallpaper.jpg"
|
||||
];
|
||||
splash = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user