fix: reorg dirs

This commit is contained in:
Barrett Ruth 2026-02-14 21:52:18 -05:00
parent e610f7d781
commit f9f756d80b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 55 additions and 15 deletions

View file

@ -13,7 +13,7 @@ except ImportError:
sys.exit(1)
HOME = os.environ["HOME"]
DIR = f"{HOME}/img/screen"
DIR = f"{HOME}/Pictures/Screensavers"
os.makedirs(DIR, exist_ok=True)