Add `DATADIR` and `USERDIR` explanation in created user module
This commit is contained in:
parent
5453a27f91
commit
9a5f8e72d0
|
@ -469,6 +469,10 @@ local style = require "core.style"
|
||||||
-- style.font = renderer.font.load(DATADIR .. "/fonts/FiraSans-Regular.ttf", 14 * SCALE)
|
-- style.font = renderer.font.load(DATADIR .. "/fonts/FiraSans-Regular.ttf", 14 * SCALE)
|
||||||
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/JetBrainsMono-Regular.ttf", 14 * SCALE)
|
-- style.code_font = renderer.font.load(DATADIR .. "/fonts/JetBrainsMono-Regular.ttf", 14 * SCALE)
|
||||||
--
|
--
|
||||||
|
-- DATADIR is the location of the installed Lite XL Lua code, default color
|
||||||
|
-- schemes and fonts.
|
||||||
|
-- USERDIR is the location of the Lite XL configuration directory.
|
||||||
|
--
|
||||||
-- font names used by lite:
|
-- font names used by lite:
|
||||||
-- style.font : user interface
|
-- style.font : user interface
|
||||||
-- style.big_font : big text in welcome screen
|
-- style.big_font : big text in welcome screen
|
||||||
|
|
Loading…
Reference in New Issue