swww -> awww

This commit is contained in:
Keisuke Hirata 2026-04-19 08:26:43 +09:00
parent 583fa01873
commit 69b8ac60b8
4 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ let
exec-once = [ exec-once = [
# "/usr/lib/polkit-kde-authentication-agent-1" # "/usr/lib/polkit-kde-authentication-agent-1"
# "dunst" # "dunst"
"swww-daemon" "awww-daemon"
# "copyq --start-server" # "copyq --start-server"
# "wl-paste --type text --watch cliphist store" # "wl-paste --type text --watch cliphist store"
# "wl-paste --type image --watch cliphist store" # "wl-paste --type image --watch cliphist store"
@ -224,7 +224,7 @@ in
options.hare.hyprland.wallpaperCommand = mkOption { options.hare.hyprland.wallpaperCommand = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;
default = null; 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 = { config = {
@ -241,7 +241,7 @@ in
rosePineHyprcursor rosePineHyprcursor
] ]
++ (with pkgs; [ ++ (with pkgs; [
swww awww
eww eww
hyprshot hyprshot
]); ]);

View File

@ -29,7 +29,7 @@
]; ];
hare.hyprland = { hare.hyprland = {
input.sensitivity = -1.0; 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; programs.nix-index-database.comma.enable = true;

View File

@ -18,7 +18,7 @@
hare.hyprland = { hare.hyprland = {
style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; }; style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; };
input.sensitivity = -0.6; input.sensitivity = -0.6;
wallpaperCommand = "swww img /usr/share/wallpaper/"; wallpaperCommand = "awww img /usr/share/wallpaper/";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
vivaldi vivaldi

View File

@ -11,7 +11,7 @@
services.hypridle.enable = true; services.hypridle.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
swww awww
eww eww
]; ];
} }