Configure the default avatar

This commit is contained in:
Raphaël Hertzog 2019-11-19 10:45:35 +01:00
parent a7f721a8e2
commit 434b63cd12
3 changed files with 6 additions and 1 deletions

View File

@ -48,6 +48,10 @@ if [ "$1" = "configure" ]; then
# Install remaining new files
install_all
fi
# Configure /root/.face to have a red-background avatar
if [ ! -e /root/.face ]; then
cp /usr/share/icons/Flat-Remix-Blue-Dark/apps/scalable/avatar-root.svg /root/.face
fi
# Copy grub theme to /boot
mkdir -p /boot/grub/themes/kali
cp -r /usr/share/grub/themes/kali/* /boot/grub/themes/kali/

View File

@ -1 +0,0 @@
system-users.svg

Before

Width:  |  Height:  |  Size: 16 B

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 B

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB