You are not logged in.
Pages: 1
Hello
how to change position of a text widget in tasklist bar in awesome wm, for example, I want to put a text.widget beside the taglist.(vicious widget).
Last edited by abdeo (2013-08-30 02:17:45)
Offline
you'll have to edit ~/.config/awesome/rc.lua to do that. some of that is explained in the wiki at https://wiki.archlinux.org/index.php/Awesome and there's more on the awesome wiki: http://awesome.naquadah.org/wiki/Main_Page
Offline
Thanks anyway, I solved it using
awful.widget.layout.margins[memwidget.widget] = { top = 4 }Offline
Pages: 1