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

Commit

Permalink
fix: Add custom GNOME desktop wallpaper entry (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Apr 10, 2023
1 parent 4ba241c commit 7b0ec3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions usr/share/gnome-background-properties/nebula.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper>
<name>Nebula Default</name>
<filename>/usr/share/backgrounds/nebula.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#000000</pcolor>
<scolor>#ffffff</scolor>
</wallpaper>
</wallpapers>

0 comments on commit 7b0ec3a

Please sign in to comment.