diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 6a0766f..c9a291f 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -39,7 +39,7 @@ "hash dbus-update-activation-environment 2>/dev/null &" "dbus-update-activation-environment --systemd &" "${pkgs.wl-clip-persist}/bin/wl-clip-persist --clipboard both" - "swww-daemon &" + "awww-daemon &" "poweralertd &" "waybar &" "swaync &" diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 5b6d0d3..196668a 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -1,7 +1,7 @@ { inputs, pkgs, ... }: { home.packages = with pkgs; [ - swww + awww grimblast hyprpicker grim diff --git a/modules/home/scripts/scripts/setbg b/modules/home/scripts/scripts/setbg index e796894..0ac0c93 100644 --- a/modules/home/scripts/scripts/setbg +++ b/modules/home/scripts/scripts/setbg @@ -2,4 +2,4 @@ magick convert "$1" ~/.local/share/bg.png wal -i "$1" -swww img ~/.local/share/bg.png --transition-type fade +awww img ~/.local/share/bg.png --transition-type fade diff --git a/modules/home/scripts/scripts/unfuck.sh b/modules/home/scripts/scripts/unfuck.sh index 44801e7..c4b9d9b 100644 --- a/modules/home/scripts/scripts/unfuck.sh +++ b/modules/home/scripts/scripts/unfuck.sh @@ -21,9 +21,9 @@ usage() { } unfuck_wallpaper() { - pkill swww-daemon - setsid swww-daemon & - swww img ~/.local/share/bg.png + pkill awww-daemon + setsid awww-daemon & + awww img ~/.local/share/bg.png } unfuck_fingerprint() { diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 2b1043a..07ed2b9 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -196,7 +196,7 @@ in { command = "hash dbus-update-activation-environment 2>/dev/null &"; } { command = "dbus-update-activation-environment --systemd &"; } { command = "wl-clip-persist --clipboard both"; } - { command = "swww-daemon &"; } + { command = "awww-daemon &"; } { command = "poweralertd &"; } { command = "waybar &"; } { command = "swaync &"; } diff --git a/roles/gui.nix b/roles/gui.nix index 26f375f..3ce88b1 100644 --- a/roles/gui.nix +++ b/roles/gui.nix @@ -114,7 +114,7 @@ in # (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) pkgs.twemoji-color-font pkgs.noto-fonts-color-emoji - pkgs.swww + pkgs.awww pkgs.pywal16 ]; };