diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-10-25 12:39:26 +0200 | 
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-11-03 19:18:24 +0100 | 
| commit | 0e92b0b2afbc33e4d923e18d0b6c86e1037f5026 (patch) | |
| tree | deff4eaf47130dbabed723e0c99dc35878892b74 | |
| parent | 95431942d68123495c35f55b1b2511abb9dff500 (diff) | |
| download | kanotix-0e92b0b2afbc33e4d923e18d0b6c86e1037f5026.zip kanotix-0e92b0b2afbc33e4d923e18d0b6c86e1037f5026.tar.gz  | |
plasmamobile override wallpaper
use kanotix-spring
| -rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes index 29c4123..3ea8a0c 100755 --- a/config/chroot_local-hooks/03-towelfire-fixes +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -9,6 +9,12 @@ if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/m     sed -i 's/applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager,preferred:\/\/browser//' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml  fi +# plasmamobile + +if [ -f /usr/share/plasma/look-and-feel/org.kde.breeze.mobile/contents/defaults ]; then +   sed -i 's/Image=Next/Image=kanotix-spring/' /usr/share/plasma/look-and-feel/org.kde.breeze.mobile/contents/defaults +fi +  # set flag as default in keyboard layout  if [ -f /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml ]; then     sed -i 's/<default>0/<default>1/' /usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/config/main.xml  | 
