commit d51da2daa8424949885265c26af84631f1030411 parent 5c5a404faaaf62eac125d389459848f9c39f2dcd Author: pyratebeard <root@pyratebeard.net> Date: Sat, 22 Oct 2016 19:28:15 +0100 wallpaper changed 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 .. "/cyberpunk_city.jpg" +wallpaper1 = themedir .. "/wires.jpg" wallpaper2 = themedir .. "/background.png" wallpaper3 = sharedthemes .. "/zenburn/zenburn-background.png" wallpaper4 = sharedthemes .. "/default/background.png"