From cba440bcfced79eda2764e441c68239b6c594457 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:21:53 +1000 Subject: feat: anims + box padding box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls --- shell.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 9f91e59..d22e78f 100644 --- a/shell.qml +++ b/shell.qml @@ -1,6 +1,13 @@ import "modules/bar" +import "config" import Quickshell +import QtQuick.Controls.Material ShellRoot { + Material.accent: Appearance.colours.primary + Material.primary: Appearance.colours.secondary + Material.foreground: Appearance.colours.text + Material.background: Appearance.colours.base + Bar {} } -- cgit v1.2.3-freya