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:
|
||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||
marker: // {mark} ANSIBLE MANAGED BLOCK
|
||||
insertbefore: '\s+Battery {'
|
||||
insertbefore: '\s+//Footer'
|
||||
block: |
|
||||
Text {
|
||||
id: hostname
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 3
|
||||
color: "#ffffff"
|
||||
text: sddm.hostName
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 10
|
||||
font.pointSize: config.fontSize
|
||||
}
|
||||
|
|
|
@ -166,6 +166,7 @@
|
|||
create: True
|
||||
mode: '0600'
|
||||
|
||||
# FIXME #691138
|
||||
- name: Allow users to attach to bridge
|
||||
file:
|
||||
path: /usr/lib/qemu/qemu-bridge-helper
|
||||
|
|
Loading…
Add table
Reference in a new issue