From fb471f1023ab4991c124d0bc432028d95d7b7300 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 4 May 2025 20:45:34 +1000 Subject: feat: audio osd --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index 93bc3a1..38054f5 100644 --- a/shell.qml +++ b/shell.qml @@ -1,8 +1,10 @@ import "modules/bar" import "modules/launcher" +import "modules/osd" import Quickshell ShellRoot { Bar {} Launcher {} + Osd {} } -- cgit v1.2.3-freya