Fix wallpaper
This commit is contained in:
parent
ef8232c543
commit
c6bbf0af16
2 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
cos.hyprland = {
|
||||
enable = true;
|
||||
wallpaper = builtins.toString ./TranscodedWallpaper.jpeg;
|
||||
wallpaper = builtins.toString ../TranscodedWallpaper.jpeg;
|
||||
};
|
||||
|
||||
# auto-mount USB drives
|
||||
|
|
|
|||
|
|
@ -157,6 +157,9 @@ let cfg = config.cos.hyprland; in
|
|||
xwayland = {
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue