finished application laucnher and bluetooth widget

This commit is contained in:
Rene Kievits
2022-11-27 10:58:27 +01:00
parent c6341f84e7
commit 10f56a7273
77 changed files with 2379 additions and 4938 deletions

View File

@@ -17,10 +17,9 @@ screen = screen
selection = selection
tag = tag
-- Do not touch as this is used to share some variables between files
-- Do not touch as this is used to share some variable settings files
Global_config = {}
require("src.theme.user_config")
require("src.theme.theme_config")
require("src.tools.gio_icon_lookup")
@@ -33,6 +32,4 @@ require("src.core.rules")
require("src.bindings.global_buttons")
require("src.bindings.bind_to_tags")
require("src.modules.init")
require("src.tools.helpers.init")
--require("src.tools.auto_starter")(User_config.autostart)
--require("src.tools.dbus.bluetooth_dbus")()