lockscreen: rename types to match quickshell revision
This commit is contained in:
parent
9437c6a840
commit
7a784ac6ea
4 changed files with 10 additions and 10 deletions
|
@ -1,21 +0,0 @@
|
|||
import QtQuick
|
||||
import Quickshell.Io
|
||||
|
||||
QtObject {
|
||||
required property string command
|
||||
required property string text
|
||||
required property string icon
|
||||
property var keybind: null
|
||||
|
||||
id: button
|
||||
|
||||
readonly property var process: Process {
|
||||
command: ["sh", "-c", button.command]
|
||||
manageLifetime: false
|
||||
}
|
||||
|
||||
function exec() {
|
||||
process.running = true;
|
||||
Qt.quit();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue