mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-11 07:52:50 -05:00
feat: Complete core hyprland port
This commit is contained in:
@@ -6,6 +6,7 @@ import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Hyprland
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
@@ -86,4 +87,12 @@ Singleton {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function logout() {
|
||||
if (isNiri) {
|
||||
NiriService.quit()
|
||||
return
|
||||
}
|
||||
Hyprland.dispatch("exit")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user