#!/bin/sh

systray-item-edit "$@" '' $(grep Icon= "$@" | cut -d= -f2) "$(grep "Name=" "$@" | cut -d= -f2-)"
