mirror of
https://github.com/AlexMacocian/quick-visor.git
synced 2026-07-15 15:09:32 +00:00
12 lines
126 B
QML
12 lines
126 B
QML
import Quickshell
|
|
|
|
ShellRoot {
|
|
Visor {}
|
|
|
|
Variants {
|
|
model: Quickshell.screens
|
|
|
|
ScreenLabel {}
|
|
}
|
|
}
|