#!/bin/sh
# PekWM start file
# ajouts par musher0
# Voir start.orig pour instructions
####
if [ "`which pwidgets`" = "" ];then
	if [ "`grep wary /etc/DISTRO_SPECS`" ];then
		/root/my-applications/bin/horloge-sienne4.sh
# xclockHautDroite.sh &
	   else
		/usr/local/Gtkbasic-003/Demos/GtkBasic-Analogclock/Verif-Horloge-Basic.sh &
	fi
fi
# killall fbpanel;sleep 0.5s;fbpanel &
# sleep 0.1s
# /root/my-applications/bin/dsqlib-appel.sh &
# sleep 0.1s
[ "`grep Wheezy /etc/DISTRO_SPECS`" ] && /root/my-applications/bin/stalonetray.sh &
# sleep 0.7s
wmctrl -s 1 &
# [ ! -f /tmp/spmaerc ] && /root/.pekwm/n-apps.sh &

# Vérifier si wary est connecté
[ "`grep wary /etc/DISTRO_SPECS`" -a  "`lsof -c dhcpcd | grep -om 1 socket`" = "" ] && /usr/local/apps/Connect/AppRun
# [ "`lsof | grep -om 1 yweather`" = "" ] && /usr/local/bin/yweather-gatineau
# si l'utilitaire météo n'est pas déjà en place, le lancer.
# fin des ajouts par musher0
