Background switcher

Αθανάσιος Οικονόμου athoik at gmail.com
Thu Mar 29 20:28:08 EEST 2007


Στις 29/3/2007, Αθανάσιος Οικονόμου <athoik at gmail.com> έγραψε:
>
>
>
> > Μπορεί τώρα να μου πει κάποιος πως θα πω στο shell το παρακάτω
> > (ακολουθεί
> > ψευδοκώδικας):
> > ΑΝ (ώρα>07:00 && ώρα<19:00)
> >         {
> >         dcop kdesktop KBackgroundIface setWallpaper 0 μέρα.jpg 1
> >         }
> > ΑΛΛΙΩΣ
> >         {
> >         dcop kdesktop KBackgroundIface setWallpaper 0 νύχτα.jpg 1
> >         }
> >
> >
> >
> Ελπίζω να βοηθήσει το παρακάτω ;-)
>
> #!/bin/bash
>
> $dt=`date +%H`
>
> if [ $dt -gt 7 -a $dt -lt 19 ]; then
>  echo morning;
> else
>  echo night;
> fi;
>
>
ooopsss
λάθος  $dt=`date +%H`
σωστό dt=`date +%H`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hellug.gr/pipermail/linux-greek-users/attachments/20070329/0cf5a93a/attachment.htm>


More information about the Linux-greek-users mailing list