mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
adding ability to use variables from the config file in templates
This commit is contained in:
@@ -73,6 +73,7 @@ def load_config(confpath, profile):
|
||||
opts['link'] = False
|
||||
opts['debug'] = True
|
||||
opts['dopts'] = ''
|
||||
opts['variables'] = {}
|
||||
return conf, opts
|
||||
|
||||
|
||||
|
||||
@@ -161,6 +161,7 @@ exec bspwm
|
||||
conf, opts = load_config(confpath, profile)
|
||||
opts['safe'] = False
|
||||
opts['debug'] = True
|
||||
opts['variables'] = {}
|
||||
install(opts, conf)
|
||||
|
||||
# now compare the generated files
|
||||
|
||||
Reference in New Issue
Block a user