mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-05 00:24:23 +02:00
themes: Enhance listing.
This commit is contained in:
parent
68e20cc90a
commit
4bcde0f23f
@ -50,5 +50,5 @@ def get(img, cache_dir=CACHE_DIR):
|
|||||||
# Cache the image file path.
|
# Cache the image file path.
|
||||||
util.save_file(wal_img, os.path.join(cache_dir, "wal"))
|
util.save_file(wal_img, os.path.join(cache_dir, "wal"))
|
||||||
|
|
||||||
logging.info("Using image %s.", wal_img)
|
logging.info("Using image \033[1;37m%s\033[0m.", wal_img)
|
||||||
return wal_img
|
return wal_img
|
||||||
|
@ -72,6 +72,8 @@ def file(input_file):
|
|||||||
|
|
||||||
# Parse the theme file.
|
# Parse the theme file.
|
||||||
if os.path.isfile(theme_file):
|
if os.path.isfile(theme_file):
|
||||||
|
logging.info("Set theme to \033[1;37m%s\033[0m.",
|
||||||
|
os.path.basename(theme_file))
|
||||||
return parse(theme_file)
|
return parse(theme_file)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user