move everything to root
This commit is contained in:
parent
2a7de7e56a
commit
5feccc7452
15 changed files with 1 additions and 1 deletions
8
styled/StyledLabel.qml
Normal file
8
styled/StyledLabel.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import QtQuick
|
||||
import "root:config"
|
||||
|
||||
Rectangle {
|
||||
color: Theme.palette.base100
|
||||
|
||||
radius: 5
|
||||
}
|
||||
6
styled/StyledText.qml
Normal file
6
styled/StyledText.qml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import QtQuick
|
||||
import "root:config"
|
||||
|
||||
Text {
|
||||
color: Theme.palette.basecontent
|
||||
}
|
||||
9
styled/StyledWindow.qml
Normal file
9
styled/StyledWindow.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
|
||||
PanelWindow {
|
||||
required property string name
|
||||
|
||||
WlrLayershell.namespace: `lux-${name}`
|
||||
color: "transparent"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue