diff --git a/home-manager/hyprland/default.nix b/home-manager/hyprland/default.nix index 6335030..a62ce5e 100644 --- a/home-manager/hyprland/default.nix +++ b/home-manager/hyprland/default.nix @@ -31,7 +31,7 @@ let exec-once = [ # "/usr/lib/polkit-kde-authentication-agent-1" # "dunst" - "swww-daemon" + "awww-daemon" # "copyq --start-server" # "wl-paste --type text --watch cliphist store" # "wl-paste --type image --watch cliphist store" @@ -224,7 +224,7 @@ in options.hare.hyprland.wallpaperCommand = mkOption { type = types.nullOr types.str; default = null; - description = "Command to set the wallpaper (e.g., \"swww img \"); appended to Hyprland's exec list when provided."; + description = "Command to set the wallpaper (e.g., \"awww img \"); appended to Hyprland's exec list when provided."; }; config = { @@ -241,7 +241,7 @@ in rosePineHyprcursor ] ++ (with pkgs; [ - swww + awww eww hyprshot ]); diff --git a/hosts/arcadia/hare/home-manager.nix b/hosts/arcadia/hare/home-manager.nix index 8e6d11f..bf108bd 100644 --- a/hosts/arcadia/hare/home-manager.nix +++ b/hosts/arcadia/hare/home-manager.nix @@ -29,7 +29,7 @@ ]; hare.hyprland = { input.sensitivity = -1.0; - wallpaperCommand = "swww img /usr/share/wallpaper/arknights-02.jpg"; + wallpaperCommand = "awww img /usr/share/wallpaper/arknights-02.jpg"; }; programs.nix-index-database.comma.enable = true; diff --git a/hosts/x1carbon/hare/home-manager.nix b/hosts/x1carbon/hare/home-manager.nix index 9df1921..68f3062 100644 --- a/hosts/x1carbon/hare/home-manager.nix +++ b/hosts/x1carbon/hare/home-manager.nix @@ -18,7 +18,7 @@ hare.hyprland = { style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; }; input.sensitivity = -0.6; - wallpaperCommand = "swww img /usr/share/wallpaper/"; + wallpaperCommand = "awww img /usr/share/wallpaper/"; }; home.packages = with pkgs; [ vivaldi diff --git a/programs/desktop/hyprland.nix b/programs/desktop/hyprland.nix index 27b2e86..50e674b 100644 --- a/programs/desktop/hyprland.nix +++ b/programs/desktop/hyprland.nix @@ -11,7 +11,7 @@ services.hypridle.enable = true; environment.systemPackages = with pkgs; [ - swww + awww eww ]; }