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