styled elements
This commit is contained in:
parent
76be8535e6
commit
faa8a9df59
3 changed files with 14 additions and 0 deletions
8
shell/styled/StyledLabel.qml
Normal file
8
shell/styled/StyledLabel.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import QtQuick
|
||||
import "root:config"
|
||||
|
||||
Rectangle {
|
||||
color: Theme.palette.base100
|
||||
|
||||
radius: 5
|
||||
}
|
||||
6
shell/styled/StyledText.qml
Normal file
6
shell/styled/StyledText.qml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import QtQuick
|
||||
import "root:config"
|
||||
|
||||
Text {
|
||||
color: Theme.palette.basecontent
|
||||
}
|
||||
9
shell/styled/StyledWindow.qml
Normal file
9
shell/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