Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
path must be set to valid path
Browse files Browse the repository at this point in the history
 <property name="image-path" type="string"  must be a path to wallper images not a path to image what will be overwritten to default xfce wallpaper path  then
  • Loading branch information
killajoe authored May 14, 2018
1 parent 1fc134e commit 828327a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<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/xfce/breath.png"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="last-single-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="image-path" type="string" value="/usr/share/antergos/wallpapers"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
<property name="last-single-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
<property name="image-style" type="int" value="5"/>
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/sky_full_of_stars.jpg"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/breath.png"/>
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/>
</property>
</property>
</property>
Expand All @@ -26,16 +26,11 @@
<property name="center-text" type="bool" value="false"/>
<property name="file-icons" type="empty">
<property name="show-removable" type="bool" value="false"/>
<property name="show-home" type="bool" value="false"/>
<property name="show-filesystem" type="bool" value="false"/>
<property name="show-trash" type="bool" value="false"/>
<property name="show-device-removable" type="bool" value="false"/>
</property>
<property name="icon-size" type="uint" value="32"/>
<property name="single-click" type="bool" value="true"/>
</property>
<property name="last" type="empty">
<property name="window-width" type="int" value="650"/>
<property name="window-height" type="int" value="768"/>
<property name="window-width" type="int" value="686"/>
<property name="window-height" type="int" value="548"/>
</property>
</channel>

0 comments on commit 828327a

Please sign in to comment.