Screensaver and git auto pull

This commit is contained in:
Frank Villaro-Dixon 2013-07-27 19:09:01 +02:00
parent 9ff7d41457
commit fd422e9e34
2 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,10 @@ for gitrepo in `find ./ -maxdepth 3 -type d -name ".git" | sed 's/\/.git\+$//'`;
do
cd $gitrepo
echo $gitrepo
if [ -e do_not_auto_check ]; then
cd - > /dev/null
continue
fi;
git status
git pull 2>/dev/null

View file

@ -31,7 +31,7 @@ while true; do
$OCTOPUS wallpaper
sleep 240
done &
xautolock -time 60 -locker "systemctl suspend" &
exec /home/frank/Programmation/dotfiles/dwm/dwm