diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-29 23:06:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-29 23:06:55 +0200 |
commit | c3a8a171734bfeced58f4611365e85a6daed7db9 (patch) | |
tree | 235296a43af10ce96b5dd74e0523e59f4c1a8b12 /accounts/gkleen@sif/shell/quickshell/shell.qml | |
parent | 218ac55d86ee49d151c0ba2dfbca6da104c66703 (diff) | |
download | nixos-quickshell.tar nixos-quickshell.tar.gz nixos-quickshell.tar.bz2 nixos-quickshell.tar.xz nixos-quickshell.zip |
...quickshell
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/shell.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/shell.qml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | import Quickshell | ||
2 | |||
3 | ShellRoot { | ||
4 | settings.watchFiles: false | ||
5 | |||
6 | Variants { | ||
7 | model: Quickshell.screens | ||
8 | |||
9 | delegate: Bar { | ||
10 | modelData: item | ||
11 | } | ||
12 | } | ||
13 | } | ||