changed paths to ~ instead of hardcoding them to /home/Nicholai
This commit is contained in:
parent
b2f5e65c06
commit
e4af8e463e
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
Repo="/home/Nicholai/Pictures/Wallpapers"
|
||||
Dir_Wallpapers="/home/Nicholai/Nextcloud/Mini-Arch/Wallpaper-Repo/"
|
||||
Script_Resort="/home/Nicholai/scripts/sort_images_by_color.py"
|
||||
Repo="~/Pictures/Wallpapers"
|
||||
Dir_Wallpapers="~/Nextcloud/Mini-Arch/Wallpaper-Repo/"
|
||||
Script_Resort="~/scripts/sort_images_by_color.py"
|
||||
|
||||
# 1. Resort wallpapers
|
||||
python "$Script_Resort" "$Dir_Wallpapers"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user