You are not logged in.

#126 2008-07-29 22:10:59

kichawa
Member
Registered: 2008-07-15
Posts: 32

Re: Share your Openbox Desktop ! :)

prol wrote:

I made this by copying some of the config files in this thread. The theme is arch.blue
http://img167.imageshack.us/img167/7848 … qn3.th.png

hi smile How do you insetr weather's icons in conky's scripts ?

Offline

#127 2008-07-29 23:27:46

synorgy
Member
From: $HOME
Registered: 2005-07-11
Posts: 272
Website

Re: Share your Openbox Desktop ! :)

7-26-08-thumb.png

running:
     docker with glipper-old, volwheel, xpad (with modded icon), nm-applet, sonata (and MPD, of course), and lalcal
     terminal (with a very poorly written - and never run -  python script declaring arch's superiority)
     pcmanfm (and fam as the backend)
     firefox (with a LOT of customization - menuhide plugin, custom start and other not so visible hacks or mods.)
     


conkyrc:
xinitrc:
Xdefaults (for lalcal):
autostart.sh
openbox: Gilouche (found here)
gtk theme: Clearlooks-Gilouche (with radius set to 0.0 in the gtkrc file)

If you have any questions - lemme know.

EDITED because I can't spell.

Last edited by synorgy (2008-07-29 23:28:53)


"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)

Offline

#128 2008-07-30 00:37:40

cardinals_fan
Member
From: /dev/null
Registered: 2008-02-03
Posts: 248

Re: Share your Openbox Desktop ! :)

synorgy wrote:

...

You brought me back from Xmonad/Xfce with that post!  I'll put up my stuff as soon as I'm done tweaking...


Segmentation fault (core dumped)

Offline

#129 2008-07-30 00:42:10

synorgy
Member
From: $HOME
Registered: 2005-07-11
Posts: 272
Website

Re: Share your Openbox Desktop ! :)

I'm glad you like it, cardinals_fan.


"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)

Offline

#130 2008-07-30 06:06:22

nesrecar
Member
From: Germany/Munich
Registered: 2004-06-06
Posts: 79

Re: Share your Openbox Desktop ! :)

