fix: reorg dirs
This commit is contained in:
parent
e610f7d781
commit
f9f756d80b
8 changed files with 55 additions and 15 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue