From 85a49d2edd6ceda704a6cdc084e2459174fcda36 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 16 Jan 2026 23:56:38 +0530 Subject: initial commit --- uninstall.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 uninstall.sh (limited to 'uninstall.sh') diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..8a37073 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -e + +echo "Removing power-watch..." + +systemctl --user disable --now power-watch.timer || true + +rm -f ~/.config/systemd/user/power-watch.service +rm -f ~/.config/systemd/user/power-watch.timer +rm -f ~/.local/bin/power-watch.sh + +systemctl --user daemon-reload + +echo "Removed." -- cgit v1.2.3