diff --git a/hyprland/rules/gen-fixes.conf b/hyprland/rules/gen-fixes.conf index def55d6..d98c1b0 100644 --- a/hyprland/rules/gen-fixes.conf +++ b/hyprland/rules/gen-fixes.conf @@ -1,9 +1,3 @@ # Fix dragging issues with XWayland windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 exec-once = swww img $HOME/dotfiles/img/oil.gif -exec-once = regreet; hyprctl dispatch exit -misc { - disable_hyprland_logo = true - disable_splash_rendering = true - disable_hyprland_qtutils_check = true -} diff --git a/img/oil.jpg b/img/oil.jpg new file mode 100644 index 0000000..2a54ae6 Binary files /dev/null and b/img/oil.jpg differ diff --git a/nix/modules/base.nix b/nix/modules/base.nix index 41d0a37..2fc7c3f 100644 --- a/nix/modules/base.nix +++ b/nix/modules/base.nix @@ -86,7 +86,7 @@ services.greetd.enable = true; programs.regreet = { enable = true; settings = { - background.path = "/home/${variables.username}/dotfiles/img/oil.gif"; + background.path = "/home/${variables.username}/dotfiles/img/oil.jpg"; background.fit = "fill"; GTK.application_prefer_dark_theme = "true"; };