fbui | Framebuffer-based graphical environment |
| download: https://git.y1.nz/archives/fbui.tar.gz | |
| README | Files | Log | Refs |
libfbui/start-fbwm.sh
1 #/bin/sh
2
3 if [ "$1" == "" ]; then
4 export A=4
5 else
6 export A=$1
7 fi
8
9 Clock/fbclock -c$A -geo130x50+0-0 &
10 MailCheck/fbcheck -geo 150x50+200-0 -c$A &
11 LoadMonitor/fbload 4 -geo80x150-0-0 -c$A &
12 Viewer/fbview -geo80x120-0+30 Viewer/meander.jpg -c$A &
13 Term/fbterm -c$A &
14 Calc/fbcalc -geo80x200-0+160 -c$A &
15
16 sleep 2
17 # sleep needed because fbwm doesn't handle requests for autoplacement
18 WindowManager/fbwm clouds.jpg -c$A
19
20 #sleep 60
21 #Dump/fbdump
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.