echo "Resetting alarm..."
xalarm_set $DELAY $MESSAGE
else
+ # Integration with Awesome VM
+ if which awesome-client &> /dev/null; then
+ echo "naughty.notify({title = \"X Alarm:\", text =\"The following alarm will block the screen soon: $MESSAGE\", timeout = 5})" | awesome-client
+ sleep 5
+ fi
+
+ # Integration with SM(6)
if which sm &> /dev/null; then
#sm -f '#ffffff' -b '#1c1c1c' $MESSAGE
(timer=0; while sleep 1; do let timer++; echo $MESSAGE - $timer; echo -e '\f'; done) | sm -f '#ffffff' -b '#1c1c1c' -