No more systran anywhere.
authorPierre Habouzit <madcoder@debian.org>
Sun, 27 Sep 2009 19:46:03 +0000 (21:46 +0200)
committerPierre Habouzit <madcoder@debian.org>
Sun, 27 Sep 2009 19:46:03 +0000 (21:46 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
config/awesome/rc.lua

index 9e622cb..d79b75d 100644 (file)
@@ -224,7 +224,6 @@ awful.hooks.timer.register(10, clock_update)
 -- }}}
 
 mymenubox = widget{ type = "textbox", name = "mytextbox", align = "left" }
--- mysystray = widget{ type = "systray", name = "mysystray", align = "right" }
 
 -- {{{ Statusbar
 
@@ -246,8 +245,6 @@ for s = 1, screen.count() do
         rspacer, cputextwidget, cpugraphwidget,
         rspacer, memtextwidget,
         rspacer, clockwidget,
-        s == 1 and rspacer or nil,
-        s == 1 and mysystray or nil,
     }
     mainstatusbar[s].screen = s
 end