mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-26 04:21:22 +02:00
config: cleanup
This commit is contained in:
parent
a057497d13
commit
51d576a8fa
@ -158,7 +158,6 @@ def process_args(args):
|
|||||||
wallpaper.change(colors_plain["wallpaper"])
|
wallpaper.change(colors_plain["wallpaper"])
|
||||||
|
|
||||||
sequences.send(colors_plain, to_send=not args.s)
|
sequences.send(colors_plain, to_send=not args.s)
|
||||||
|
|
||||||
export.every(colors_plain)
|
export.every(colors_plain)
|
||||||
|
|
||||||
if not args.e:
|
if not args.e:
|
||||||
|
@ -34,6 +34,5 @@ if not os.path.isfile(CONF_FILE):
|
|||||||
util.create_dir(CONF_DIR)
|
util.create_dir(CONF_DIR)
|
||||||
shutil.copy2(DEFAULT_CONF_FILE, CONF_DIR)
|
shutil.copy2(DEFAULT_CONF_FILE, CONF_DIR)
|
||||||
|
|
||||||
|
|
||||||
CONFIG = configparser.ConfigParser()
|
CONFIG = configparser.ConfigParser()
|
||||||
CONFIG.read(CONF_FILE)
|
CONFIG.read(CONF_FILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user