For example quotes from default rc.lua: mytextclock = awful.widget.textclock() right_layout:add(mytextclock) layout:set_right(right_layout) mywibox[s]:set_widget(layout)
Two questions: 1. How to remove widget mytextclock from mywibox? 2. How to remove widget mytextclock at all? Is that enough mytextclock = nil ? -- To unsubscribe, send mail to [email protected].
