Added wlogout

This commit is contained in:
Honney
2026-05-31 14:18:35 +02:00
parent 16f88dc617
commit 64c007ba3f
6 changed files with 242 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/wlogout"
import "./modules/jl"
ShellRoot {
@@ -18,5 +19,8 @@ ShellRoot {
//Japanese Lerner
JLearnerLoader {}
//Wlogout
WlogoutLoader {}
}