mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 20:02:50 +01:00
15 lines
227 B
QML
15 lines
227 B
QML
import QtQuick 2.15
|
|
import SddmComponents 2.0
|
|
|
|
Clock {
|
|
id: time
|
|
color: config.text
|
|
timeFont.family: config.Font
|
|
dateFont.family: config.Font
|
|
anchors {
|
|
margins: 10
|
|
top: parent.top
|
|
right: parent.right
|
|
}
|
|
}
|