From aa641424fee2a5e54f83350badb8b680460236f5 Mon Sep 17 00:00:00 2001 From: subh Date: Wed, 25 Mar 2026 17:51:20 +0530 Subject: Accomodated changes for awww --- hyprland/hyprland.conf | 2 +- scripts/wallpaper-picker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 1f553ea..2e68cb9 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -34,7 +34,7 @@ $CONFIG = /home/subh/.config # exec-once = nm-applet & exec-once = qs & exec-once = swaync & -exec-once = swww-daemon & swww img $HOME/wallpapers/Arcade_decay_red.png +exec-once = awww-daemon & awww img $HOME/wallpapers/Arcade_decay_red.png exec-once = swayidle -w before-sleep '/opt/scripts/lock.sh' & exec-once = wl-paste --type text --watch cliphist store & exec-once = wl-paste --type image --watch cliphist store & diff --git a/scripts/wallpaper-picker.sh b/scripts/wallpaper-picker.sh index 266c6dd..e215d2c 100755 --- a/scripts/wallpaper-picker.sh +++ b/scripts/wallpaper-picker.sh @@ -8,7 +8,7 @@ choices=$(find "$WALL_DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -o -iname | rofi -dmenu -i -p "Pick wallpaper") [ -z "$choices" ] && exit -swww img "$choices" \ +awww img "$choices" \ --transition-fps 60 \ --transition-type any -- cgit v1.2.3