[home] Add wallpaper
This commit is contained in:
@@ -138,6 +138,12 @@ in {
|
|||||||
always = false;
|
always = false;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
# Set wallpaper with feh
|
||||||
|
{
|
||||||
|
command = "feh --bg-scale ${../../wallpapers/metroid-samus-returns-kz-3440x1440.jpg}";
|
||||||
|
always = false;
|
||||||
|
notification = false;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
@@ -163,6 +169,11 @@ in {
|
|||||||
dwt = "enabled";
|
dwt = "enabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
output = {
|
||||||
|
"*" = {
|
||||||
|
bg = "${../../wallpapers/metroid-samus-returns-kz-3440x1440.jpg} fill";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -167,6 +167,12 @@
|
|||||||
AutoRaiseInterval = 750; # Delay in ms before auto-raise (if enabled)
|
AutoRaiseInterval = 750; # Delay in ms before auto-raise (if enabled)
|
||||||
DelayFocusInterval = 0; # Delay in ms before focus follows mouse
|
DelayFocusInterval = 0; # Delay in ms before focus follows mouse
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Desktop wallpaper configuration
|
||||||
|
plasma-localerc.Formats.LANG = "en_US.UTF-8";
|
||||||
|
|
||||||
|
# Set wallpaper for all desktops
|
||||||
|
plasmarc.Wallpapers.usersWallpapers = "${../../wallpapers/metroid-samus-returns-kz-3440x1440.jpg}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user