diff options
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index c875777..2d41feb 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -123,11 +123,6 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- Create a textclock widget mytextclock = wibox.widget.textclock(' %H:%M ') -acwidget = wibox.widget.imagebox() -acwidget:set_image(awful.util.getdir("config") .. "/power-ac.png") -acwidget.visible = false - - function bat_string(widget, state) local charge = ' Bat:' .. state[2] .. '% ' @@ -251,7 +246,6 @@ awful.screen.connect_for_each_screen(function(s) mykeyboardlayout, cpuwidget, batwidget, - --acwidget s.mylayoutbox, wibox.widget.systray(), mytextclock, |
