chore: restructure the project, make it not use the astal application stuff

now it's more organized and I have more control over the shell behaviour
This commit is contained in:
retrozinndev
2025-08-06 15:25:21 -03:00
parent 5a6d5b47c6
commit d549ad9596
191 changed files with 529 additions and 1000 deletions
+16
View File
@@ -0,0 +1,16 @@
import { PluginApps } from "./apps"
import { PluginClipboard } from "./clipboard"
import { PluginMedia } from "./media"
import { PluginShell } from "./shell"
import { PluginWallpapers } from "./wallpapers"
import { PluginWebSearch } from "./websearch"
export {
PluginApps,
PluginWebSearch,
PluginClipboard,
PluginShell,
PluginMedia,
PluginWallpapers
};