diff options
-rw-r--r-- | .config/awesome/rc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index cc7338c..50b5778 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -528,7 +528,6 @@ awful.screen.connect_for_each_screen(function(s) s.mytasklist, -- Middle widget { -- Right widgets layout = wibox.layout.fixed.horizontal, - s.index == 1 and mykeyboardlayout, s.index == 1 and wibox.widget.systray(), s.index == 1 and dividerwidget, s.index == 1 and volwidget, |