catppuccin / sddm

🔒 Soothing pastel theme for SDDM
MIT License
290 stars 17 forks source link

Date font isn't set to the theme.conf font #21

Closed m0tholith closed 7 months ago

m0tholith commented 7 months ago

I couldn't open a pull request so I figured I'll open an issue instead. This is just for the sake of using one single font for all components.

import QtQuick 2.12
import SddmComponents 2.0

Clock {
  id: time
  color: config.text
  timeFont.family: config.Font
  dateFont.family: config.Font # add this to all Components/Clock.qml files
  anchors {
    margins: 10
    top: parent.top
    right: parent.right
  }
}
isabelroses commented 7 months ago

closed in ecaeb49