Rebrand to VesperOS

This commit is contained in:
2026-03-07 06:23:47 -08:00
parent 2abfb658b7
commit da8ede5202
58 changed files with 97 additions and 97 deletions
+29 -29
View File
@@ -1,5 +1,5 @@
GRUB_THEMES=\
chillcraftos-theme/grub
vesperos-theme/grub
DEFAULT_BACKGROUND=desktop-background
PIXMAPS=$(wildcard pixmaps/*.png)
@@ -21,12 +21,12 @@ build-grub clean-grub install-grub:
.PHONY: build-emblems clean-emblems install-emblems
build-emblems clean-emblems install-emblems:
@target=`echo $@ | sed s/-emblems//`; \
$(MAKE) $$target -C emblems-chillcraftos || exit 1;
$(MAKE) $$target -C emblems-vesperos || exit 1;
.PHONY: build-logos clean-logos install-logos
build-logos clean-logos install-logos:
@target=`echo $@ | sed s/-logos//`; \
$(MAKE) $$target -C chillcraftos-logos || exit 1;
$(MAKE) $$target -C vesperos-logos || exit 1;
install: install-grub install-emblems install-logos install-local
@@ -44,7 +44,7 @@ install-local:
exit 1; \
fi
# ChillcraftOS logo in circle as default user face icon
# VesperOS logo in circle as default user face icon
install -d $(DESTDIR)/etc/skel
$(INSTALL_DATA) defaults/common/etc/skel/.face $(DESTDIR)/etc/skel
cd $(DESTDIR)/etc/skel && ln -s .face .face.icon
@@ -75,13 +75,13 @@ install-local:
$(INSTALL_DATA) $(wildcard defaults/kde/etc/xdg/plasma-workspace/env/*) $(DESTDIR)/etc/xdg/plasma-workspace/env/
install -d $(DESTDIR)/usr/share/desktop-base/kf5-settings
$(INSTALL_DATA) $(wildcard defaults/kde/kf5-settings/*) $(DESTDIR)/usr/share/desktop-base/kf5-settings/
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents
$(INSTALL_DATA) defaults/kde/plasma/look-and-feel/me.chillcraft.desktop/metadata.json $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop
$(INSTALL_DATA) defaults/kde/plasma/look-and-feel/me.chillcraft.desktop/contents/defaults $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents/layouts
$(INSTALL_DATA) $(wildcard defaults/kde/plasma/look-and-feel/me.chillcraft.desktop/contents/layouts/*) $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents/layouts/
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents/previews
$(INSTALL_DATA) $(wildcard defaults/kde/plasma/look-and-feel/me.chillcraft.desktop/contents/previews/*) $(DESTDIR)/usr/share/plasma/look-and-feel/me.chillcraft.desktop/contents/previews/
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents
$(INSTALL_DATA) defaults/kde/plasma/look-and-feel/me.vesperos.desktop/metadata.json $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop
$(INSTALL_DATA) defaults/kde/plasma/look-and-feel/me.vesperos.desktop/contents/defaults $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents/layouts
$(INSTALL_DATA) $(wildcard defaults/kde/plasma/look-and-feel/me.vesperos.desktop/contents/layouts/*) $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents/layouts/
install -d $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents/previews
$(INSTALL_DATA) $(wildcard defaults/kde/plasma/look-and-feel/me.vesperos.desktop/contents/previews/*) $(DESTDIR)/usr/share/plasma/look-and-feel/me.vesperos.desktop/contents/previews/
# Xfce 4.6
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml
@@ -91,34 +91,34 @@ install-local:
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties
# ChillcraftOS theme (single default theme)
# VesperOS theme (single default theme)
### Plymouth theme
install -d $(DESTDIR)/usr/share/plymouth/themes/chillcraftos
$(INSTALL_DATA) $(wildcard chillcraftos-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/chillcraftos
install -d $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme
cd $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme && ln -s /usr/share/plymouth/themes/chillcraftos plymouth
install -d $(DESTDIR)/usr/share/plymouth/themes/vesperos
$(INSTALL_DATA) $(wildcard vesperos-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/vesperos
install -d $(DESTDIR)/usr/share/desktop-base/vesperos-theme
cd $(DESTDIR)/usr/share/desktop-base/vesperos-theme && ln -s /usr/share/plymouth/themes/vesperos plymouth
### Wallpapers
install -d $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images
$(INSTALL_DATA) chillcraftos-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/wallpaper
$(INSTALL_DATA) chillcraftos-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/wallpaper
$(INSTALL_DATA) $(wildcard chillcraftos-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/
$(INSTALL_DATA) chillcraftos-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/chillcraftos.xml
install -d $(DESTDIR)/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images
$(INSTALL_DATA) vesperos-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/vesperos-theme/wallpaper
$(INSTALL_DATA) vesperos-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/vesperos-theme/wallpaper
$(INSTALL_DATA) $(wildcard vesperos-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/
$(INSTALL_DATA) vesperos-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/vesperos.xml
# Wallpaper symlink for KDE
install -d $(DESTDIR)/usr/share/wallpapers
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/chillcraftos-theme/wallpaper ChillcraftOS
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/vesperos-theme/wallpaper VesperOS
### Login background
install -d $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/login
$(INSTALL_DATA) $(wildcard chillcraftos-theme/login/*) $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/login
install -d $(DESTDIR)/usr/share/desktop-base/vesperos-theme/login
$(INSTALL_DATA) $(wildcard vesperos-theme/login/*) $(DESTDIR)/usr/share/desktop-base/vesperos-theme/login
### Lockscreen is using the same image as wallpaper
install -d $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/lockscreen/contents/images
$(INSTALL_DATA) chillcraftos-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/lockscreen
$(INSTALL_DATA) chillcraftos-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/lockscreen
$(INSTALL_DATA) $(wildcard chillcraftos-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/chillcraftos-theme/lockscreen/contents/images/
install -d $(DESTDIR)/usr/share/desktop-base/vesperos-theme/lockscreen/contents/images
$(INSTALL_DATA) vesperos-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/vesperos-theme/lockscreen
$(INSTALL_DATA) vesperos-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/vesperos-theme/lockscreen
$(INSTALL_DATA) $(wildcard vesperos-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/vesperos-theme/lockscreen/contents/images/
# Lock screen symlink for KDE
install -d $(DESTDIR)/usr/share/wallpapers
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/chillcraftos-theme/wallpaper chillcraftos_wallpaper
cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/vesperos-theme/wallpaper vesperos_wallpaper
include Makefile.inc
@@ -1,8 +0,0 @@
[Plymouth Theme]
Name=Splash screen for ChillcraftOS
Description=A splash theme for plymouth
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/chillcraftos
ScriptFile=/usr/share/plymouth/themes/chillcraftos/chillcraftos.script
@@ -1,13 +0,0 @@
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1080" height="2160">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/1080x2160.svg</size>
<size width="1280" height="800">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/1280x800.svg</size>
<size width="1280" height="1024">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/1280x1024.svg</size>
<size width="1920" height="1080">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/1920x1080.svg</size>
<size width="1920" height="1200">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/1920x1200.svg</size>
<size width="2520" height="1080">/usr/share/desktop-base/chillcraftos-theme/wallpaper/contents/images/2520x1080.svg</size>
</file>
</static>
</background>
+5 -5
View File
@@ -97,13 +97,13 @@ The ChillCraftOS logo images are shipped in:
/usr/share/desktop-base/os-logos/
A ChillCraftOS security logo is also shipped in:
/usr/share/pixmaps/chillcraftos-security.png
/usr/share/pixmaps/vesperos-security.png
1.3. Desktop files
/usr/share/desktop-base/chillcraftos-homepage.desktop
/usr/share/desktop-base/chillcraftos-reference.desktop
/usr/share/desktop-base/chillcraftos-security.desktop
/usr/share/desktop-base/vesperos-homepage.desktop
/usr/share/desktop-base/vesperos-reference.desktop
/usr/share/desktop-base/vesperos-security.desktop
1.4. Default configurations overrides
@@ -264,7 +264,7 @@ A theme pack should contain the following elements:
-> Shell file containing variables to configure GRUB. This file is sourced
when running « update-grub ».
./plymouth/chillcraftos.png
./plymouth/vesperos.png
./plymouth/logo.png
-> Assets used in the Plymouth splash screen
+2 -2
View File
@@ -7,11 +7,11 @@ Build-Depends: debhelper-compat (= 13),
inkscape,
librsvg2-bin,
optipng,
# For the number in chillcraftos-logo-text
# For the number in vesperos-logo-text
fonts-quicksand,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://chillcraft.org/
Homepage: https://www.chillcraft.me/vesperos/
Vcs-Browser: https://git.oxmc.me/Chillcraft/desktop-base
Vcs-Git: https://git.oxmc.me/Chillcraft/desktop-base.git
+2 -2
View File
@@ -17,8 +17,8 @@ Copyright: 2002, Colin Walters <walters@debian.org>
2025, ChillCraftOS Team <team@chillcraft.org>
License: GPL-2+
Files: pixmaps/chillcraftos-security.png
source/chillcraftos-security.xcf
Files: pixmaps/vesperos-security.png
source/vesperos-security.xcf
Copyright: 1999, Software in the Public Interest, Inc.
2010, Ulrich Hansen <uhansen@mainz-online.de>
License: GPL-2+
+8 -8
View File
@@ -66,7 +66,7 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
desktop-theme \
/usr/share/desktop-base/$theme-theme $priority
done << EOF
chillcraftos 50
vesperos 50
EOF
# Use active theme as highest priority for background
@@ -83,7 +83,7 @@ EOF
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
done << EOF
chillcraftos 1920x1080.svg 50
vesperos 1920x1080.svg 50
EOF
# Set up an alternative for the XML version of the background
@@ -102,7 +102,7 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
done << EOF
chillcraftos 40
vesperos 40
EOF
# Set up an alternative for the XML version of the lock screen
@@ -121,7 +121,7 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
done << EOF
chillcraftos 40
vesperos 40
EOF
# Set up an alternative for the wallpaper for Plasma 5/KDE
@@ -139,7 +139,7 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper $priority
done << EOF
chillcraftos 40
vesperos 40
EOF
# Login theme
@@ -155,7 +155,7 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background $priority
done << EOF
chillcraftos background.svg 40
vesperos background.svg 40
EOF
# Set up an alternative for the GRUB background/colors config
@@ -198,8 +198,8 @@ EOF
desktop-grub.sh \
/usr/share/desktop-base/$theme-theme/grub/grub_background.sh
done << EOF
chillcraftos 4x3 40
chillcraftos 16x9 40
vesperos 4x3 40
vesperos 16x9 40
EOF
# Apply GRUB background update into /boot
+9 -9
View File
@@ -8,7 +8,7 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
# Remove vendor logos alternative, all slaves get removed automatically
update-alternatives --remove \
vendor-logos \
/usr/share/desktop-base/chillcraftos-logos
/usr/share/desktop-base/vesperos-logos
# Remove background alternatives for theme packages
while read theme filename; do
@@ -16,7 +16,7 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename
done << EOF
chillcraftos 1920x1080.svg
vesperos 1920x1080.svg
EOF
# *Last* remove background *highest priority* alternatives for active theme
update-alternatives --remove desktop-background /usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg
@@ -28,7 +28,7 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml
done << EOF
chillcraftos
vesperos
EOF
# *Lastly* remove *highest priority* alternative for active theme
update-alternatives --remove \
@@ -42,7 +42,7 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml
done << EOF
chillcraftos
vesperos
EOF
# *Last* remove *highest priority* alternative for active theme
update-alternatives --remove \
@@ -56,7 +56,7 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper
done << EOF
chillcraftos
vesperos
EOF
# *Last* remove *highest priority* alternative for active theme
update-alternatives --remove \
@@ -71,7 +71,7 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background
done << EOF
chillcraftos background.svg
vesperos background.svg
EOF
# *Last* remove *highest priority* alternative for active theme
update-alternatives --remove \
@@ -84,8 +84,8 @@ EOF
desktop-grub \
/usr/share/desktop-base/$theme-theme/grub/grub-$ratio.png
done << EOF
chillcraftos 4x3
chillcraftos 16x9
vesperos 4x3
vesperos 16x9
EOF
## *Lastly* remove *highest priority* alternative
num_grub_efi_installed=$(dpkg-query --list "grub-efi*" 2> /dev/null | grep "^i" | wc -l)
@@ -113,7 +113,7 @@ EOF
desktop-theme \
/usr/share/desktop-base/$theme-theme
done << EOF
chillcraftos
vesperos
EOF
## *Lastly* remove *highest priority* alternative
# (already removed above, keeping for consistency)
+1 -1
View File
@@ -1,3 +1,3 @@
[General]
LogoPath=emblem-chillcraftos
LogoPath=emblem-vesperos
Version=13
+1 -1
View File
@@ -1,2 +1,2 @@
[Branding]
Homepage=https://www.debian.org/
Homepage=https://www.chillcraft.me/vesperos/
+1 -1
View File
@@ -5,4 +5,4 @@ XftSubPixel=rgb
BrowserApplication=firefox-esr.desktop
[KDE]
LookAndFeelPackage=me.chillcraft.desktop
LookAndFeelPackage=me.vesperos.desktop
@@ -11,7 +11,7 @@ Theme=breeze
name=breeze-dark
[Wallpaper]
Image=DebianTheme
Image=VesperOSTheme
[kcminputrc][Mouse]
cursorTheme=breeze_cursors
@@ -3,8 +3,8 @@
"KPlugin": {
"Authors": [
{
"Email": "debian-qt-kde@lists.debian.org",
"Name": "Debian Qt/KDE Maintainers"
"Email": "me@oxmc.me",
"Name": "VesperOS Maintainers"
},
{
"Email": "plasma-devel@kde.org",
@@ -61,10 +61,10 @@
}
],
"Category": "",
"Description": "Breeze Twilight adapted to Debian",
"Id": "me.chillcraft.desktop",
"Description": "Breeze Twilight adapted to VesperOS",
"Id": "me.vesperos.desktop",
"License": "GPLv2+",
"Name": "Debian Breeze",
"Name": "VesperOS Breeze",
"Website": "https://www.kde.org"
}
}
@@ -1,2 +0,0 @@
[Icon Data]
DisplayName=Debian Symbolic
@@ -1,2 +0,0 @@
[Icon Data]
DisplayName=Debian White
@@ -1,2 +0,0 @@
[Icon Data]
DisplayName=Debian
@@ -0,0 +1,2 @@
[Icon Data]
DisplayName=VesperOS Symbolic

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

@@ -0,0 +1,2 @@
[Icon Data]
DisplayName=VesperOS White

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

+2
View File
@@ -0,0 +1,2 @@
[Icon Data]
DisplayName=VesperOS

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

@@ -3,8 +3,8 @@
<wallpapers>
<wallpaper>
<!-- don't include words such as "wallpaper" (avoids translations) -->
<name>ChillcraftOS</name>
<filename>/usr/share/desktop-base/chillcraftos-theme/wallpaper/gnome-background.xml</filename>
<name>VesperOS</name>
<filename>/usr/share/desktop-base/vesperos-theme/wallpaper/gnome-background.xml</filename>
<options>zoom</options>
<pcolor>#ffffff</pcolor>
<scolor>#000000</scolor>
@@ -1,4 +1,4 @@
dir = usr/share/desktop-base/chillcraftos-theme/grub
dir = usr/share/desktop-base/vesperos-theme/grub
.PHONY: build clean install

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 366 B

Before

Width:  |  Height:  |  Size: 986 B

After

Width:  |  Height:  |  Size: 986 B

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

@@ -0,0 +1,8 @@
[Plymouth Theme]
Name=Splash screen for VesperOS
Description=A splash theme for plymouth
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/vesperos
ScriptFile=/usr/share/plymouth/themes/vesperos/vesperos.script

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@@ -147,7 +147,7 @@ logo_glow_sprite.SetPosition(logo_pos.x, logo_pos.y, -60);
logo_glow_sprite.SetImage(logo_glow[0]);
#------------------------------- Brand ----------------------------------------------
oem_brand = "debian";
oem_brand = "vesperos";
#Debug("OEM Brand: " + oem_brand);

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

@@ -0,0 +1,13 @@
<background>
<static>
<duration>8640000.0</duration>
<file>
<size width="1080" height="2160">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/1080x2160.svg</size>
<size width="1280" height="800">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/1280x800.svg</size>
<size width="1280" height="1024">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/1280x1024.svg</size>
<size width="1920" height="1080">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/1920x1080.svg</size>
<size width="1920" height="1200">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/1920x1200.svg</size>
<size width="2520" height="1080">/usr/share/desktop-base/vesperos-theme/wallpaper/contents/images/2520x1080.svg</size>
</file>
</static>
</background>
@@ -1,7 +1,7 @@
{
"KPlugin": {
"Name": "ChillcraftOS",
"Id": "ChillcraftOS",
"Name": "VesperOS",
"Id": "VesperOS",
"License": "GPLv2+",
"Authors": [
{