packages/config/extras: remove all plymouth/wallpaper customizations, use Debian defaults
This commit is contained in:
@@ -4,18 +4,6 @@ download_extra:
|
||||
# Download unpackaged/third-party software
|
||||
# TODO file ITPs on bugs.debian.org, package for Debian
|
||||
mkdir -p cache/downloads/
|
||||
# https://gitlab.com/nodiscc/plymouth-theme-debian-logo
|
||||
-rm -rf config/includes.chroot/usr/share/plymouth/themes/debian-logo cache/downloads/plymouth-theme-debian-logo-1.0
|
||||
$(WGET) https://gitlab.com/nodiscc/plymouth-theme-debian-logo/-/archive/1.0/plymouth-theme-debian-logo-1.0.zip
|
||||
unzip -q cache/downloads/plymouth-theme-debian-logo-1.0.zip -d cache/downloads/
|
||||
mkdir -p config/includes.chroot/usr/share/plymouth/themes/
|
||||
mv cache/downloads/plymouth-theme-debian-logo-1.0 config/includes.chroot/usr/share/plymouth/themes/debian-logo
|
||||
# https://gitlab.com/nodiscc/cc0-wallpapers
|
||||
-rm -rf config/includes.chroot/usr/share/backgrounds/cc0-wallpapers cache/downloads/cc0-wallpapers-1.0
|
||||
$(WGET) https://gitlab.com/nodiscc/cc0-wallpapers/-/archive/1.0/cc0-wallpapers-1.0.zip
|
||||
unzip -q cache/downloads/cc0-wallpapers-1.0.zip -d cache/downloads/
|
||||
mkdir -p config/includes.chroot/usr/share/backgrounds/
|
||||
mv cache/downloads/cc0-wallpapers-1.0 config/includes.chroot/usr/share/backgrounds/cc0-wallpapers
|
||||
# https://gitlab.com/nodiscc/xfce4-terminal-colorschemes
|
||||
-rm -rf config/includes.chroot/usr/share/xfce4/terminal/colorschemes cache/downloads/xfce4-terminal-colorschemes-1.0
|
||||
$(WGET) https://gitlab.com/nodiscc/xfce4-terminal-colorschemes/-/archive/1.0/xfce4-terminal-colorschemes-1.0.zip
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
# transition-duration = overrides default value
|
||||
#
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/cc0-wallpapers/unsplash10.jpg
|
||||
background = /usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg
|
||||
user-background = false
|
||||
theme-name = Arc-Darker
|
||||
icon-theme-name = Papirus
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Administrator customizations go in this file
|
||||
#[Daemon]
|
||||
#Theme=text
|
||||
[Daemon]
|
||||
Theme=debian-logo
|
||||
@@ -1,6 +1,7 @@
|
||||
# xfce backdrop list
|
||||
/usr/share/backgrounds/cc0-wallpapers/unsplash1.jpg
|
||||
/usr/share/backgrounds/cc0-wallpapers/unsplash2.jpg
|
||||
/usr/share/backgrounds/cc0-wallpapers/unsplash5.jpg
|
||||
/usr/share/backgrounds/cc0-wallpapers/unsplash6.jpg
|
||||
/usr/share/backgrounds/cc0-wallpapers/unsplash10.jpg
|
||||
/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg
|
||||
/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1600x1200.svg
|
||||
/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/1600x1200.svg
|
||||
/usr/share/desktop-base/lines-theme/wallpaper/contents/images/1600x1200.svg
|
||||
/usr/share/desktop-base/joy-theme/wallpaper/contents/images/1600x1200.svg
|
||||
/usr/share/desktop-base/joy-inksplat-theme/wallpaper/contents/images/1600x1200.svg
|
||||
|
||||
@@ -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/cc0-wallpapers/unsplash10.jpg"/>
|
||||
<property name="image-path" type="string" value="/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/cc0-wallpapers/unsplash10.jpg"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg"/>
|
||||
<property name="backdrop-cycle-enable" type="bool" value="true"/>
|
||||
<property name="backdrop-cycle-timer" type="uint" value="600"/>
|
||||
<property name="image-style" type="int" value="0"/>
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="image-style" type="int" value="3"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/cc0-wallpapers/unsplash10.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="image-style" type="int" value="3"/>
|
||||
<property name="last-image" type="string" value="usr/share/backgrounds/cc0-wallpapers/unsplash10.jpg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/1600x1200.svg"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
|
||||
@@ -212,11 +212,9 @@ light-locker
|
||||
#Alt: xscreensaver-gl
|
||||
#Alt: xscreensaver-gl-extra
|
||||
|
||||
|
||||
# Boot screen
|
||||
plymouth
|
||||
plymouth-x11
|
||||
plymouth-themes
|
||||
|
||||
# Boot/init/permissions management
|
||||
systemd
|
||||
|
||||
Reference in New Issue
Block a user