diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-10-08 21:26:53 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2017-10-08 21:26:53 +0100 |
commit | 31678ade84b1b874ddeea09afc834efcac24466f (patch) | |
tree | 8a4409e142847e645b247881d436e7c126672aee | |
parent | 742de6890679d081c58c693641d2bdb68af4c6ae (diff) | |
download | awesome-31678ade84b1b874ddeea09afc834efcac24466f.tar.gz |
Hide keyboard layout widget
-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, |