From c6fc484be86316b9a5f96b68aaaf192671983d17 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 30 Apr 2021 12:05:10 +0200 Subject: Move system tray. --- .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 01fa04a..6400075 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -126,8 +126,8 @@ awful.screen.connect_for_each_screen(function(s) { -- Right widgets layout = wibox.layout.fixed.horizontal, mykeyboardlayout, - wibox.widget.systray(), mytextclock, + wibox.widget.systray(), s.mylayoutbox, }, } -- cgit v1.2.3