Last active
January 1, 2021 14:47
-
-
Save xvzftube/6efabb66c8525eb6e237759ed4972e9c to your computer and use it in GitHub Desktop.
Select wallpaper from sxiv and set as wallpaper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt install xwallpaper | |
sudo apt install sxiv | |
git clone https://gist.github.com/85942af486eb79118467.git ~/wallpapers | |
# Enter to get into thumbnail mode | |
# Mark desired image with M | |
# Wallpaper will set when window closes | |
sxiv -r -q -o * | xargs xwallpaper --stretch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment