Tom Ashley

Results 2 comments of Tom Ashley

Hey, thanks for the quick reply All the scripts are in the right place. I added "logger notify-awesome $1 for $USER" into notify awesome, just before the notify function is...

I've made my own notify-awesome script that now looks like this: #!/bin/bash USER="user" CARD=$1 echo "dollar 1 is $1" >>/tmp/screenful function notify() { su ${USER} -c 'export DISPLAY=":0.0" &&\ echo...