Add new titlebar and toggle for top/left titlebar

This commit is contained in:
Rene
2022-08-17 01:34:22 +02:00
parent 268cb29a6b
commit be6a819ca9
11 changed files with 410 additions and 146 deletions

View File

@@ -215,6 +215,13 @@ User_config = {
]] --
titlebar_exception = {},
--[[
The titlebar position can be "left" (default) or "top"
Example:
titlebar_position = "top"
]] --
titlebar_position = "top",
--[[
This is the path to your wallpaper.
home is $HOME, you can also use an absolute path.