From cb1dec79ab1213d7b23abe48fa8c1d53207d7683 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 8 Mar 2017 16:41:09 +0100 Subject: [PATCH] Fix docs/07-my-first-awesome.md In awesome 3.5, the default themes set a global variable called "theme". This was, I think, not intentional and we changed this when luacheck found this issue. However, the "my first awesome" document from the old wiki made use of this fact and so many people were using this hack. This commit fixes our copy of "my first awesome". Signed-off-by: Uli Schlachter --- docs/07-my-first-awesome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-my-first-awesome.md b/docs/07-my-first-awesome.md index 4aa642a2a..9ecf14104 100644 --- a/docs/07-my-first-awesome.md +++ b/docs/07-my-first-awesome.md @@ -87,7 +87,7 @@ user name): Your desktop background image is handled in your theme file. To change it, edit this line in your theme file: - theme.wallpaper = "/usr/share/awesome/themes/default/background.png" + beautiful.get().wallpaper = "/usr/share/awesome/themes/default/background.png" ## Personalize your layouts