fbs view themes/default/init.sh @ rev 5

Add a theme and a Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 14:08:52 2014 +0200 (2014-05-02)
parents
children
line source
1 #!/bin/sh
2 # Expand the progress bar
4 width=$(fbset | fgrep "geometry" | cut -d " " -f 2)
5 bar_width=$(($width - 160))
7 sed -i s"/BAR_WIDTH=.*/BAR_WIDTH=$bar_width/" \
8 $(dirname $0)/splash.cfg