X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=config%2Fawesome%2Frc.lua;h=d79b75d9d8a58ae4a5230ee79419c0a51150d446;hb=995588c56847b7aeaeee665e5468eaa18da73fd5;hp=9e622cb1c3a8a66d473cf72bde8d30c457ae8cb7;hpb=5a862dc4833fee9676263244a029f29cd9a78d8d;p=~madcoder%2Fdotfiles.git 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