More cleaning

This commit is contained in:
soraefir
2026-06-14 11:30:36 +02:00
parent abce77a6a6
commit 65b88e8c55
4 changed files with 7 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ in {
print "img:" $0 ":text:" image_file;
}')
IMG=$WPDIR/$(echo "$RES" | wofi --dmenu --allow-images show-icons true -theme-str '#window { width: 50%; }' -p "Choose wallpaper:")
IMG=$WPDIR/$(echo "$RES" | ${pkgs.wofi}/bin/wofi --dmenu --allow-images show-icons true -theme-str '#window { width: 50%; }' -p "Choose wallpaper:")
IMG=$(echo "$IMG" | awk -F ':' '{print $2}')
${pkgs.awww}/bin/awww img $IMG
'';