mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
theme: fix paths
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
eb35fcb057
commit
b117f2cf47
1 changed files with 3 additions and 3 deletions
|
@ -48,14 +48,14 @@ titlebar_close_button = true
|
||||||
|
|
||||||
# Define the image to load
|
# Define the image to load
|
||||||
@ (if titlebar_close_button_[normal|focus] these values are ignored)
|
@ (if titlebar_close_button_[normal|focus] these values are ignored)
|
||||||
#titlebar_close_button_img_normal = @AWESOME_THEMES_PATH@/titlebar/closea.png
|
#titlebar_close_button_img_normal = @AWESOME_THEMES_PATH@/default/titlebar/closea.png
|
||||||
#titlebar_close_button_img_focus = @AWESOME_THEMES_PATH@/titlebar/closera.png
|
#titlebar_close_button_img_focus = @AWESOME_THEMES_PATH@/default/titlebar/closera.png
|
||||||
# Or create your own close button
|
# Or create your own close button
|
||||||
#titlebar_close_button_normal = <span>...</span>
|
#titlebar_close_button_normal = <span>...</span>
|
||||||
#titlebar_close_button_focus = <span>...</span>
|
#titlebar_close_button_focus = <span>...</span>
|
||||||
|
|
||||||
# You can use your own command to set your wallpaper
|
# You can use your own command to set your wallpaper
|
||||||
wallpaper_cmd = awsetbg @AWESOME_THEMES_PATH@/theme/background.png
|
wallpaper_cmd = awsetbg @AWESOME_THEMES_PATH@/default/background.png
|
||||||
|
|
||||||
# You can use your own layout icons like this:
|
# You can use your own layout icons like this:
|
||||||
layout_dwindle = @AWESOME_THEMES_PATH@/default/layouts/dwindlew.png
|
layout_dwindle = @AWESOME_THEMES_PATH@/default/layouts/dwindlew.png
|
||||||
|
|
Loading…
Reference in a new issue