diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index cf5f6044..03db87f7 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -249,7 +249,7 @@ awful.screen.connect_for_each_screen(function(s)
       wibox.widget.systray(),
       require "widgets.battery",
       mytextclock,
-      s.mylayoutbox,
+      -- s.mylayoutbox,
     },
   }
 end)