diff --git a/systems/modules/home/wm/hyprland.nix b/systems/modules/home/wm/hyprland.nix index 325e0af..8849c2f 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -161,6 +161,12 @@ in (mkLuaInline '' function() hl.exec_cmd("waybar") + hl.monitor({ + output = "", + mode = "preferred", + position = "auto", + scale = 1, + }) end'') ]; }; diff --git a/systems/modules/home/wm/hyprpaper.nix b/systems/modules/home/wm/hyprpaper.nix index c9a9805..83dfc89 100644 --- a/systems/modules/home/wm/hyprpaper.nix +++ b/systems/modules/home/wm/hyprpaper.nix @@ -10,14 +10,20 @@ in enable = true; settings = { + splash = false; preload = [ wallpaper wallpaper2 wallpaper3 ]; + wallpaper = [ - ",${wallpaper3}" + { + monitor = ""; + path = wallpaper3; + } ]; }; }; } +