Show date of last ansible run.

This commit is contained in:
Andreas B. Mundt 2023-10-08 20:28:57 +02:00
parent 9b0cac3177
commit faeeb46ddf

View file

@ -177,9 +177,11 @@
block: |
Text {
id: hostname
anchors.top: parent.top
anchors.right: parent.right
anchors.rightMargin: 3
anchors.topMargin: 10
anchors.rightMargin: 15
color: "#ffffff"
text: sddm.hostName
text: sddm.hostName + " | <{{ ansible_date_time['date'] }}>"
font.pointSize: config.fontSize
}