Configure package for mobile theme
This commit is contained in:
Vendored
+2
-1
@@ -90,10 +90,11 @@ Description: Transitional package to install kali-themes
|
|||||||
This dummy package can be safely removed once kali-themes is installed on the
|
This dummy package can be safely removed once kali-themes is installed on the
|
||||||
system.
|
system.
|
||||||
|
|
||||||
Package: kali-themes-phosh
|
Package: kali-themes-mobile
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
kali-themes,
|
kali-themes,
|
||||||
|
kali-wallpapers-mobile-2022,
|
||||||
adw-gtk3-kali,
|
adw-gtk3-kali,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: Configure Phosh desktop to use the Kali theme
|
Description: Configure Phosh desktop to use the Kali theme
|
||||||
|
|||||||
Vendored
+16
@@ -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#
|
||||||
Reference in New Issue
Block a user