diff options
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 4 |
1 files changed, 0 insertions, 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, |
