This commit is contained in:
2025-10-21 22:29:38 +02:00
parent da07682764
commit 1a39b63b20
99 changed files with 118 additions and 8815 deletions
+15 -15
View File
@@ -1,15 +1,15 @@
import QtQuick
import Quickshell.Wayland
QtObject {
// The main toggle function
function toggleLayer() {
if (!onTop) {
mainWindow.WlrLayershell.layer = WlrLayer.Top
onTop = true
} else {
mainWindow.WlrLayershell.layer = WlrLayer.Bottom
onTop = false
}
}
}
import QtQuick
import Quickshell.Wayland
QtObject {
// The main toggle function
function toggleLayer() {
if (!onTop) {
mainWindow.WlrLayershell.layer = WlrLayer.Top
onTop = true
} else {
mainWindow.WlrLayershell.layer = WlrLayer.Bottom
onTop = false
}
}
}