add quickshell
This commit is contained in:
parent
3d48e35de5
commit
10960f620d
32 changed files with 1415 additions and 11 deletions
19
quickshell/DateWidget.qml
Normal file
19
quickshell/DateWidget.qml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
BarPill {
|
||||
SystemClock { id: clock; precision: SystemClock.Minutes }
|
||||
|
||||
Text {
|
||||
text: ""
|
||||
color: Theme.aqua
|
||||
font.pixelSize: Theme.fontSize
|
||||
font.family: Theme.font
|
||||
}
|
||||
Text {
|
||||
text: Qt.formatDateTime(clock.date, "ddd dd/MM")
|
||||
color: Theme.text
|
||||
font.pixelSize: Theme.fontSize
|
||||
font.family: Theme.font
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue