Change to Gtk icon lookup for the application launcher, this cuts loading times to basically 0, notifications now only appear on primary screen

This commit is contained in:
Rene
2022-07-30 05:13:07 +02:00
parent e727015e81
commit 978a8580c8
9 changed files with 66 additions and 53 deletions

View File

@@ -9,6 +9,7 @@
-- Initialising, order is important!
require("src.theme.user_config")
require("src.theme.theme_config")
require("src.tools.icon_theme")
require("src.theme.init")
require("src.core.error_handling")
require("src.core.signals")