git.y1.nz

fbui

Framebuffer-based graphical environment
download: https://git.y1.nz/archives/fbui.tar.gz
README | Files | Log | Refs

libfbui/start.sh

      1 #/bin/sh
      2 
      3 sync
      4 sync
      5 sync
      6 sync
      7 sync
      8 sync
      9 sync
     10 sync
     11 
     12 if [ "$1" == "" ]; then
     13 	export A=4
     14 else
     15 	export A=$1
     16 fi
     17 
     18 
     19 PanelManager/fbpm -c$A clouds.jpg &
     20 Start/fbstart -c$A &
     21 Clock/fbclock  -c$A -geo72x72+0-0 &
     22 # MailCheck/fbcheck  -geo 150x50+200-0 -c$A &
     23 LoadMonitor/fbload 4 -fg=orange -bg=black -geo200x150-0-0 -c$A &
     24 MPEG/mpeg2decode -$A -b MPEG/2004-18-a-low_mpeg.mpg &
     25 Viewer/fbview  -geo150x120-0+30 Viewer/497_1031_3.tif -c$A &
     26 Scribble/fbscribble -c$A &
     27 Calc/fbcalc -c$A &
     28 Term/fbterm  -c$A &
     29 ToDo/fbtodo -c$A &
     30 
     31 #echo "break exit" > cmds
     32 #echo "break exit" >> cmds
     33 #echo "break exit" >> cmds
     34 #echo "break exit" >> cmds
     35 #echo "break exit" >> cmds
     36 #echo "break exit" >> cmds
     37 #echo "break exit" >> cmds
     38 #echo "break exit" >> cmds
     39 #echo "break exit" >> cmds
     40 #echo "break exit" >> cmds
     41 #echo "break exit" >> cmds
     42 #echo "break exit" >> cmds
     43 #echo "break exit" >> cmds
     44 #echo "run -c$A" >> cmds
     45 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.