From: Pierre Habouzit Date: Sun, 27 Sep 2009 19:46:03 +0000 (+0200) Subject: No more systran anywhere. X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=c39faa73743b64d701fb8c717567c39f780c35a3;hp=f66362065fac2f06f587a611dcc0672b98e56c14;p=~madcoder%2Fdotfiles.git No more systran anywhere. Signed-off-by: Pierre Habouzit --- diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 9e622cb..d79b75d 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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