forked from Shinonome/caelestia-cli
@@ -27,16 +27,16 @@ scheme_path = c_state_dir / "scheme.json"
|
|||||||
scheme_data_dir = cli_data_dir / "schemes"
|
scheme_data_dir = cli_data_dir / "schemes"
|
||||||
scheme_cache_dir = c_cache_dir / "schemes"
|
scheme_cache_dir = c_cache_dir / "schemes"
|
||||||
|
|
||||||
wallpapers_dir = pictures_dir / "Wallpapers"
|
wallpapers_dir = pictures_dir / os.getenv("CAELESTIA_WALLPAPERS_DIR", "Wallpapers")
|
||||||
wallpaper_path_path = c_state_dir / "wallpaper/path.txt"
|
wallpaper_path_path = c_state_dir / "wallpaper/path.txt"
|
||||||
wallpaper_link_path = c_state_dir / "wallpaper/current"
|
wallpaper_link_path = c_state_dir / "wallpaper/current"
|
||||||
wallpaper_thumbnail_path = c_state_dir / "wallpaper/thumbnail.jpg"
|
wallpaper_thumbnail_path = c_state_dir / "wallpaper/thumbnail.jpg"
|
||||||
wallpapers_cache_dir = c_cache_dir / "wallpapers"
|
wallpapers_cache_dir = c_cache_dir / "wallpapers"
|
||||||
|
|
||||||
screenshots_dir = pictures_dir / "Screenshots"
|
screenshots_dir = pictures_dir / os.getenv("CAELESTIA_SCREENSHOTS_DIR", "Screenshots")
|
||||||
screenshots_cache_dir = c_cache_dir / "screenshots"
|
screenshots_cache_dir = c_cache_dir / "screenshots"
|
||||||
|
|
||||||
recordings_dir = videos_dir / "Recordings"
|
recordings_dir = videos_dir / os.getenv("CAELESTIA_RECORDINGS_DIR", "Recordings")
|
||||||
recording_path = c_state_dir / "record/recording.mp4"
|
recording_path = c_state_dir / "record/recording.mp4"
|
||||||
recording_notif_path = c_state_dir / "record/notifid.txt"
|
recording_notif_path = c_state_dir / "record/notifid.txt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user