added a default wallpaper to my awesoem theme

This commit is contained in:
Johannes Findeisen 2015-07-25 05:08:00 +02:00
commit ff8a69dedc
4 changed files with 8 additions and 1 deletions

View file

@ -11,3 +11,6 @@ packages. You are free to use the icon theme of your choice but you need to
configure this in "themes/hanez/theme.lua". The dependency to hicolor is not
configurable!
I use a default wallpaper provided by Willi Thiel licensed under CC BY-BC-SA
2.0 (https://creativecommons.org/licenses/by-nc-sa/2.0/). The source for this
image is: https://willithiel.photography/photo/31c3-saal-3

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

View file

@ -77,7 +77,7 @@ theme.titlebar_maximized_button_focus_inactive = "~/.config/awesome/themes/hane
theme.titlebar_maximized_button_normal_active = "~/.config/awesome/themes/hanez/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = "~/.config/awesome/themes/hanez/titlebar/maximized_focus_active.png"
theme.wallpaper = "/usr/share/awesome/themes/default/background.png"
theme.wallpaper = "~/.config/awesome/themes/hanez/31c3-saal-3.jpg"
-- You can use your own layout icons like this:
theme.layout_fairh = "~/.config/awesome/themes/hanez/layouts/fairhw.png"

View file

@ -14,6 +14,10 @@ This repo is for my personal use only. Feel free to take a look... ;)
I am using a lot of Git submodules so take care of the licenses of each project.
I use a default wallpaper provided by Willi Thiel licensed under CC BY-BC-SA
2.0 (https://creativecommons.org/licenses/by-nc-sa/2.0/). The source for this
image is: https://willithiel.photography/photo/31c3-saal-3
Clone to your $HOME
-------------------