Anonymous
02/09/13(Sat)21:28 No.31409481 >>31409230
First
download the theme, tar.gz files are compressed archive file just like
.zip and .rar so open it with your archive manager, if you don't have
one then install one like squeeze or file-roller from your distro
package manager, If you do not wish to install one then you can unpack a
tar.gz file from terminal using the command tar -x archive-name-here
after
you unpack the the theme you can put it anywhere but i would suggest
you put under the directory ~/.config/awesome. so its path will look
like ~/.config/awesome/themename or ~/.config/awesome/themes/themename
after
that open the file ~/.config/awesome/rc.lua with your editor of choice
(nano for cli or gedit for gui) and search for the line that goes like
this "beautiful.init......." it should be around line 45.
Now you have to change that entry into this
beautiful.init(awful.util.getdir("config") .. "/themename/theme.lua")
or instead /themes/themename/theme.lua depending on where you put the theme folder
now you should be all set all you have to do restart awesome for the theme to change, you can do that from the menu
as for (>>31409258)
MOD4 should usually be your windows key
and
finally since you asked all these question im going to have to say that
awesome is really not the wm your looking for and i would strongly
suggest you start with something easier like openbox or even a whole DE
like lxde or xfce4