diff --git a/home-manager/programs/hyprpanel/default.nix b/home-manager/programs/hyprpanel/default.nix index 9085eca..c3ed0b9 100644 --- a/home-manager/programs/hyprpanel/default.nix +++ b/home-manager/programs/hyprpanel/default.nix @@ -9,7 +9,6 @@ programs.hyprpanel = { enable = true; - systemd.enable = false; }; }; } diff --git a/home-manager/users/nathan/dotfiles/hyprpanel/config.json b/home-manager/users/nathan/dotfiles/hyprpanel/config.json index 1e2004f..d36b23f 100644 --- a/home-manager/users/nathan/dotfiles/hyprpanel/config.json +++ b/home-manager/users/nathan/dotfiles/hyprpanel/config.json @@ -32,7 +32,7 @@ }, "theme.bar.opacity": 50, "wallpaper.image": "/tmp/nathan/bg", - "wallpaper.enable": true, + "wallpaper.enable": false, "theme.matugen_settings.scheme_type": "content", "theme.matugen_settings.variation": "standard_2", "theme.matugen": true, diff --git a/home-manager/users/nathan/packages/scripts/default.nix b/home-manager/users/nathan/packages/scripts/default.nix index 4c02489..fcddd55 100644 --- a/home-manager/users/nathan/packages/scripts/default.nix +++ b/home-manager/users/nathan/packages/scripts/default.nix @@ -33,10 +33,10 @@ chmod 600 /tmp/nathan/bg fi img=''$(realpath ''${1:-/tmp/nathan/bg}) + hyprctl dispatch exec ${pkgs.swww}/bin/swww img ''$img -t random ${pkgs.hyprpanel}/bin/hyprpanel sw ''$img changeColors ''$img ''$2 '') -# ${pkgs.swww}/bin/swww img ''$img (pkgs.writeShellScriptBin "changeColors" '' @@ -101,7 +101,7 @@ rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid fi - hyprctl dispatch exec ${pkgs.hyprpanel} + hyprctl dispatch exec ${pkgs.swww}/bin/swww-daemon hyprctl dispatch exec "setWallpaper /tmp/nathan/bg" hyprctl dispatch exec ${pkgs.pyprland}/bin/pypr