Found time to play with it (:

desktop-small.png

Used apps and scripts:

openbox
conky
pypanel
some scripts for nvidia-settings
simple shell script for weather
urxvt
zsh
hddtemp
sensors
feh

I was inspired by many configurations in here and from the web, some I built by my own, hope you like it (:

Actual configurations:

conky systemrc (left)

background yes
use_xft yes
xftfont Monospace-9
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_left
gap_x 45
gap_y 55
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right


TEXT
${color #ffcb48}$kernel [$machine]${color}

${color #ffcb48}CPU
${color}  Core 1: ${cpu cpu1} ${execi 8 sensors | grep -A 1 'Core 0' | cut -c14-16 | sed '/^$/d'}C
  ${cpubar cpu1 5,110}
${color}  Core 2: ${cpu cpu2} ${execi 8 sensors | grep -A 1 'Core 1' | cut -c14-16 | sed '/^$/d'}C
  ${cpubar cpu2 5,110}
${color}  Core 3: ${cpu cpu3} ${execi 8 sensors | grep -A 1 'Core 2' | cut -c14-16 | sed '/^$/d'}C
  ${cpubar cpu3 5,110}
${color}  Core 4: ${cpu cpu4} ${execi 8 sensors | grep -A 1 'Core 3' | cut -c14-16 | sed '/^$/d'}C
  ${cpubar cpu4 5,110}

${color #ffcb48}GPU
${color}  GPU 0: ${exec ~/scripts/conky/nvidia-gpu.sh}
${color}  ${exec ~/scripts/conky/nvidia-version.sh} +${exec ~/scripts/conky/nvidia-gputemp.sh}C

${color #ffcb48}RAM
${color}  $mem/$memmax $memperc%
${color}  ${membar 5,80}

${color #ffcb48}Hard Disks
${color}  /dev/sda => ${hddtemp /dev/sda}
${color}  /dev/sdb => ${hddtemp /dev/sdb}
${color}  /dev/sdc => ${hddtemp /dev/sdc}
${color}  /dev/sdd => ${hddtemp /dev/sdd}

${color #ffcb48}Disk I/O
${color}  read  ${color}$diskio_read
${color}  write ${color}$diskio_write

${color #ffcb48}Load
${color}  $loadavg

${color #ffcb48}Resources
${color}  ${top_mem name 1}    ${top_mem mem 1}
${color}  ${top_mem name 2}    ${top_mem mem 2}
${color}  ${top_mem name 3}    ${top_mem mem 3}
${color}  ${top_mem name 4}    ${top_mem mem 4}
${color}  ${top_mem name 5}    ${top_mem mem 5}
${color}  ${top_mem name 6}    ${top_mem mem 6}

${color #ffcb48}Data
${color #ffcb48}  swap ${color}$swap / $swapmax
${color}  ${swapbar 5,146}
${color #ffcb48}  root ${color}${fs_used /} / ${fs_size /}
${color}  ${fs_bar 5,146 /}
${color #ffcb48}  usr ${color}${fs_used /usr/} / ${fs_size /usr/}
${color}  ${fs_bar 5,146 /usr/}
${color #ffcb48}  var ${color}${fs_used /var/} / ${fs_size /var/}
${color}  ${fs_bar 5,146 /var/}

conky mpdrc (top)

background yes
use_xft yes
xftfont Bitstream Vera Sans Mono:size=10

xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_middle
gap_x 0
gap_y 10
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right


TEXT
${color #ffcb48}$mpd_artist - $mpd_title [$mpd_album] ($mpd_elapsed/$mpd_length)

conky graphrc (right)

background yes
use_xft yes
xftfont Monospace-9
xftalpha 0.8
update_interval 3.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders no
border_margin 2
border_width 2
default_color grey
default_shade_color 888888
alignment top_right
gap_x 45
gap_y 55
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer right


TEXT
${color #ffcb48}CPU Average
${color}${cpugraph cpu0 FFCB48 FFCB48}
${color #ffcb48}Core 1 $alignr Core 2
${color}${cpugraph cpu1 25,120 FFFFFF FFFFFF} $alignr${cpugraph cpu2 25,120 FFFFFF FFFFFF}
${color #ffcb48}Core 3 $alignr Core 4
${color}${cpugraph cpu3 25,120 FFFFFF FFFFFF} $alignr${cpugraph cpu4 25,120 FFFFFF FFFFFF}

${color #ffcb48}Disk I/O
${color}${diskiograph /dev/sdc FFCB48 FFCB48}
${color #ffcb48}Read $alignr Write
${color}${diskiograph_read /dev/sdc 25,120 FFFFFF FFFFFF} $alignr${diskiograph_write /dev/sdc 25,120 FFFFFF FFFFFF}

${color #ffcb48}Downspeed
${color}${downspeedgraph eth0 FFCB48 FFCB48}
${color #ffcb48}Upspeed
${color}${upspeedgraph eth0 FFCB48 FFCB48}

${color #ffcb48}Weather
${color}${exec ~/scripts/conky/weather.sh "EUR|DE|GM002|M%FCnchen|"}

weather.sh

#!/bin/sh

METRIC=1

if [ -z $1 ]; then
    echo
    echo "USAGE: weather.sh <locationcode>"
    echo
    exit 0;
fi

curl -s http://rss.accuweather.com/rss/liveweather_rss.asp\?metric\=${METRIC}\&locCode\=$1 | perl -ne 'if (/Currently/) {chomp;/\<title\>Currently: (.*)?\<\/title\>/; print "$1"; }'

scripts/nvidia-gpu.sh

#!/bin/sh

nvidia-settings -q gpus |grep '0] (' | cut -d '(' -f 2,2 | sed -e 's/.\{1\}$//'

nvidia-gputemp.sh

#!/bin/sh

nvidia-settings -q gpucoretemp |grep '):' | cut -d ' ' -f 6,6 | sed -e 's/.\{1\}$//'

nvidia-version.sh

#!/bin/sh

nvidia-settings -q NvidiaDriverVersion |grep '):' | cut -d ' ' -f 6,6

Last edited by nesrecar (2008-07-31 17:13:10)


Public Key 0x24685E35 available from any key server you trust.

IRC: ssimon/Nesrecar

Offline

#131 2008-07-30 15:22:42

wimac
Member
From: Michigan, USA
Registered: 2008-06-06
Posts: 20
Website

Re: Share your Openbox Desktop ! :)

my openbox setup

clean and  simple just conky.

073020081024x768desktopdf4.th.png

Last edited by wimac (2008-07-30 23:16:27)


.wimac

//screenshots//configs//

Offline

#132 2008-07-30 18:24:54

securitybreach
Member
From: In front of my computers
Registered: 2007-11-18
Posts: 416
Website

Re: Share your Openbox Desktop ! :)

nesrecar wrote:

Found time to play with it (:

http://freeforge.net/~ssimon/files/grap … -small.png

Used apps and scripts:

openbox
conky
pypanel
some scripts for nvidia-settings
simple shell script for weather
urxvt
zsh
hddtemp
sensors
feh

I was inspired by many configurations in here and from the web, some I built by my own, hope you like it (:

Do you have a link for the wallpaper>? It looks pretty cool.

Thanks


"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website      Configs
Forum Admin: Bruno's All Things Linux   
securitybreach<a>archlinux.us

Offline

#133 2008-07-30 20:11:58

nesrecar
Member
From: Germany/Munich
Registered: 2004-06-06
Posts: 79

Re: Share your Openbox Desktop ! :)


Public Key 0x24685E35 available from any key server you trust.

IRC: ssimon/Nesrecar

Offline

#134 2008-07-30 20:25:48

nightm4re
Member
Registered: 2005-12-30
Posts: 42
Website

Re: Share your Openbox Desktop ! :)

chochem wrote:

Thanks for posting this. with the risk of running off-thread-topic - how do I configure it? Any other way than editing the python script directly? And what are the added options? Transparency would be a nice touch ...

configuring the python version is done by right clicking it while running and selecting the configure option from the menu smile

Offline

#135 2008-07-30 20:46:27

securitybreach
Member
From: In front of my computers
Registered: 2007-11-18
Posts: 416
Website

Re: Share your Openbox Desktop ! :)


"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website      Configs
Forum Admin: Bruno's All Things Linux   
securitybreach<a>archlinux.us

Offline

#136 2008-07-31 07:03:25

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

45e29fe7463a268ab380a326ea328t.jpg

Click for full size

Running:

OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminal

cat ~/.pypanelrc

VERSION = 2.4

BG_COLOR    = "0x333333"
TASK_COLOR      = "0xece9e2"
FOCUSED_COLOR   = "0x1793D1"
SHADED_COLOR    = "0xece9e2"
MINIMIZED_COLOR = "0x696969"
DESKTOP_COLOR   = "0xece9e2"
CLOCK_COLOR    = "0x1793D1"
LINE_COLOR    = "0x1793D1"

TASK_SHADOW_COLOR    = "0xFFFFFF"
FOCUSED_SHADOW_COLOR    = "0xFFFFFF"
SHADED_SHADOW_COLOR    = "0xFFFFFF"
MINIMIZED_SHADOW_COLOR    = "0xFFFFFF" 
DESKTOP_SHADOW_COLOR    = "0xFFFFFF"
CLOCK_SHADOW_COLOR    = "0xFFFFFF"

P_LOCATION    = 1        # panel placement: 0 = top, 1 = bottom
P_WIDTH        = 0        # panel width: 0 = full screen width
P_START        = 0        # starting X coordinate of the panel
P_SPACER    = 15        # spacing between panel objects
P_HEIGHT    = 20
P_L_BUFF        = 2
P_R_BUFF        = 2
P_T_BUFF        = 4
P_B_BUFF        = 4

I_HEIGHT    = 16        # application icon height
I_WIDTH        = 16        # application icon Width 
APPL_I_HEIGHT    = 16        # application launcher icon height
APPL_I_WIDTH    = 16        # application launcher icon width
TRAY_I_HEIGHT    = 16        # system tray icon height
TRAY_I_WIDTH    = 16        # system tray icon width

CLOCK_FORMAT    = "%m.%d.%Y // %H:%M"
CLOCK_DELAY    = 20

HIDE_LIST    = ["netwmpager"]
HIDDEN_SIZE     = 2

FONT        = "Myraid Pro:size=8"

SHOWALL        = 0        # show windows from all desktops
SHOWMINIMIZED    = 0        # only show minimized windows
SHADE        = 1000

ABOVE        = 1        # panel is always above other apps
APPICONS    = 1        # show application icons
AUTOHIDE    = 0        # autohide uses the CLOCK_DELAY timer above
SHADOWS        = 0        # show text shadows
SHOWLINES    = 0        # show object seperation lines
SHOWBORDER    = 0        # show a border around the panel

DESKTOP_NAMES    = []

# Order

DESKTOP        = 1
TASKS        = 2
CLOCK        = 5
TRAY        = 4
LAUNCHER    = 0

def desktopButtonEvent(pp, button):
    pass

def taskButtonEvent(pp, button, task):
    if button == 1:
        pp.taskFocus(task)
    elif button == 2:
        task.obj.destroy()
    elif button == 3:
        pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

def clockButtonEvent(pp, button):
    pp.showDesktop()

def panelButtonEvent(pp, button):
    pass

cat ~/.config/openbox/menu.xml

<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id="root-menu" label="Openbox 3">
  <separator label="Froli's Arch" />
        <item label="Internet">
            <action name="Execute">
                <execute>
                    firefox3-bin
                </execute>
            </action>
        </item>
        <item label="Calculator">
            <action name="Execute">
                <execute>
                    gnome-calculator
                </execute>
            </action>
        </item>
        <item label="Terminal">
            <action name="Execute">
                <execute>
                    gnome-terminal
                </execute>
            </action>
        </item>
    <separator/>
        <item label="Home">
            <action name="Execute">
                <execute>
                    thunar /home/froli/
                </execute>
            </action>
        </item>
        <item label="Documents">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Documents
                </execute>
            </action>
        </item>
        <item label="Pictures">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Images
                </execute>
            </action>
        </item>
        <item label="Music">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Musique
                </execute>
            </action>
        </item>
        <item label="Videos">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Vidéos
                </execute>
            </action>
        </item>
        <item label="Downloads">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Downloads
                </execute>
            </action>
        </item>
        <separator/>
<menu id="root-menu-971013" label="Applications">
<menu id="root-menu-971014" label="Accesoires">
            <item label="Cheese">
                <action name="Execute">
                    <execute>
                        cheese
                    </execute>
                </action>
            </item>
            <item label="Gcolor2">
                <action name="Execute">
                    <execute>
                        gcolor2
                    </execute>
                </action>
            </item>
            <item label="GIMP">
                <action name="Execute">
                    <execute>
                        gimp
                    </execute>
                </action>
            </item>
            <item label="GParted">
                <action name="Execute">
                    <execute>
                        gparted
                    </execute>
                </action>
            </item>
            <item label="Leafpad">
                <action name="Execute">
                    <execute>
                        leafpad
                    </execute>
                </action>
            </item>
            <item label="Pypar2">
                <action name="Execute">
                    <execute>
                        pypar2
                    </execute>
                </action>
            </item>
            <item label="Sysinfo">
                <action name="Execute">
                    <execute>
                        sysinfo
                    </execute>
                </action>
            </item>
            <item label="Tilda">
                <action name="Execute">
                    <execute>
                        tilda
                    </execute>
                </action>
            </item>
            <item label="Urxvt">
                <action name="Execute">
                    <execute>
                        urxvt
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971015" label="Bureautique">
            <item label="OpenOffice.org 2.4 Base">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -base
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Calc">
                <action name="Execute">
                    <execute>
                        opt/openoffice/program/soffice -calc
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Draw">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -draw
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Impress">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -impress
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Math">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -math
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Printer Administration">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/spadmin
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Writer">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -writer
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971016" label="Internet">
            <item label="aMSN">
                <action name="Execute">
                    <execute>
                        amsn
                    </execute>
                </action>
            </item>
            <item label="Deluge Torrent">
                <action name="Execute">
                    <execute>
                        deluge
                    </execute>
                </action>
            </item>
            <item label="Emesene">
                <action name="Execute">
                    <execute>
                        emesene
                    </execute>
                </action>
            </item>
            <item label="Epiphany">
                <action name="Execute">
                    <execute>
                        epiphany
                    </execute>
                </action>
            </item>
            <item label="Firefox">
                <action name="Execute">
                    <execute>
                        firefox3-bin
                    </execute>
                </action>
            </item>
            <item label="Gajim">
                <action name="Execute">
                    <execute>
                        gajim
                    </execute>
                </action>
            </item>
            <item label="LimeWire">
                <action name="Execute">
                    <execute>
                        limewire
                    </execute>
                </action>
            </item>
            <item label="Pan">
                <action name="Execute">
                    <execute>
                        pan
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971017" label="Jeux">
            <item label="Blackjack">
                <action name="Execute">
                    <execute>
                        blackjack
                    </execute>
                </action>
            </item>
            <item label="Cinq ou plus">
                <action name="Execute">
                    <execute>
                        glines
                    </execute>
                </action>
            </item>
            <item label="Frozen Bubble">
                <action name="Execute">
                    <execute>
                        frozen-bubble
                    </execute>
                </action>
            </item>
            <item label="Jeux d'échecs">
                <action name="Execute">
                    <execute>
                        glchess
                    </execute>
                </action>
            </item>
            <item label="Mahjongg">
                <action name="Execute">
                    <execute>
                        mahjongg
                    </execute>
                </action>
            </item>
            <item label="Mines">
                <action name="Execute">
                    <execute>
                        gnomine
                    </execute>
                </action>
            </item>
            <item label="Puissance 4">
                <action name="Execute">
                    <execute>
                        gnect
                    </execute>
                </action>
            </item>
            <item label="Xmoto">
                <action name="Execute">
                    <execute>
                        xmoto
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971018" label="Multimédia">
            <item label="Audacious">
                <action name="Execute">
                    <execute>
                        audacious
                    </execute>
                </action>
            </item>
            <item label="Brasero">
                <action name="Execute">
                    <execute>
                        brasero
                    </execute>
                </action>
            </item>
            <item label="EasyTAG">
                <action name="Execute">
                    <execute>
                        easytag
                    </execute>
                </action>
            </item>
            <item label="GnomeBaker">
                <action name="Execute">
                    <execute>
                        gnomebaker
                    </execute>
                </action>
            </item>
            <item label="GtkPod">
                <action name="Execute">
                    <execute>
                        gtkpod
                    </execute>
                </action>
            </item>
            <item label="MPlayer">
                <action name="Execute">
                    <execute>
                        mplayer
                    </execute>
                </action>
            </item>
            <item label="PyTube">
                <action name="Execute">
                    <execute>
                        pytube
                    </execute>
                </action>
            </item>
            <item label="Sonata">
                <action name="Execute">
                    <execute>
                        sonata
                    </execute>
                </action>
            </item>
            <item label="Totem">
                <action name="Execute">
                    <execute>
                        totem
                    </execute>
                </action>
            </item>
            <item label="VLC">
                <action name="Execute">
                    <execute>
                        vlc
                    </execute>
                </action>
            </item>
            <item label="WinFF">
                <action name="Execute">
                    <execute>
                        winff
                    </execute>
                </action>
            </item>
        </menu>
    </menu>
        <menu id="root-menu-67754" label="Openbox">
            <item label="Nitrogen">
                <action name="Execute">
                    <execute>
                        nitrogen /home/froli/Images/Wallpaper
                    </execute>
                </action>
            </item>
            <item label="Obconf">
                <action name="Execute">
                    <execute>
                        obconf
                    </execute>
                </action>
            </item>
            <item label="Obmenu">
                <action name="Execute">
                    <execute>
                        obmenu
                    </execute>
                </action>
            </item>
            <item label="Reconfigure">
                <action name="Reconfigure"/>
            </item>
        </menu>
        <separator/>
<menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" />
<menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/>
  <menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" />
        <separator/>
        <item label="Exit">
            <action name="Exit"/>
        </item>
    </menu>
</openbox_menu>

cat ~/.config/openbox/autostart.sh

#!/bin/bash
#
hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png &
thunar --daemon &
pypanel &
sh /home/froli/.conky/conkylaunch &
emesene &

Hope you'll like it wink

Last edited by froli (2008-07-31 07:07:59)


archlinux on Macbook Pro 10,1

Offline

#137 2008-07-31 08:57:20

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Share your Openbox Desktop ! :)

Froli, did you adapt your background to fit the whole layout better? (Ie did you put a black bar behind conky or did you make conky use a tinted background by itself?)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#138 2008-07-31 15:22:15

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

B wrote:

Froli, did you adapt your background to fit the whole layout better? (Ie did you put a black bar behind conky or did you make conky use a tinted background by itself?)

No my background fill the whole screen. It's my conky that is not transparent and I created a 15 pixel margin on the top of the screen to have my conky always visible.

You have to set

own_window_transparent

to

own_window_transparent no

and I think the default color will be the background color

Here's my conkyrc (sorry it's quoted in french):

# Le clignotement, ça pique les yeux
double_buffer yes

# Si jamais on voulait plusieurs Conkys simultanément
own_window  yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager

# Bordures
draw_borders no
border_margin 1

# Ombres
draw_shades no

# Position
gap_x 0
gap_y 0
alignment top_left

# Comportement
update_interval 1

# Couleurs
default_color  8f8f8f
#default_shade_color 000000
own_window_colour 262626

# Polices
use_xft yes
xftfont bauhaust:pixelsize=10

# Pas bouger !
use_spacer no
minimum_size 1280 0



TEXT
${voffset -1}${alignc} ${color e0e0e0}${font}$user_names@$nodename  // ${color} CPU : ${color e0e0e0}${font}${cpu}% ${color} RAM : ${color e0e0e0}${font}${mem} ${color} SWAP : ${color e0e0e0}${font}$swapperc%${color}${color}  |  ${color}Uptime : ${color e0e0e0}${font}${uptime_short}${color}  |  ${color}Root : ${color e0e0e0}${font}${fs_free /} ${color} Home : ${color e0e0e0}${font}${fs_free /home}${color}  |  WIFI: ${color e0e0e0}${wireless_link_qual_perc ath0}%${color}  |  Updates:${color e0e0e0} ${texeci 15 perl /home/froli/Documents/scripts/conky-updates.pl}${color}  |  GMail: ${color e0e0e0}${texeci 15 /home/froli/Documents/scripts/checkgmail-perso.sh}${color}  |  ${mpd_status}  -  ${color e0e0e0}${font}${mpd_smart}${color} ${mpd_bar 5,100} ${mpd_elapsed}/${mpd_length}

Just ask if you want one of my scripts.

Last edited by froli (2008-07-31 15:26:26)


archlinux on Macbook Pro 10,1

Offline

#139 2008-07-31 15:27:19

crispus
Member
Registered: 2008-07-31
Posts: 54

Re: Share your Openbox Desktop ! :)

scree216.png.xs.jpg

last time i installed *nix was about 4-5 years ago.  man is it good to be back.

Last edited by crispus (2008-07-31 15:49:04)


archin since 04!
hey, does this rag smell like chloroform to you?
last.fm + slsk

Offline

#140 2008-07-31 15:34:29

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

crispus wrote:

just came back to arch after about 5 years of being... archless.
http://xs329.xs.to/xs329/08314/scree216.png

Nice background!

Mind sharing your bluedots.jpg one? lol I'm kidding tongue ... or not...:rolleyes:


archlinux on Macbook Pro 10,1

Offline

#141 2008-07-31 15:47:12

crispus
Member
Registered: 2008-07-31
Posts: 54

Re: Share your Openbox Desktop ! :)

bluedots288.jpg.xs.jpg

big_smile

Last edited by crispus (2008-07-31 15:47:28)


archin since 04!
hey, does this rag smell like chloroform to you?
last.fm + slsk

Offline

#142 2008-07-31 15:58:43

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

wink


archlinux on Macbook Pro 10,1

Offline

#143 2008-07-31 17:13:45

nesrecar
Member
From: Germany/Munich
Registered: 2004-06-06
Posts: 79

Re: Share your Openbox Desktop ! :)

Added my own/collected scripts/configs, forgot it /:

Last edited by nesrecar (2008-07-31 17:14:04)


Public Key 0x24685E35 available from any key server you trust.

IRC: ssimon/Nesrecar

Offline

#144 2008-07-31 19:04:55

Nikke
Member
From: Sweden
Registered: 2008-04-27
Posts: 60
Website

Re: Share your Openbox Desktop ! :)

froli wrote:

http://pix.nofrag.com/d/c/2/45e29fe7463 … ea328t.jpg

Click for full size

Running:

OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminal

cat ~/.pypanelrc

VERSION = 2.4

BG_COLOR    = "0x333333"
TASK_COLOR      = "0xece9e2"
FOCUSED_COLOR   = "0x1793D1"
SHADED_COLOR    = "0xece9e2"
MINIMIZED_COLOR = "0x696969"
DESKTOP_COLOR   = "0xece9e2"
CLOCK_COLOR    = "0x1793D1"
LINE_COLOR    = "0x1793D1"

TASK_SHADOW_COLOR    = "0xFFFFFF"
FOCUSED_SHADOW_COLOR    = "0xFFFFFF"
SHADED_SHADOW_COLOR    = "0xFFFFFF"
MINIMIZED_SHADOW_COLOR    = "0xFFFFFF" 
DESKTOP_SHADOW_COLOR    = "0xFFFFFF"
CLOCK_SHADOW_COLOR    = "0xFFFFFF"

P_LOCATION    = 1        # panel placement: 0 = top, 1 = bottom
P_WIDTH        = 0        # panel width: 0 = full screen width
P_START        = 0        # starting X coordinate of the panel
P_SPACER    = 15        # spacing between panel objects
P_HEIGHT    = 20
P_L_BUFF        = 2
P_R_BUFF        = 2
P_T_BUFF        = 4
P_B_BUFF        = 4

I_HEIGHT    = 16        # application icon height
I_WIDTH        = 16        # application icon Width 
APPL_I_HEIGHT    = 16        # application launcher icon height
APPL_I_WIDTH    = 16        # application launcher icon width
TRAY_I_HEIGHT    = 16        # system tray icon height
TRAY_I_WIDTH    = 16        # system tray icon width

CLOCK_FORMAT    = "%m.%d.%Y // %H:%M"
CLOCK_DELAY    = 20

HIDE_LIST    = ["netwmpager"]
HIDDEN_SIZE     = 2

FONT        = "Myraid Pro:size=8"

SHOWALL        = 0        # show windows from all desktops
SHOWMINIMIZED    = 0        # only show minimized windows
SHADE        = 1000

ABOVE        = 1        # panel is always above other apps
APPICONS    = 1        # show application icons
AUTOHIDE    = 0        # autohide uses the CLOCK_DELAY timer above
SHADOWS        = 0        # show text shadows
SHOWLINES    = 0        # show object seperation lines
SHOWBORDER    = 0        # show a border around the panel

DESKTOP_NAMES    = []

# Order

DESKTOP        = 1
TASKS        = 2
CLOCK        = 5
TRAY        = 4
LAUNCHER    = 0

def desktopButtonEvent(pp, button):
    pass

def taskButtonEvent(pp, button, task):
    if button == 1:
        pp.taskFocus(task)
    elif button == 2:
        task.obj.destroy()
    elif button == 3:
        pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

def clockButtonEvent(pp, button):
    pp.showDesktop()

def panelButtonEvent(pp, button):
    pass

cat ~/.config/openbox/menu.xml

<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id="root-menu" label="Openbox 3">
  <separator label="Froli's Arch" />
        <item label="Internet">
            <action name="Execute">
                <execute>
                    firefox3-bin
                </execute>
            </action>
        </item>
        <item label="Calculator">
            <action name="Execute">
                <execute>
                    gnome-calculator
                </execute>
            </action>
        </item>
        <item label="Terminal">
            <action name="Execute">
                <execute>
                    gnome-terminal
                </execute>
            </action>
        </item>
    <separator/>
        <item label="Home">
            <action name="Execute">
                <execute>
                    thunar /home/froli/
                </execute>
            </action>
        </item>
        <item label="Documents">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Documents
                </execute>
            </action>
        </item>
        <item label="Pictures">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Images
                </execute>
            </action>
        </item>
        <item label="Music">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Musique
                </execute>
            </action>
        </item>
        <item label="Videos">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Vidéos
                </execute>
            </action>
        </item>
        <item label="Downloads">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Downloads
                </execute>
            </action>
        </item>
        <separator/>
<menu id="root-menu-971013" label="Applications">
<menu id="root-menu-971014" label="Accesoires">
            <item label="Cheese">
                <action name="Execute">
                    <execute>
                        cheese
                    </execute>
                </action>
            </item>
            <item label="Gcolor2">
                <action name="Execute">
                    <execute>
                        gcolor2
                    </execute>
                </action>
            </item>
            <item label="GIMP">
                <action name="Execute">
                    <execute>
                        gimp
                    </execute>
                </action>
            </item>
            <item label="GParted">
                <action name="Execute">
                    <execute>
                        gparted
                    </execute>
                </action>
            </item>
            <item label="Leafpad">
                <action name="Execute">
                    <execute>
                        leafpad
                    </execute>
                </action>
            </item>
            <item label="Pypar2">
                <action name="Execute">
                    <execute>
                        pypar2
                    </execute>
                </action>
            </item>
            <item label="Sysinfo">
                <action name="Execute">
                    <execute>
                        sysinfo
                    </execute>
                </action>
            </item>
            <item label="Tilda">
                <action name="Execute">
                    <execute>
                        tilda
                    </execute>
                </action>
            </item>
            <item label="Urxvt">
                <action name="Execute">
                    <execute>
                        urxvt
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971015" label="Bureautique">
            <item label="OpenOffice.org 2.4 Base">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -base
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Calc">
                <action name="Execute">
                    <execute>
                        opt/openoffice/program/soffice -calc
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Draw">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -draw
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Impress">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -impress
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Math">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -math
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Printer Administration">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/spadmin
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Writer">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -writer
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971016" label="Internet">
            <item label="aMSN">
                <action name="Execute">
                    <execute>
                        amsn
                    </execute>
                </action>
            </item>
            <item label="Deluge Torrent">
                <action name="Execute">
                    <execute>
                        deluge
                    </execute>
                </action>
            </item>
            <item label="Emesene">
                <action name="Execute">
                    <execute>
                        emesene
                    </execute>
                </action>
            </item>
            <item label="Epiphany">
                <action name="Execute">
                    <execute>
                        epiphany
                    </execute>
                </action>
            </item>
            <item label="Firefox">
                <action name="Execute">
                    <execute>
                        firefox3-bin
                    </execute>
                </action>
            </item>
            <item label="Gajim">
                <action name="Execute">
                    <execute>
                        gajim
                    </execute>
                </action>
            </item>
            <item label="LimeWire">
                <action name="Execute">
                    <execute>
                        limewire
                    </execute>
                </action>
            </item>
            <item label="Pan">
                <action name="Execute">
                    <execute>
                        pan
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971017" label="Jeux">
            <item label="Blackjack">
                <action name="Execute">
                    <execute>
                        blackjack
                    </execute>
                </action>
            </item>
            <item label="Cinq ou plus">
                <action name="Execute">
                    <execute>
                        glines
                    </execute>
                </action>
            </item>
            <item label="Frozen Bubble">
                <action name="Execute">
                    <execute>
                        frozen-bubble
                    </execute>
                </action>
            </item>
            <item label="Jeux d'échecs">
                <action name="Execute">
                    <execute>
                        glchess
                    </execute>
                </action>
            </item>
            <item label="Mahjongg">
                <action name="Execute">
                    <execute>
                        mahjongg
                    </execute>
                </action>
            </item>
            <item label="Mines">
                <action name="Execute">
                    <execute>
                        gnomine
                    </execute>
                </action>
            </item>
            <item label="Puissance 4">
                <action name="Execute">
                    <execute>
                        gnect
                    </execute>
                </action>
            </item>
            <item label="Xmoto">
                <action name="Execute">
                    <execute>
                        xmoto
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971018" label="Multimédia">
            <item label="Audacious">
                <action name="Execute">
                    <execute>
                        audacious
                    </execute>
                </action>
            </item>
            <item label="Brasero">
                <action name="Execute">
                    <execute>
                        brasero
                    </execute>
                </action>
            </item>
            <item label="EasyTAG">
                <action name="Execute">
                    <execute>
                        easytag
                    </execute>
                </action>
            </item>
            <item label="GnomeBaker">
                <action name="Execute">
                    <execute>
                        gnomebaker
                    </execute>
                </action>
            </item>
            <item label="GtkPod">
                <action name="Execute">
                    <execute>
                        gtkpod
                    </execute>
                </action>
            </item>
            <item label="MPlayer">
                <action name="Execute">
                    <execute>
                        mplayer
                    </execute>
                </action>
            </item>
            <item label="PyTube">
                <action name="Execute">
                    <execute>
                        pytube
                    </execute>
                </action>
            </item>
            <item label="Sonata">
                <action name="Execute">
                    <execute>
                        sonata
                    </execute>
                </action>
            </item>
            <item label="Totem">
                <action name="Execute">
                    <execute>
                        totem
                    </execute>
                </action>
            </item>
            <item label="VLC">
                <action name="Execute">
                    <execute>
                        vlc
                    </execute>
                </action>
            </item>
            <item label="WinFF">
                <action name="Execute">
                    <execute>
                        winff
                    </execute>
                </action>
            </item>
        </menu>
    </menu>
        <menu id="root-menu-67754" label="Openbox">
            <item label="Nitrogen">
                <action name="Execute">
                    <execute>
                        nitrogen /home/froli/Images/Wallpaper
                    </execute>
                </action>
            </item>
            <item label="Obconf">
                <action name="Execute">
                    <execute>
                        obconf
                    </execute>
                </action>
            </item>
            <item label="Obmenu">
                <action name="Execute">
                    <execute>
                        obmenu
                    </execute>
                </action>
            </item>
            <item label="Reconfigure">
                <action name="Reconfigure"/>
            </item>
        </menu>
        <separator/>
<menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" />
<menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/>
  <menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" />
        <separator/>
        <item label="Exit">
            <action name="Exit"/>
        </item>
    </menu>
</openbox_menu>

cat ~/.config/openbox/autostart.sh

#!/bin/bash
#
hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png &
thunar --daemon &
pypanel &
sh /home/froli/.conky/conkylaunch &
emesene &

Hope you'll like it wink

Whats the theme?

Offline

#145 2008-08-01 03:50:06

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

@Nikke Gtk theme is Nova-Blue (found on gnome-art) and OpenBox theme is arch.blue (found on box-look)


archlinux on Macbook Pro 10,1

Offline

#146 2008-08-01 09:34:45

hBd
Member
From: Romania - Cluj Napoca
Registered: 2008-06-08
Posts: 241
Website

Re: Share your Openbox Desktop ! :)

synorgy wrote:

http://georgiasouthern.edu/~bbenne10/sc … -thumb.png

running:
     docker with glipper-old, volwheel, xpad (with modded icon), nm-applet, sonata (and MPD, of course), and lalcal
     terminal (with a very poorly written - and never run -  python script declaring arch's superiority)
     pcmanfm (and fam as the backend)
     firefox (with a LOT of customization - menuhide plugin, custom start and other not so visible hacks or mods.)
     


conkyrc:
xinitrc:
Xdefaults (for lalcal):
autostart.sh
openbox: Gilouche (found here)
gtk theme: Clearlooks-Gilouche (with radius set to 0.0 in the gtkrc file)

If you have any questions - lemme know.

EDITED because I can't spell.

what pkg contains nm-applet ??? i found the network manager pkg wich contains nm-tool but dosen't work neutral

Offline

#147 2008-08-01 09:38:03

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Share your Openbox Desktop ! :)

gnome-network-manager.

Offline

#148 2008-08-01 09:49:32

hBd
Member
From: Romania - Cluj Napoca
Registered: 2008-06-08
Posts: 241
Website

Re: Share your Openbox Desktop ! :)

ty, but i have a little problem with that. doesent show any icon on tray, there is a space for it, and i can click on it...better i show u
nmappletva7.th.png

in terminal :

** (nm-applet:21047): WARNING **: <WARN>  nma_dbus_init(): could not acquire its service.  dbus_bus_acquire_service() says: 'Connection ":1.8" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'

Offline

#149 2008-08-01 09:54:08

Nikke
Member
From: Sweden
Registered: 2008-04-27
Posts: 60
Website

Re: Share your Openbox Desktop ! :)

Nikke wrote:
froli wrote:

http://pix.nofrag.com/d/c/2/45e29fe7463 … ea328t.jpg

Click for full size

Running:

OpenBox Menu
Conky
PyPanel
Thunar
Sonata
Gnome-Terminal

cat ~/.pypanelrc

VERSION = 2.4

BG_COLOR    = "0x333333"
TASK_COLOR      = "0xece9e2"
FOCUSED_COLOR   = "0x1793D1"
SHADED_COLOR    = "0xece9e2"
MINIMIZED_COLOR = "0x696969"
DESKTOP_COLOR   = "0xece9e2"
CLOCK_COLOR    = "0x1793D1"
LINE_COLOR    = "0x1793D1"

TASK_SHADOW_COLOR    = "0xFFFFFF"
FOCUSED_SHADOW_COLOR    = "0xFFFFFF"
SHADED_SHADOW_COLOR    = "0xFFFFFF"
MINIMIZED_SHADOW_COLOR    = "0xFFFFFF" 
DESKTOP_SHADOW_COLOR    = "0xFFFFFF"
CLOCK_SHADOW_COLOR    = "0xFFFFFF"

P_LOCATION    = 1        # panel placement: 0 = top, 1 = bottom
P_WIDTH        = 0        # panel width: 0 = full screen width
P_START        = 0        # starting X coordinate of the panel
P_SPACER    = 15        # spacing between panel objects
P_HEIGHT    = 20
P_L_BUFF        = 2
P_R_BUFF        = 2
P_T_BUFF        = 4
P_B_BUFF        = 4

I_HEIGHT    = 16        # application icon height
I_WIDTH        = 16        # application icon Width 
APPL_I_HEIGHT    = 16        # application launcher icon height
APPL_I_WIDTH    = 16        # application launcher icon width
TRAY_I_HEIGHT    = 16        # system tray icon height
TRAY_I_WIDTH    = 16        # system tray icon width

CLOCK_FORMAT    = "%m.%d.%Y // %H:%M"
CLOCK_DELAY    = 20

HIDE_LIST    = ["netwmpager"]
HIDDEN_SIZE     = 2

FONT        = "Myraid Pro:size=8"

SHOWALL        = 0        # show windows from all desktops
SHOWMINIMIZED    = 0        # only show minimized windows
SHADE        = 1000

ABOVE        = 1        # panel is always above other apps
APPICONS    = 1        # show application icons
AUTOHIDE    = 0        # autohide uses the CLOCK_DELAY timer above
SHADOWS        = 0        # show text shadows
SHOWLINES    = 0        # show object seperation lines
SHOWBORDER    = 0        # show a border around the panel

DESKTOP_NAMES    = []

# Order

DESKTOP        = 1
TASKS        = 2
CLOCK        = 5
TRAY        = 4
LAUNCHER    = 0

def desktopButtonEvent(pp, button):
    pass

def taskButtonEvent(pp, button, task):
    if button == 1:
        pp.taskFocus(task)
    elif button == 2:
        task.obj.destroy()
    elif button == 3:
        pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

def clockButtonEvent(pp, button):
    pp.showDesktop()

def panelButtonEvent(pp, button):
    pass

cat ~/.config/openbox/menu.xml

<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id="root-menu" label="Openbox 3">
  <separator label="Froli's Arch" />
        <item label="Internet">
            <action name="Execute">
                <execute>
                    firefox3-bin
                </execute>
            </action>
        </item>
        <item label="Calculator">
            <action name="Execute">
                <execute>
                    gnome-calculator
                </execute>
            </action>
        </item>
        <item label="Terminal">
            <action name="Execute">
                <execute>
                    gnome-terminal
                </execute>
            </action>
        </item>
    <separator/>
        <item label="Home">
            <action name="Execute">
                <execute>
                    thunar /home/froli/
                </execute>
            </action>
        </item>
        <item label="Documents">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Documents
                </execute>
            </action>
        </item>
        <item label="Pictures">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Images
                </execute>
            </action>
        </item>
        <item label="Music">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Musique
                </execute>
            </action>
        </item>
        <item label="Videos">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Vidéos
                </execute>
            </action>
        </item>
        <item label="Downloads">
            <action name="Execute">
                <execute>
                    thunar /home/froli/Downloads
                </execute>
            </action>
        </item>
        <separator/>
<menu id="root-menu-971013" label="Applications">
<menu id="root-menu-971014" label="Accesoires">
            <item label="Cheese">
                <action name="Execute">
                    <execute>
                        cheese
                    </execute>
                </action>
            </item>
            <item label="Gcolor2">
                <action name="Execute">
                    <execute>
                        gcolor2
                    </execute>
                </action>
            </item>
            <item label="GIMP">
                <action name="Execute">
                    <execute>
                        gimp
                    </execute>
                </action>
            </item>
            <item label="GParted">
                <action name="Execute">
                    <execute>
                        gparted
                    </execute>
                </action>
            </item>
            <item label="Leafpad">
                <action name="Execute">
                    <execute>
                        leafpad
                    </execute>
                </action>
            </item>
            <item label="Pypar2">
                <action name="Execute">
                    <execute>
                        pypar2
                    </execute>
                </action>
            </item>
            <item label="Sysinfo">
                <action name="Execute">
                    <execute>
                        sysinfo
                    </execute>
                </action>
            </item>
            <item label="Tilda">
                <action name="Execute">
                    <execute>
                        tilda
                    </execute>
                </action>
            </item>
            <item label="Urxvt">
                <action name="Execute">
                    <execute>
                        urxvt
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971015" label="Bureautique">
            <item label="OpenOffice.org 2.4 Base">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -base
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Calc">
                <action name="Execute">
                    <execute>
                        opt/openoffice/program/soffice -calc
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Draw">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -draw
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Impress">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -impress
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Math">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -math
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Printer Administration">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/spadmin
                    </execute>
                </action>
            </item>
            <item label="OpenOffice.org 2.4 Writer">
                <action name="Execute">
                    <execute>
                        /opt/openoffice/program/soffice -writer
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971016" label="Internet">
            <item label="aMSN">
                <action name="Execute">
                    <execute>
                        amsn
                    </execute>
                </action>
            </item>
            <item label="Deluge Torrent">
                <action name="Execute">
                    <execute>
                        deluge
                    </execute>
                </action>
            </item>
            <item label="Emesene">
                <action name="Execute">
                    <execute>
                        emesene
                    </execute>
                </action>
            </item>
            <item label="Epiphany">
                <action name="Execute">
                    <execute>
                        epiphany
                    </execute>
                </action>
            </item>
            <item label="Firefox">
                <action name="Execute">
                    <execute>
                        firefox3-bin
                    </execute>
                </action>
            </item>
            <item label="Gajim">
                <action name="Execute">
                    <execute>
                        gajim
                    </execute>
                </action>
            </item>
            <item label="LimeWire">
                <action name="Execute">
                    <execute>
                        limewire
                    </execute>
                </action>
            </item>
            <item label="Pan">
                <action name="Execute">
                    <execute>
                        pan
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971017" label="Jeux">
            <item label="Blackjack">
                <action name="Execute">
                    <execute>
                        blackjack
                    </execute>
                </action>
            </item>
            <item label="Cinq ou plus">
                <action name="Execute">
                    <execute>
                        glines
                    </execute>
                </action>
            </item>
            <item label="Frozen Bubble">
                <action name="Execute">
                    <execute>
                        frozen-bubble
                    </execute>
                </action>
            </item>
            <item label="Jeux d'échecs">
                <action name="Execute">
                    <execute>
                        glchess
                    </execute>
                </action>
            </item>
            <item label="Mahjongg">
                <action name="Execute">
                    <execute>
                        mahjongg
                    </execute>
                </action>
            </item>
            <item label="Mines">
                <action name="Execute">
                    <execute>
                        gnomine
                    </execute>
                </action>
            </item>
            <item label="Puissance 4">
                <action name="Execute">
                    <execute>
                        gnect
                    </execute>
                </action>
            </item>
            <item label="Xmoto">
                <action name="Execute">
                    <execute>
                        xmoto
                    </execute>
                </action>
            </item>
        </menu>
<menu id="root-menu-971018" label="Multimédia">
            <item label="Audacious">
                <action name="Execute">
                    <execute>
                        audacious
                    </execute>
                </action>
            </item>
            <item label="Brasero">
                <action name="Execute">
                    <execute>
                        brasero
                    </execute>
                </action>
            </item>
            <item label="EasyTAG">
                <action name="Execute">
                    <execute>
                        easytag
                    </execute>
                </action>
            </item>
            <item label="GnomeBaker">
                <action name="Execute">
                    <execute>
                        gnomebaker
                    </execute>
                </action>
            </item>
            <item label="GtkPod">
                <action name="Execute">
                    <execute>
                        gtkpod
                    </execute>
                </action>
            </item>
            <item label="MPlayer">
                <action name="Execute">
                    <execute>
                        mplayer
                    </execute>
                </action>
            </item>
            <item label="PyTube">
                <action name="Execute">
                    <execute>
                        pytube
                    </execute>
                </action>
            </item>
            <item label="Sonata">
                <action name="Execute">
                    <execute>
                        sonata
                    </execute>
                </action>
            </item>
            <item label="Totem">
                <action name="Execute">
                    <execute>
                        totem
                    </execute>
                </action>
            </item>
            <item label="VLC">
                <action name="Execute">
                    <execute>
                        vlc
                    </execute>
                </action>
            </item>
            <item label="WinFF">
                <action name="Execute">
                    <execute>
                        winff
                    </execute>
                </action>
            </item>
        </menu>
    </menu>
        <menu id="root-menu-67754" label="Openbox">
            <item label="Nitrogen">
                <action name="Execute">
                    <execute>
                        nitrogen /home/froli/Images/Wallpaper
                    </execute>
                </action>
            </item>
            <item label="Obconf">
                <action name="Execute">
                    <execute>
                        obconf
                    </execute>
                </action>
            </item>
            <item label="Obmenu">
                <action name="Execute">
                    <execute>
                        obmenu
                    </execute>
                </action>
            </item>
            <item label="Reconfigure">
                <action name="Reconfigure"/>
            </item>
        </menu>
        <separator/>
<menu id="mpd" label="MPD" execute="python /home/froli/Documents/scripts/ob-mpd-0.3.py" />
<menu id="Python2" label="System-Info" execute="sh /home/froli/Documents/scripts/sysinfo.sh"/>
  <menu id="pipe-weather" label="Puyallup (WA)" execute="python ~/.config/openbox/scripts/gweather.py Puyallup" />
        <separator/>
        <item label="Exit">
            <action name="Exit"/>
        </item>
    </menu>
</openbox_menu>

cat ~/.config/openbox/autostart.sh

#!/bin/bash
#
hsetroot -tile /home/froli/Images/Wallpaper/73999-arch_openbox.png &
thunar --daemon &
pypanel &
sh /home/froli/.conky/conkylaunch &
emesene &

Hope you'll like it wink

Whats the theme?

I ment the openbox theme smile

::edit:: lol sorry didnt read what you wrote tongue

Last edited by Nikke (2008-08-01 10:31:37)

Offline

#150 2008-08-02 05:48:56

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: Share your Openbox Desktop ! :)

hBd wrote:

ty, but i have a little problem with that. doesent show any icon on tray, there is a space for it, and i can click on it...better i show u
http://img116.imageshack.us/img116/3299 … va7.th.png

in terminal :

** (nm-applet:21047): WARNING **: <WARN>  nma_dbus_init(): could not acquire its service.  dbus_bus_acquire_service() says: 'Connection ":1.8" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'

This page may help http://wiki.archlinux.org/index.php/Net … her_WM.27s


archlinux on Macbook Pro 10,1

Offline

Board footer

Powered by FluxBB