forked from pikhq/sabotage
-
Notifications
You must be signed in to change notification settings - Fork 69
awesome wm
robotanarchy edited this page Feb 26, 2015
·
2 revisions
Currently the recipes for awesome
are located here. A pull request will be made once these are considered good enough.
butch install awesome
The multicolor theme from awesome-copycats works (probably the other themes from there, too). You'll only need to patch ~/.config/awesome/lain/widgets/yawn/init.lua
,
hardcode local language
to en_US
:
local language = "en_US" -- string.match(os.getenv("LANG"), "(%S*$*)[.]") or "en_US" -- if LANG is not set