From 73754ff860a46e3bca6cffe18cee383ed0de5c0f Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 26 Apr 2021 12:03:44 +0200 Subject: Move layout widget to right. --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3