mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-06-18 03:05:56 +02:00
feat: sddm config & instructions
This commit is contained in:
14
sddm/themes/catppuccin-macchiato/Components/Clock.qml
Normal file
14
sddm/themes/catppuccin-macchiato/Components/Clock.qml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user