#!/bin/sh

kill `ps -acx -o pid,command | grep SystemUIServer | awk '{ print $1 }'`
