diff options
| -rw-r--r-- | .config/awesome/rc.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 4819fa2..0a58a0b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -122,7 +122,6 @@ awful.screen.connect_for_each_screen(function(s)          layout = wibox.layout.align.horizontal,          { -- Left widgets              layout = wibox.layout.fixed.horizontal, -            s.mylayoutbox,              s.mytaglist,              s.mypromptbox,          }, @@ -132,6 +131,7 @@ awful.screen.connect_for_each_screen(function(s)              mykeyboardlayout,              wibox.widget.systray(),              mytextclock, +            s.mylayoutbox,          },      }  end) | 
