mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-08 23:37:49 +00:00
11 lines
125 B
QML
11 lines
125 B
QML
import Quickshell
|
|
import qs.Modules.Bar
|
|
|
|
Variants {
|
|
model: Quickshell.screens
|
|
|
|
delegate: Bar {
|
|
modelData: item
|
|
}
|
|
}
|