Files
Dotfiles/roles/sddm/files/themes/catppuccin-macchiato/Components/Clock.qml
Keule0010 d46e7c8dad Fixed bugs
Added paru installation
Switchted to hyprlock
2024-04-10 22:22:50 +02:00

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
}
}