diff options
Diffstat (limited to 'awesome/themes')
-rw-r--r-- | awesome/themes/zachir/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/themes/zachir/theme.lua b/awesome/themes/zachir/theme.lua index bef4f5c..17e9b2d 100644 --- a/awesome/themes/zachir/theme.lua +++ b/awesome/themes/zachir/theme.lua @@ -100,7 +100,7 @@ theme.titlebar_maximized_button_normal_active = themes_path.."zachir/titlebar/ma theme.titlebar_maximized_button_focus_active = themes_path.."zachir/titlebar/maximized_focus_active.png" local home_dir = os.getenv("HOME") -theme.wallpaper = home_dir .. "/background.jpg" +theme.wallpaper = home_dir .. "/background.png" -- You can use your own layout icons like this: theme.layout_fairh = themes_path.."zachir/layouts/fairhw.png" |