standardize services import alias to S in applets and lock
This commit is contained in:
parent
0160e4a1fb
commit
9a079fe2f1
10 changed files with 202 additions and 202 deletions
|
|
@ -1,16 +1,16 @@
|
|||
import QtQuick
|
||||
import Quickshell
|
||||
import "../services" as M
|
||||
import "../services" as S
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
||||
property bool running: false
|
||||
property bool reducedMotion: M.Theme.reducedMotion
|
||||
property bool reducedMotion: S.Theme.reducedMotion
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: M.Theme.base01
|
||||
color: S.Theme.base01
|
||||
}
|
||||
|
||||
ShaderEffect {
|
||||
|
|
@ -24,9 +24,9 @@ Item {
|
|||
property real uGlitch: 0
|
||||
property real uGlitchSeed: 0.0
|
||||
property vector4d uResolution: Qt.vector4d(width, height, 0, 0)
|
||||
property color uC0: M.Theme.base0C
|
||||
property color uC1: M.Theme.base0E
|
||||
property color uC2: M.Theme.base09
|
||||
property color uC0: S.Theme.base0C
|
||||
property color uC1: S.Theme.base0E
|
||||
property color uC2: S.Theme.base09
|
||||
|
||||
Connections {
|
||||
target: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue