Subversion Repositories My Stuff

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

#!/bin/sh

if (ps -u $USER | grep amarok); then
        kdialog --passivepopup "Program Amarok uruchomiony otwieram główne okno programu" --title "Wciśnięty przycisk Uruchamiania Mediów"
else
        kdialog --passivepopup "Uruchamiam program Amarok" --title "Wciśnięty przycisk Uruchamiania Mediów"
fi

/usr/bin/amarok