swww -> awww
This commit is contained in:
parent
583fa01873
commit
69b8ac60b8
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
services.hypridle.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
swww
|
||||
awww
|
||||
eww
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user