From c665c0ca98d72c172893e8bbd9c893aaa2b9f46e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 10:19:46 +1000 Subject: feat: border + colour changes --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 38054f5..48cdd00 100644 --- a/shell.qml +++ b/shell.qml @@ -1,10 +1,12 @@ import "modules/bar" import "modules/launcher" import "modules/osd" +import "modules/background" import Quickshell ShellRoot { Bar {} Launcher {} Osd {} + Background {} } -- cgit v1.2.3-freya