From c2e78cc11c02db05a8d0a4680e715de8691b516a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:36:46 +1000 Subject: feat: basic quickshell bar --- shell.qml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.qml (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml new file mode 100644 index 0000000..9f91e59 --- /dev/null +++ b/shell.qml @@ -0,0 +1,6 @@ +import "modules/bar" +import Quickshell + +ShellRoot { + Bar {} +} -- cgit v1.2.3-freya