commit 5f3c0d3b349ba005499eb70b17018ce72de65786 parent 147b6be34c41a96deef403e30a3abef9642c06df Author: pyratebeard <root@pyratebeard.net> Date: Sun, 23 Oct 2016 23:46:26 +0100 changed the bg Diffstat:
M | awesome/.config/awesome/themes/decker-cyan/theme.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/awesome/.config/awesome/themes/decker-cyan/theme.lua b/awesome/.config/awesome/themes/decker-cyan/theme.lua @@ -22,7 +22,7 @@ if not awful.util.file_readable(themes .. themename .. "/theme.lua") then end themedir = themes .. themename -wallpaper1 = themedir .. "/Wireframe.png" +wallpaper1 = themedir .. "/dedsec_bg.jpg" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png"