Fix path to background images in XFCE and lightdm config

This commit is contained in:
Raphaël Hertzog
2019-11-07 09:02:10 +01:00
parent 1f7fae92cf
commit f724d02908
2 changed files with 3 additions and 3 deletions
@@ -15,12 +15,12 @@
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-logo-background.png"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/kali/kali-logo-16x9.png"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>
<property name="monitor1" type="empty">
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-logo-background.png"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/kali/kali-logo-16x9.png"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>