Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. For sddm edit <b>/usr/share/sddm/themes/breeze/clock.qml</b> and adding an extra label entry after the last one:
  2.  
  3. ```
  4. Label {
  5. text: "Property of ****** - If found call **********"
  6. font.Bold: true
  7. font.pointSize: 16
  8. Layout.alignment: Qt.AlignHCenter
  9. }
  10. ```
  11. For lock screen change <b>/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/clock.qml</b>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement