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
|
@ -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…
Add table
Add a link
Reference in a new issue