diff --git a/.Desktop.swp b/.Desktop.swp new file mode 100644 index 0000000..441676f Binary files /dev/null and b/.Desktop.swp differ diff --git a/Desktop b/Desktop index 286a340..40154b7 100644 --- a/Desktop +++ b/Desktop @@ -1,12 +1,25 @@ aptitude install openbox 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 +aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev cd tint2-read-only ./configure make make install -echo "tint2 &" > ~/.config/openbox/autostart.sh +cp $NOWHERE/tintrc $HOME/.config/tint2/tint2rc + + +#CONKY aptitude install conky +cp $NOWHERE/conkyrc $HOME/.conkyrc + +#GMRUN +aptitude install gmrun +cp $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 diff --git a/GSM-openboxTheme.obt b/GSM-openboxTheme.obt new file mode 100644 index 0000000..4e06d8c Binary files /dev/null and b/GSM-openboxTheme.obt differ diff --git a/OpenBox-rc.xml b/OpenBox-rc.xml new file mode 100644 index 0000000..9684213 --- /dev/null +++ b/OpenBox-rc.xml @@ -0,0 +1,739 @@ + + + + + + + 10 + 20 + + + + yes + + no + + yes + + no + + 200 + + no + + + + + Smart + +
yes
+ + Any + +
+ + + Clearlooks + NLIMC + + yes + yes + + sans + 8 + + bold + + normal + + + + sans + 8 + + bold + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + bold + + normal + + + + + + + 4 + 1 + + + + 875 + + + + + yes + Nonpixel + + Center + + + + + 10 + + 10 + + + + + + + 0 + 0 + 0 + 0 + + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + + C-g + + + + nono + + + nono + + + nono + + + nono + + + nono + + + nono + + + nono + + + nono + + + 1 + + + 2 + + + 3 + + + 4 + + + + + + + + + + + + + + + + client-menu + + + gnome-screenshot + + + gnome-screenshot -w + + + + + + + + + + + + yesyes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + Lance GmRun + gmrun + + + + + + + 8 + + 200 + + 400 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + top + + + + + + + + + + left + + + + + + + + + + right + + + + + + + + + + bottom + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-list-combined-menu + + + root-menu + + + + + + + + + + + + + + + + + + + + + + + + + + /var/lib/openbox/debian-menu.xml + debian-menu.xml + menu.xml + 200 + + no + + 100 + + yes + + yes + + + + + + + +
diff --git a/autostart.sh b/autostart.sh new file mode 100644 index 0000000..47bbc27 --- /dev/null +++ b/autostart.sh @@ -0,0 +1,6 @@ +tint2 & +yakuake & +xchat & +pidgin & +evolution & +conky & diff --git a/conkyrc b/conkyrc index 4f10264..34e6331 100644 --- a/conkyrc +++ b/conkyrc @@ -1,6 +1,9 @@ #avoid flicker double_buffer yes +# set to yes if you want Conky to be forked in the background +background yes + #own window to run simultanious 2 or more conkys own_window yes own_window_transparent no @@ -36,7 +39,7 @@ xftfont bauhaus:pixelsize=11 #to prevent window from moving use_spacer none #use_spacer right -minimum_size 1260 0 +minimum_size 1268 0 TEXT -${alignc}Kernel: ${color D7D3C5}$kernel | ${color}Uptime: ${color D7D3C5}${uptime_short} | ${color }Down: ${color D7D3C5}${font}${downspeed eth0} Kb/s - ${color D7D3C5}${totaldown eth0} | ${color }Up: ${color D7D3C5}${upspeed eth0} Kb/s - ${color D7D3C5}${totalup eth0} | ${color }Root: ${color D7D3C5}${fs_free /} ${fs_bar 6,60 /} | ${color }Home: ${color D7D3C5}${fs_free /home} ${fs_bar 6,60 /home} | ${color }Mem: ${color D7D3C5}$memperc% ${color D7D3C5} ${membar 6,80}${color D7D3C5} | ${color}Cpu: ${color D7D3C5}${cpu}% ${color D7D3C5}${cpugraph 9,80 AEA08E 9F907D} ${color D7D3C5} +${alignc}Kernel: ${color D7D3C5}$kernel | ${color}Uptime: ${color D7D3C5}${uptime_short} | ${color }Down: ${color D7D3C5}${font}${downspeed eth0} Kb/s - ${color D7D3C5}${totaldown eth0} | ${color }Up: ${color D7D3C5}${upspeed eth0} Kb/s - ${color D7D3C5}${totalup eth0} | ${color }Root: ${color D7D3C5}${fs_free /} ${fs_bar 6,60 /} | ${color }Mem: ${color D7D3C5}$memperc% ${color D7D3C5} ${membar 6,80}${color D7D3C5} | ${color}Cpu: ${color D7D3C5}${cpu}% ${color D7D3C5}${cpugraph 9,80 AEA08E 9F907D} ${color D7D3C5} diff --git a/gmrunrc b/gmrunrc new file mode 100644 index 0000000..114ebb9 --- /dev/null +++ b/gmrunrc @@ -0,0 +1,18 @@ +# Set window geometry +Width = 500 +Top = 350 +Left = 250 + +# You can make aliases withing gmrun, for example: +# My second firefox profile (made with `firefox -ProfileManager`) +URL_ff =`/usr/bin/firefox` #type ff: +URL_google = x-www-browser 'http://www.google.com.ph/search?q=%s' +Terminal = gnome-terminal #type ctrl-enter +TermExec = gnome-terminal -e +URL_http = /usr/bin/firefox %u +URL_https = /usr/bin/firefox %u +URL_uf = /usr/bin/firefox http://ubuntuforums.org/ #type uf:// +URL_mail = /usr/bin/firefox https://mail.google.com/ #type mail:// + +URL_top = ${TermExec} '%s' #type [command] ctrl-enter +URL_mc = ${TermExec} '%s'