Set wallpaper path for sway and regreet.
This commit is contained in:
parent
3b76a4eabf
commit
8cb423eb70
2 changed files with 6 additions and 1 deletions
|
@ -68,7 +68,7 @@ pkgs.writeText "config" ''
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper
|
||||
output * bg ${../../../assets/mount3.jpg} fill
|
||||
output * bg /persist/data/wallpaper.jpg fill
|
||||
#output eDP-1 scale 1.5
|
||||
#
|
||||
# Example configuration:
|
||||
|
|
|
@ -42,6 +42,11 @@ in
|
|||
regreet = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = {
|
||||
path = "/persist/data/wallpaper.jpg";
|
||||
# Available values: "Fill", "Contain", "Cover", "ScaleDown"
|
||||
fit = "Fill";
|
||||
};
|
||||
GTK = {
|
||||
application_prefer_dark_theme = true;
|
||||
theme_name = lib.mkForce "Kanagawa-BL";
|
||||
|
|
Loading…
Reference in a new issue