Closed ben2talk closed 11 months ago
I use Variety with some Mouse Gestures. Thus I can do 'next, prev, move to favourites, trash' from a gesture:
Sometimes I wish to slightly edit (Vignette/blur) a wallpaper before moving it to favourites to keep my conky visible.
I must click the tray icon (which I prefer hidden) to open a file.
Describe the solution you'd like variety -o to open a file.
Ok, solutions for this:
#!/bin/bash variety --get > /tmp/variety-get.txt while read -r line; do gwenview "${line}" done < /tmp/variety-get.txt exit 0
gimp $(variety --get)
Hmmm, better solution ;)
variety 0.8.11-1
I use Variety with some Mouse Gestures. Thus I can do 'next, prev, move to favourites, trash' from a gesture:
Issue
Sometimes I wish to slightly edit (Vignette/blur) a wallpaper before moving it to favourites to keep my conky visible.
I must click the tray icon (which I prefer hidden) to open a file.
Describe the solution you'd like variety -o to open a file.