swww -> awww

This commit is contained in:
2026-04-19 08:26:43 +09:00
parent 583fa01873
commit 69b8ac60b8
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 <path>\"); appended to Hyprland's exec list when provided.";
description = "Command to set the wallpaper (e.g., \"awww img <path>\"); appended to Hyprland's exec list when provided.";
};
config = {
@@ -241,7 +241,7 @@ in
rosePineHyprcursor
]
++ (with pkgs; [
swww
awww
eww
hyprshot
]);