Configure package for mobile theme

This commit is contained in:
Daniel Ruiz de Alegría
2022-11-21 13:29:36 +01:00
parent 6c87381c2e
commit 10217e1b9b
2 changed files with 18 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/sh
comment="Wallpaper for mobile 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=NethunterProRedBlue
defaultFileSuffix=.png
defaultWidth=3800
defaultHeight=3800
EOF
fi
#DEBHELPER#