config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+24
View File
@@ -0,0 +1,24 @@
qml_module(ZShell-config
URI ZShell.Config
SOURCES
ConfigSection.hpp ConfigSection.cpp
Config.hpp Config.cpp
Tokens.hpp Tokens.cpp
Appearance.hpp Appearance.cpp
Background.hpp Background.cpp
Bar.hpp Bar.cpp
Clipboard.hpp Clipboard.cpp
Colors.hpp Colors.cpp
Dashboard.hpp Dashboard.cpp
Dock.hpp Dock.cpp
General.hpp General.cpp
Launcher.hpp Launcher.cpp
Lock.hpp Lock.cpp
Notifs.hpp Notifs.cpp
Osd.hpp Osd.cpp
Overview.hpp Overview.cpp
Screenshot.hpp Screenshot.cpp
Services.hpp Services.cpp
Sidebar.hpp Sidebar.cpp
Utilities.hpp Utilities.cpp
)