#!/bin/bash

source ~/conky/meteo_english/meteo.cfg

notify-send  \
"Day1 Weather Messages" \
"
Day   : $(sed -n 2p ${DirShell}/mess2)
----------
Night : $(sed -n 3p ${DirShell}/mess2)"

exit 0