#!/bin/bash

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

notify-send  \
"Messages Météo Jour1" \
"
Jour : $(sed -n 2p ${DirShell}/mess2)
----------
Nuit : $(sed -n 3p ${DirShell}/mess2)"

exit 0