Last active
August 31, 2023 20:49
-
-
Save renegarcia/6693cae9c4ac455b878eb1babc413c03 to your computer and use it in GitHub Desktop.
Kde Update 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
#!/usr/bin/env fish | |
#Update your wallpaper image from Bing's daily image in KDE. | |
#Requirements | |
# Fish shell | |
# kwallpaper.py available here: | |
# https://gist.github.com/renegarcia/3890018ebab038f1f2e8adc8e3903231 | |
# wpx (https://pypi.org/project/wpx/) | |
set fname (wpx -d {$HOME}/Pictures/wallpapers --set-desktop --daily bing) | |
kwallpaper.py $fname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment