Forgot to add this

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-05-15 16:40:18 +03:00
parent d3e4787481
commit dcae7a3410
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ class BspwmTaskbar < Worker
line.chomp!
if line == ""
self.write ""
else
self.write line
line = "desktop"
end
self.write line
end
end
end