diff --git a/dot_config/quickshell/shared/Config.qml.tmpl b/dot_config/quickshell/shared/Config.qml.tmpl index cf8f73e..2dafaca 100644 --- a/dot_config/quickshell/shared/Config.qml.tmpl +++ b/dot_config/quickshell/shared/Config.qml.tmpl @@ -61,15 +61,11 @@ Singleton { // Idle daemon readonly property string idleProcess: "hypridle" - readonly property string lockCommand: "{{ if $isLaptop }}hyprlock{{ else }}swaylock{{ end }}" + readonly property string lockCommand: "hyprlock" // Power commands readonly property var powerActions: [ -{{- if $isLaptop }} { command: ["hyprlock"] }, -{{- else }} - { command: ["swaylock"] }, -{{- end }} { command: ["hyprshutdown"] }, { command: ["hyprshutdown", "-t", "Restarting...", "--post-cmd", "systemctl reboot"] }, { command: ["hyprshutdown", "-t", "Powering off...", "--post-cmd", "systemctl poweroff"] }