Fix the reference to the default config in my-first-awesome

The line in the default config changed at some point.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2018-03-11 16:04:27 +01:00
parent aabff6dac7
commit 128c1ec32f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Awesome has four themes you can choose from: *default*, *sky*, *xresources*, and
To change the theme, open your rc.lua and edit this line near the beginning of
the file:
beautiful.init(gears.filesystem.get_dir("config") .. "/themes/default/theme.lua")
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
For this tutorial we will stick with the default theme.