feat: add KDE Plasma customization scripts and docs

This commit is contained in:
droid
2026-03-23 16:40:14 +08:00
commit f0ced79af7
10 changed files with 4924 additions and 0 deletions

8
uninstall.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
systemctl --user disable --now plasma-dock-autofit.path plasma-dock-autofit.service || true
rm -f "$HOME/.config/systemd/user/plasma-dock-autofit.path" "$HOME/.config/systemd/user/plasma-dock-autofit.service"
rm -f "$HOME/.local/bin/recalc-plasma-bottom-docks.sh"
rm -rf "$HOME/.config/panel-colorizer/presets/LogicDock"
systemctl --user daemon-reload
echo 'Removed auto-fit service, script and custom preset.'