Base for JLearner

This commit is contained in:
Hannes
2026-03-02 01:08:27 +01:00
parent 644d6b5d1f
commit 10e2a14e14
3 changed files with 79 additions and 0 deletions
+4
View File
@@ -5,6 +5,7 @@ import Quickshell.Hyprland
import QtQuick //for Text
import "./modules/bar"
import "./modules/wp"
import "./modules/japanese"
ShellRoot {
id: root
@@ -14,5 +15,8 @@ ShellRoot {
//Wallpaper picker
WallpaperPickerLoader {}
//Japanese Lerner
JLearnerLoader {}
}