Fix path
This commit is contained in:
@@ -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 &
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user