Split kali-theme into multiple top-level directories

That way every "part" that needs to be provided is visible as a
top-level directory and we can document in which context each directory
is used.
This commit is contained in:
Raphaël Hertzog
2019-11-01 18:08:08 +00:00
parent b92728c0de
commit 78a5785aa6
53 changed files with 71 additions and 74 deletions
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>Kali</name>
<filename>/usr/share/desktop-base/kali-theme/wallpaper/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
</wallpaper>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>Kali Lock Screen</name>
<filename>/usr/share/desktop-base/kali-theme/lockscreen/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
</wallpaper>
</wallpapers>