Skip to content

Instantly share code, notes, and snippets.

@renegarcia
Last active August 31, 2023 20:49
Show Gist options
  • Save renegarcia/6693cae9c4ac455b878eb1babc413c03 to your computer and use it in GitHub Desktop.
Save renegarcia/6693cae9c4ac455b878eb1babc413c03 to your computer and use it in GitHub Desktop.
Kde Update Wallpaper
#!/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