Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced control. #664

Closed
ben2talk opened this issue Dec 7, 2023 · 1 comment
Closed

Enhanced control. #664

ben2talk opened this issue Dec 7, 2023 · 1 comment

Comments

@ben2talk
Copy link

ben2talk commented Dec 7, 2023

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:

2023-12-07 11:43:27

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.

@ben2talk
Copy link
Author

ben2talk commented Dec 9, 2023

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 ;)

@ben2talk ben2talk closed this as completed Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant