Flake update. Quickshell on Desktop
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import QtQuick
|
||||
|
||||
Scope {
|
||||
Time { id: timeSource }
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens;
|
||||
|
||||
PanelWindow {
|
||||
property var modelData
|
||||
screen: modelData
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
|
||||
implicitHeight: 24
|
||||
|
||||
Clock {
|
||||
anchors.centerIn: parent
|
||||
time: timeSource.time
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user