#!/bin/bash

yad --width=400 --height=200 \
--center \
--fixed \
--title="Calendar" \
--no-buttons \
yad \
           --calendar
