From f1a7a56d2086d07afa6ca214e15608aac64d9640 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 29 Sep 2017 15:24:16 +0200 Subject: awesome: remove unneeded keyboard layout widget --- awesome/rc.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 2d41feb..51e5bf9 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -116,9 +116,6 @@ mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, menubar.utils.terminal = terminal -- Set the terminal for applications that require it -- }}} --- Keyboard map indicator and switcher -mykeyboardlayout = awful.widget.keyboardlayout() - -- {{{ Wibar -- Create a textclock widget mytextclock = wibox.widget.textclock(' %H:%M ') @@ -243,7 +240,6 @@ awful.screen.connect_for_each_screen(function(s) s.mytasklist, -- Middle widget { -- Right widgets layout = wibox.layout.fixed.horizontal, - mykeyboardlayout, cpuwidget, batwidget, s.mylayoutbox, -- cgit v1.2.3