Displayed hostname overlaps with battery symbol on laptops.
This commit is contained in:
parent
d7d0069dd3
commit
987e33c989
2 changed files with 5 additions and 3 deletions
|
@ -173,12 +173,13 @@
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||||
marker: // {mark} ANSIBLE MANAGED BLOCK
|
marker: // {mark} ANSIBLE MANAGED BLOCK
|
||||||
insertbefore: '\s+Battery {'
|
insertbefore: '\s+//Footer'
|
||||||
block: |
|
block: |
|
||||||
Text {
|
Text {
|
||||||
|
id: hostname
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.rightMargin: 3
|
||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
text: sddm.hostName
|
text: sddm.hostName
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.rightMargin: 10
|
|
||||||
font.pointSize: config.fontSize
|
font.pointSize: config.fontSize
|
||||||
}
|
}
|
||||||
|
|
|
@ -166,6 +166,7 @@
|
||||||
create: True
|
create: True
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
|
||||||
|
# FIXME #691138
|
||||||
- name: Allow users to attach to bridge
|
- name: Allow users to attach to bridge
|
||||||
file:
|
file:
|
||||||
path: /usr/lib/qemu/qemu-bridge-helper
|
path: /usr/lib/qemu/qemu-bridge-helper
|
||||||
|
|
Loading…
Add table
Reference in a new issue