Add kali light background and replace kali rings for login and lock screen
This commit is contained in:
Vendored
+2
-2
@@ -42,7 +42,7 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
|
||||
# (for GNOME)
|
||||
update-alternatives --install \
|
||||
/usr/share/images/desktop-base/desktop-lockscreen.xml \
|
||||
desktop-lockscreen.xml /usr/share/backgrounds/kali/kali-rings.xml 200
|
||||
desktop-lockscreen.xml /usr/share/backgrounds/kali/kali-light.xml 200
|
||||
|
||||
# Set up an alternative for the wallpaper for Plasma 5/KDE
|
||||
update-alternatives --install \
|
||||
@@ -52,7 +52,7 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
|
||||
# Login theme
|
||||
# Highest priority for active theme
|
||||
update-alternatives --install /usr/share/images/desktop-base/login-background.svg \
|
||||
desktop-login-background /usr/share/backgrounds/kali/kali-rings.svg 200
|
||||
desktop-login-background /usr/share/backgrounds/kali/kali-light.svg 200
|
||||
|
||||
# Set up an alternative for the GRUB background/colors config
|
||||
# Highest priority for active theme
|
||||
|
||||
Vendored
+2
-2
@@ -20,7 +20,7 @@ if [ "$1" = "remove" ]; then
|
||||
# Remove desktop-lockscreen.xml alternatives
|
||||
update-alternatives --remove \
|
||||
desktop-lockscreen.xml \
|
||||
/usr/share/backgrounds/kali/kali-rings.xml
|
||||
/usr/share/backgrounds/kali/kali-light.xml
|
||||
|
||||
# Remove Plasma 5/KDE wallpaper alternatives
|
||||
update-alternatives --remove \
|
||||
@@ -30,7 +30,7 @@ if [ "$1" = "remove" ]; then
|
||||
# Remove login theme alternatives
|
||||
update-alternatives --remove \
|
||||
desktop-login-background \
|
||||
/usr/share/backgrounds/kali/kali-rings.svg
|
||||
/usr/share/backgrounds/kali/kali-light.svg
|
||||
|
||||
# Remove GRUB alternatives
|
||||
update-alternatives --remove \
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ picture-uri='file:///usr/share/backgrounds/kali/kali-logo.xml'
|
||||
|
||||
[org.gnome.desktop.screensaver]
|
||||
picture-options='zoom'
|
||||
picture-uri='file:///usr/share/backgrounds/kali/kali-rings.xml'
|
||||
picture-uri='file:///usr/share/backgrounds/kali/kali-light.xml'
|
||||
|
||||
# Change mousepad editor settings
|
||||
[org.xfce.mousepad.preferences.view]
|
||||
|
||||
Reference in New Issue
Block a user