summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/shell.qml
blob: 2abd1fef14396fba286dcfb940124942932edfb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//@ pragma UseQApplication

import Quickshell

ShellRoot {
  settings.watchFiles: false

  Variants {
    model: Quickshell.screens

    delegate: Bar {
      modelData: item
    }
  }
}