mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-31 06:56:13 +02:00
misc: cleanup
This commit is contained in:
parent
7c3e1ad4e8
commit
d364829fa5
@ -106,9 +106,9 @@ def process_args(args):
|
|||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
if args.f == "list_themes":
|
if args.f == "list_themes":
|
||||||
themes = theme.index()
|
themes = [theme.name.replace(".json", "") for theme in theme.index()]
|
||||||
themes = [theme.name.replace(".json", "") for theme in themes]
|
|
||||||
print("Themes:", ", ".join(themes))
|
print("Themes:", ", ".join(themes))
|
||||||
|
print("Extra: 'random (select a random theme)'")
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
if args.q:
|
if args.q:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user