From 31678ade84b1b874ddeea09afc834efcac24466f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 8 Oct 2017 21:26:53 +0100 Subject: Hide keyboard layout widget --- .config/awesome/rc.lua | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3