diff options
author | Mateja <mail@matejamaric.com> | 2021-04-30 12:05:10 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-30 12:05:10 +0200 |
commit | c6fc484be86316b9a5f96b68aaaf192671983d17 (patch) | |
tree | d04834f960cffbbc939290f03856b6c9b89a8753 | |
parent | 8a884ff8e98d6f33076449151cd4e16f5a6ec841 (diff) | |
download | dotfiles-c6fc484be86316b9a5f96b68aaaf192671983d17.tar.gz dotfiles-c6fc484be86316b9a5f96b68aaaf192671983d17.zip |
Move system tray.
-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 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, }, } |