standardize services import alias to S in applets and lock

This commit is contained in:
Damocles 2026-04-17 23:13:54 +02:00
parent 0160e4a1fb
commit 9a079fe2f1
10 changed files with 202 additions and 202 deletions

View file

@ -2,12 +2,12 @@ import QtQuick
import Quickshell
import Quickshell.Io
import Quickshell.Wayland
import "../services" as M
import "../services" as S
Scope {
id: root
readonly property bool _enabled: M.Modules.lock.enable
readonly property bool _enabled: S.Modules.lock.enable
property string _sessionPath: ""
WlSessionLock {