Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2019-05-15 11:50:16 +03:00
parent 32a0422f7f
commit 8544bb8cd4
4 changed files with 24 additions and 20 deletions

View File

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