diff options
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/StyledText.qml | 1 | ||||
| -rw-r--r-- | widgets/StyledWindow.qml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index 6f281de..e8fc714 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -12,6 +12,7 @@ Text { renderType: Text.NativeRendering color: Appearance.colours.text font.family: Appearance.font.family.sans + font.pointSize: Appearance.font.size.smaller Behavior on color { ColorAnimation { diff --git a/widgets/StyledWindow.qml b/widgets/StyledWindow.qml new file mode 100644 index 0000000..d67bcd2 --- /dev/null +++ b/widgets/StyledWindow.qml @@ -0,0 +1,10 @@ +import "root:/utils" +import "root:/config" +import Quickshell.Wayland + +WlrLayershell { + required property string name + + namespace: `caelestia-${name}` + color: "transparent" +} |