diff options
| author | subh <subh@example.com> | 2026-03-25 17:51:20 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-03-25 17:51:20 +0530 |
| commit | aa641424fee2a5e54f83350badb8b680460236f5 (patch) | |
| tree | a1faa0a4c90c704967b0c0b914e12a8e9a15674c /scripts | |
| parent | 3c2bdebc26d51cbb961913a71244e53ef90f656e (diff) | |
Accomodated changes for awww
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wallpaper-picker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
