Patch sddm login screen to show hostname.
This commit is contained in:
parent
0a85b1ee01
commit
f51bfa1e30
1 changed files with 14 additions and 0 deletions
|
@ -150,3 +150,17 @@
|
|||
# Autolock=false
|
||||
# LockOnResume=false
|
||||
#
|
||||
|
||||
- name: Patch sddm login screen to show hostname
|
||||
blockinfile:
|
||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||
marker: // {mark} ANSIBLE MANAGED BLOCK
|
||||
insertbefore: '\s+Battery {'
|
||||
block: |
|
||||
Text {
|
||||
color: "#ffffff"
|
||||
text: sddm.hostName
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 10
|
||||
font.pointSize: config.fontSize
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue