feat: add KDE Plasma customization scripts and docs
This commit is contained in:
8
uninstall.sh
Executable file
8
uninstall.sh
Executable 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.'
|
||||
Reference in New Issue
Block a user