Configure background for kali purple in all desktops
This commit is contained in:
Vendored
+15
@@ -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#
|
||||
Reference in New Issue
Block a user