Initial emerald theme integration

This commit is contained in:
Jonathan Carter
2022-12-11 13:47:04 +02:00
parent 147788feb7
commit c23c3eb02e
3 changed files with 20 additions and 9 deletions
+1
View File
@@ -24,6 +24,7 @@ README for desktop-base
1.1. Theme packs
Six theme packs are currently provided:
- Emerald (default for Bookworm)
- Homeworld (default for Bullseye)
- futurePrototype (default for Buster)
- Soft Waves (default for Stretch)
+3 -1
View File
@@ -13,6 +13,7 @@ Copyright: 2002, Colin Walters <walters@debian.org>
2012, Eshat Cakar <info@eshat.de>
2012, Paul Tagliamonte <paultag@debian.org>
2014-2019, Aurélien COUDERC <coucouf@debian.org>
2012-2022, Jonathan Carter <jcc@debian.org>
License: GPL-2+
Files: pixmaps/debian-security.png
@@ -37,7 +38,8 @@ Files: lines-theme/*
softwaves-theme/*
moonlight-theme/*
homeworld-theme/*
Copyright: 2014-2018, Juliette Taka Belin <juliette.belin@logilab.fr>
emerald-theme/*
Copyright: 2014-2022, Juliette Taka Belin <juliette.belin@logilab.fr>
License: GPL-2+
Files: futureprototype-theme/*
+16 -8
View File
@@ -66,7 +66,8 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
desktop-theme \
/usr/share/desktop-base/$theme-theme $priority
done << EOF
homeworld 50
emerald 50
homeworld 40
futureprototype 40
moonlight 40
softwaves 40
@@ -90,7 +91,8 @@ EOF
desktop-background \
/usr/share/desktop-base/$theme-theme/wallpaper/contents/images/$filename $priority
done << EOF
homeworld 1920x1080.svg 65
emerald 1920x1080.svg 65
homeworld 1920x1080.svg 50
futureprototype 1920x1080.svg 50
moonlight 1920x1080.svg 50
softwaves 1024x768.svg 50
@@ -139,7 +141,8 @@ EOF
desktop-background.xml \
/usr/share/desktop-base/$theme-theme/wallpaper/gnome-background.xml $priority
done << EOF
homeworld 40
emerald 40
homeworld 30
futureprototype 30
moonlight 30
softwaves 30
@@ -165,7 +168,8 @@ EOF
desktop-lockscreen.xml \
/usr/share/desktop-base/$theme-theme/lockscreen/gnome-background.xml $priority
done << EOF
homeworld 40
emerald 40
homeworld 30
futureprototype 30
moonlight 30
softwaves 30
@@ -189,7 +193,8 @@ EOF
desktop-plasma5-wallpaper \
/usr/share/desktop-base/$theme-theme/wallpaper $priority
done << EOF
homeworld 40
emerald 40
homeworld 30
futureprototype 30
moonlight 30
softwaves 30
@@ -212,7 +217,8 @@ EOF
desktop-login-background \
/usr/share/desktop-base/$theme-theme/login/$background $priority
done << EOF
homeworld background.svg 40
emerald background.svg 40
homeworld background.svg 30
futureprototype background.svg 30
moonlight background.svg 30
softwaves background.svg 30
@@ -262,8 +268,10 @@ EOF
desktop-grub.sh \
/usr/share/desktop-base/$theme-theme/grub/grub_background.sh
done << EOF
homeworld 4x3 40
homeworld 16x9 40
emerald 4x3 40
emerald 16x9 40
homeworld 4x3 30
homeworld 16x9 30
futureprototype 4x3 30
futureprototype 16x9 30
moonlight 4x3 30