From c3a8a171734bfeced58f4611365e85a6daed7db9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 29 Aug 2025 23:06:55 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/shell.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 accounts/gkleen@sif/shell/quickshell/shell.qml (limited to 'accounts/gkleen@sif/shell/quickshell/shell.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/shell.qml b/accounts/gkleen@sif/shell/quickshell/shell.qml new file mode 100644 index 00000000..35fe5344 --- /dev/null +++ b/accounts/gkleen@sif/shell/quickshell/shell.qml @@ -0,0 +1,13 @@ +import Quickshell + +ShellRoot { + settings.watchFiles: false + + Variants { + model: Quickshell.screens + + delegate: Bar { + modelData: item + } + } +} -- cgit v1.2.3