#!/bin/bash
purge_packages || exit 1
sudo rm -f ~/.config/autostart/conky.desktop ~/.conkyrc || error "Failed to remove autostart file or .conkyrc!"
killall conky 2>/dev/null
exit 0