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:
parent
aabff6dac7
commit
128c1ec32f
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue