Add Kali Purple themes for KDE Plasma

This commit is contained in:
Daniel Ruiz de Alegría
2023-02-12 11:40:58 +01:00
parent 48a5e613a3
commit 97d7e35d64
9 changed files with 299 additions and 26 deletions
-15
View File
@@ -1,15 +0,0 @@
#!/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#