#!/bin/sh
if [ ! -z "$(pidof qtbatterywidget)" ]; then killall -9 qtbatterywidget; fi
