#!/bin/bash

# An example script for the genmon plugin displaying the date

echo "<txt>"$(date +"%a %d/%m/%Y")
echo "          "$(date +"%H:%M")"</txt>"
echo "<tool>"$(date +"%A %d %B %Y")"</tool>"
