1
0
Fork 0

Compare commits

..

No commits in common. "69d5b7b480c6a136659d1263dabf31570a391e56" and "955bd1f8c174f611b199fe332b5b02370a8cd74f" have entirely different histories.

3 changed files with 5 additions and 4 deletions

View file

@ -24,8 +24,8 @@ ShellRoot {
bottom: 50
}
implicitWidth: content.width
implicitHeight: content.height
width: content.width
height: content.height
color: "transparent"

View file

@ -11,10 +11,11 @@ QtObject {
readonly property var process: Process {
command: ["sh", "-c", button.command]
manageLifetime: false
}
function exec() {
process.startDetached();
process.running = true;
Qt.quit();
}
}

View file

@ -4,7 +4,7 @@ import Quickshell
ShellRoot {
WLogout {
LogoutButton {
command: "loginctl lock-session"
command: "loginctl lock-screen"
keybind: Qt.Key_K
text: "Lock"
icon: "lock"