#!/bin/sh time='  '"$(date '+%H:%M:%S') " date=' '"$(date '+%d/%m/%Y')" case $BLOCK_BUTTON in 1) notify-send -u low "$date" ;; 3) notify-send -u low "$date" ;; esac echo -n "$time" exit 0