Add kali light background and replace kali rings for login and lock screen
4
debian/kali-desktop-base.postinst
vendored
@ -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
|
||||
|
||||
4
debian/kali-desktop-base.prerm
vendored
@ -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 \
|
||||
|
||||
2
debian/kali-themes.gsettings-override
vendored
@ -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]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/kali/kali-rings-16x9.png
|
||||
background = /usr/share/backgrounds/kali/kali-light-16x9.png
|
||||
theme-name = Kali-Dark
|
||||
font-name = Cantarell 11
|
||||
icon-theme-name = Flat-Remix-Blue-Dark
|
||||
|
||||
BIN
share/backgrounds/kali/kali-light-16x10.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
share/backgrounds/kali/kali-light-16x9.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
share/backgrounds/kali/kali-light-4x3.png
Normal file
|
After Width: | Height: | Size: 508 KiB |
1
share/backgrounds/kali/kali-light.svg
Normal file
|
After Width: | Height: | Size: 30 KiB |
@ -2,15 +2,15 @@
|
||||
<static>
|
||||
<duration>8640000.0</duration>
|
||||
<file>
|
||||
<size width="1024" height="768">/usr/share/backgrounds/kali/kali-rings-4x3.png</size>
|
||||
<size width="1280" height="720">/usr/share/backgrounds/kali/kali-rings-16x9.png</size>
|
||||
<size width="1280" height="800">/usr/share/backgrounds/kali/kali-rings-16x10.png</size>
|
||||
<size width="1600" height="1200">/usr/share/backgrounds/kali/kali-rings-4x3.png</size>
|
||||
<size width="1920" height="1080">/usr/share/backgrounds/kali/kali-rings-16x9.png</size>
|
||||
<size width="1920" height="1200">/usr/share/backgrounds/kali/kali-rings-16x10.png</size>
|
||||
<size width="2560" height="1440">/usr/share/backgrounds/kali/kali-rings-16x9.png</size>
|
||||
<size width="2560" height="1600">/usr/share/backgrounds/kali/kali-rings-16x10.png</size>
|
||||
<size width="3840" height="2160">/usr/share/backgrounds/kali/kali-rings-16x9.png</size>
|
||||
<size width="1024" height="768">/usr/share/backgrounds/kali/kali-light-4x3.png</size>
|
||||
<size width="1280" height="720">/usr/share/backgrounds/kali/kali-light-16x9.png</size>
|
||||
<size width="1280" height="800">/usr/share/backgrounds/kali/kali-light-16x10.png</size>
|
||||
<size width="1600" height="1200">/usr/share/backgrounds/kali/kali-light-4x3.png</size>
|
||||
<size width="1920" height="1080">/usr/share/backgrounds/kali/kali-light-16x9.png</size>
|
||||
<size width="1920" height="1200">/usr/share/backgrounds/kali/kali-light-16x10.png</size>
|
||||
<size width="2560" height="1440">/usr/share/backgrounds/kali/kali-light-16x9.png</size>
|
||||
<size width="2560" height="1600">/usr/share/backgrounds/kali/kali-light-16x10.png</size>
|
||||
<size width="3840" height="2160">/usr/share/backgrounds/kali/kali-light-16x9.png</size>
|
||||
</file>
|
||||
</static>
|
||||
</background>
|
||||
|
Before Width: | Height: | Size: 518 KiB |
|
Before Width: | Height: | Size: 317 KiB |
|
Before Width: | Height: | Size: 710 KiB After Width: | Height: | Size: 710 KiB |
|
Before Width: | Height: | Size: 36 KiB |
@ -8,9 +8,16 @@
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<name>Kali Light</name>
|
||||
<filename>/usr/share/backgrounds/kali/kali-light.xml</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
</wallpaper>
|
||||
<wallpaper>
|
||||
<name>Kali Rings</name>
|
||||
<filename>/usr/share/backgrounds/kali/kali-rings.xml</filename>
|
||||
<filename>/usr/share/backgrounds/kali/kali-rings.png</filename>
|
||||
<options>zoom</options>
|
||||
<pcolor>#ffffff</pcolor>
|
||||
<scolor>#000000</scolor>
|
||||
|
||||