Update instruction for installing ob
This commit is contained in:
parent
b48c6771ce
commit
5bfd673b4d
16
Desktop
16
Desktop
@ -1,27 +1,29 @@
|
||||
NOWHERE=$PWD
|
||||
|
||||
aptitude install openbox
|
||||
aptitude install openbox obconf obmenu
|
||||
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
|
||||
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
|
||||
|
||||
cd tint2-read-only
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
cp $NOWHERE/tintrc $HOME/.config/tint2/tint2rc
|
||||
mkdir $HOME/.config/tint2/tint2rc
|
||||
ln -s $NOWHERE/tint2rc $HOME/.config/tint2/tint2rc
|
||||
|
||||
|
||||
#CONKY
|
||||
aptitude install conky
|
||||
cp $NOWHERE/conkyrc $HOME/.conkyrc
|
||||
ln -s $NOWHERE/conkyrc $HOME/.conkyrc
|
||||
|
||||
#GMRUN
|
||||
aptitude install gmrun
|
||||
cp $NOWHERE/gmrunrc $HOME/.gmrunrc
|
||||
ln -s $NOWHERE/gmrunrc $HOME/.gmrunrc
|
||||
|
||||
#Config openbox
|
||||
#install GSM-openboxTheme.obt dans openbox
|
||||
cp $NOWHERE/OpenBox-rx.xml $HOME/.config/openbox/rc.xml
|
||||
cp $NOWHERE/autostart.sh $HOME/.config/openbox/autostart.sh
|
||||
mkdir ~/.config/openbox
|
||||
ln -s $NOWHERE/OpenBox-rc.xml $HOME/.config/openbox/rc.xml
|
||||
ln -s $NOWHERE/autostart.sh $HOME/.config/openbox/autostart.sh
|
||||
|
Loading…
Reference in New Issue
Block a user