A fallout inspired theme for the awesome window manager.
First you need to clone the repository in your ~/.config/themes
folder:
git clone git@github.com:matthias-guenther/awesome-fallout.git ~/.config/awesome/themes
Next copy the theme.lua
file into the awesome folder
:
cp ~/.config/awesome/themes/awesome-fallout/theme.lua ~/.config/awesome/
Add the the following line into your rc.lua
file:
beautiful.init(home .. "/.config/awesome/theme.lua")
You can change the background image as well as the icon for the start icon. To do so you have to change the lines in
theme.lua
file:
-- Start icon and wallpaper
theme.awesome_icon = themedir .. "/images/pipboy_face.gif"
wallpaper = themedir .. "/images/fallout_ship.jpg"
For the icons
you can chose between:
pipboy_face.gif, pipboy_got_ya.gif, pipboy_standing.gif, pipboy_thumbs_up.gif and
vault_door.gif
For the wallpaper
you can chose between:
fallout_capitol.jpg, fallout_enclave.jpg, fallout_lost.jpg, fallout_man_and_dog.jpg
and `fallout_ship.jpg`
theme.awesome_icon = themedir .. "/images/pipboy_face.gif"
wallpaper = themedir .. "/images/fallout_ship.jpg"
theme.awesome_icon = themedir .. "/images/vault_door.gif"
wallpaper = themedir .. "/images/fallout_man_and_dog.jpg"
theme.awesome_icon = themedir .. "/images/pipboy_thumbs_up.gif"
wallpaper = themedir .. "/images/fallout_lost.jpg"
theme.awesome_icon = themedir .. "/images/pipboy_standing.gif"
wallpaper = themedir .. "/images/fallout_enclave.jpg"
theme.awesome_icon = themedir .. "/images/pipboy_standing.gif"
wallpaper = themedir .. "/images/fallout_capitol.jpg"
The rights of the wallpapers belongs to Bethesda Softworks. Thanks to Peter Langhofer for helping me with clarifying the copyright.