Just a minor issue i just found that affects the "Save Image" functionality.
Change:
save_folder="$HOME/Screenshots"
With:
save_folder="${HOME}/Screenshots"
Btw, very helpful script, i made something similar in the past using scrot but i lost the script and when i found this i mean, it's just perfect.
Just a minor issue i just found that affects the "Save Image" functionality.
Change:
save_folder="$HOME/Screenshots"With:
save_folder="${HOME}/Screenshots"Btw, very helpful script, i made something similar in the past using scrot but i lost the script and when i found this i mean, it's just perfect.