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 = {
|
cos.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wallpaper = builtins.toString ./TranscodedWallpaper.jpeg;
|
wallpaper = builtins.toString ../TranscodedWallpaper.jpeg;
|
||||||
};
|
};
|
||||||
|
|
||||||
# auto-mount USB drives
|
# auto-mount USB drives
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,9 @@ let cfg = config.cos.hyprland; in
|
||||||
xwayland = {
|
xwayland = {
|
||||||
force_zero_scaling = true;
|
force_zero_scaling = true;
|
||||||
};
|
};
|
||||||
|
misc = {
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue