This commit is contained in:
Marco Thomas
2021-03-18 07:57:37 +01:00
parent 1c1f765137
commit 8789ff40e1
2 changed files with 3 additions and 3 deletions

View File

@@ -17,5 +17,5 @@ nm-applet &
~/scripts/polybar.sh & ~/scripts/polybar.sh &
# wallpaper # wallpaper
# feh --bg-scale $HOME/data/nextcloud/Wallpaper/wallpaper.png feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 & #asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 50 &

View File

@@ -35,7 +35,7 @@ def list_wallpapers(wallpaper_list, *args):
if __name__ == "__main__": if __name__ == "__main__":
### DEFAULT WALLPAPER DIRECTORY HERE ### DEFAULT WALLPAPER DIRECTORY HERE
path = "data/wallpaper" path = "data/nextcloud/wallpaper"
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("-q", "--query", help="Refine selection") parser.add_argument("-q", "--query", help="Refine selection")