🎉 Create dotfiles repo
Initial dotfiles commit
This commit is contained in:
commit
3718df1096
472 changed files with 57835 additions and 0 deletions
14
sddm/everforest/Components/Clock.qml
Normal file
14
sddm/everforest/Components/Clock.qml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import QtQuick 2.15
|
||||
import SddmComponents 2.0
|
||||
|
||||
Clock {
|
||||
id: time
|
||||
color: "#CAD3F5"
|
||||
timeFont.family: config.Font
|
||||
dateFont.family: config.Font
|
||||
anchors {
|
||||
margins: 10
|
||||
top: parent.top
|
||||
right: parent.right
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue