my_config

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2016-10-04 15:34:25 +03:00
parent 5fd9489f14
commit fd3bca11c5
6 changed files with 17 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ class BspwmTaskbar < Worker
if line == "\n"
self.write ""
else
tmpl = Template.new(@config['mod']['bspwm_taskbar']['begin'] + line.chomp + @config['mod']['bspwm_taskbar']['end'])
tmpl = Template.new(@my_config['begin'] + line.chomp + @my_config['end'])
self.write tmpl.render(@config, nil)
end
end