Show date of last ansible run.
This commit is contained in:
parent
9b0cac3177
commit
faeeb46ddf
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue