Use a new default path for XFCE background

Hopefully this one will never change. It means we have the same image
twice but I prefer this over not having any background image at all when
we drop the old background.
This commit is contained in:
Raphaël Hertzog
2020-05-04 18:30:09 +02:00
parent 8e05db10c2
commit 305d5422e4
3 changed files with 10 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-16x9/kali-mesh.png"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<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-16x9/kali-mesh.png"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/kali-16x9/default"/>
<property name="image-style" type="int" value="5"/>
<property name="image-show" type="bool" value="true"/>
</property>