commit 6cd2e1844fb897e9750a9d1b37da86b2fd0e858f
parent 03c1afcdf7a24d15839bc2e3799f9a450965ab08
Author: Daniel Moch <daniel@danielmoch.com>
Date: Mon, 22 Jan 2018 22:34:01 -0500
Awesome: Fix wallpaper function
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua
@@ -75,7 +75,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar
theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
-theme.wallpaper = function () awful.spawn('my wallpaper') end
+theme.wallpaper = function (s) awful.spawn('my wallpaper') end
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"