#!/bin/bash

source ~/conky/meteo+lune4/meteo.cfg

notify-send  \
"Messages Meteo Jour1" \
"
Courante : $(sed -n 1p ${DirShell}/mess2)
----------
Jour         : $(sed -n 2p ${DirShell}/mess2)
----------
Nuit         : $(sed -n 3p ${DirShell}/mess2)"

exit 0