changes to config plugin, reduce file amount + code, fix greeter
This commit is contained in:
@@ -1,24 +1,25 @@
|
||||
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
|
||||
confignode.hpp confignode.cpp
|
||||
configobject.hpp configobject.cpp
|
||||
configlist.hpp configlist.cpp
|
||||
config.hpp config.cpp
|
||||
tokens.hpp
|
||||
appearance.hpp
|
||||
background.hpp
|
||||
bar.hpp
|
||||
clipboard.hpp
|
||||
colors.hpp
|
||||
dashboard.hpp
|
||||
dock.hpp
|
||||
general.hpp
|
||||
launcher.hpp
|
||||
lock.hpp
|
||||
notifs.hpp
|
||||
osd.hpp
|
||||
screenshot.hpp
|
||||
services.hpp
|
||||
sidebar.hpp
|
||||
utilities.hpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user