More cleaning
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user