Configure background for kali purple in all desktops

This commit is contained in:
Daniel Ruiz de Alegría
2023-02-11 20:13:19 +01:00
parent 86fe206d7a
commit 0eafc1d62b
3 changed files with 20 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh
comment="Wallpaper for Kali Purple theme"
if ! grep -q "${comment}" /usr/share/plasma/desktoptheme/kali/metadata.desktop; then
cat >> /usr/share/plasma/desktoptheme/kali/metadata.desktop <<- EOF
# $comment
[Wallpaper]
defaultWallpaperTheme=KaliPurple
defaultWidth=3840
defaultHeight=2160
EOF
fi
#DEBHELPER#