You are not logged in.

#151 2008-08-02 07:53:19

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

Re: Share your Openbox Desktop ! :)

i found the answer, and works now. but thx anyway tongue

Offline

#152 2008-08-03 12:26:00

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: Share your Openbox Desktop ! :)

hi froli, nice artwork and thx for sharing. i'm quite interested in your conky-updates.pl script! is it possible for you to share it? would like to insert this feature into my conky panel :>

Offline

#153 2008-08-03 15:15:42

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

Re: Share your Openbox Desktop ! :)

arch0r wrote:

hi froli, nice artwork and thx for sharing. i'm quite interested in your conky-updates.pl script! is it possible for you to share it? would like to insert this feature into my conky panel :>

You have to create conky-updates.pl and put this in it:

#! /usr/bin/perl -w
use strict;
# November 15, 2006
# Daniel Vredenburg (Vredfreak)
# This is a program that checks for package updates for Arch Linux users.

open (MYINPUTFILE, "/home/froli/Documents/scripts/updates.log") or die "No such file or directory: $!";

my $i = 0;
while(<MYINPUTFILE>)
{
        if (/^(.*)\/(.*)(\..*\..*\.)/)  {
                #print " \n";
                $i++;
        }

}
if ($i == 0) {
        print "0";
} else {
        print "$i";
}
close(MYINPUTFILE);

After, you have to create an empty file called updates.log and adapt this line of the conky-updates.pl file to you:

open (MYINPUTFILE, "/home/froli/Documents/scripts/updates.log") or die "No such file or directory: $!";

Then you have to copy this line to your .conkyrc:

${texeci 1 perl /home/froli/Documents/scripts/conky-updates.pl}${color}

I hope you'll understand my poor english tongue Just ask if you have any other question.


archlinux on Macbook Pro 10,1

Offline

#154 2008-08-03 16:13:19

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: Share your Openbox Desktop ! :)

yeah, rly nice of you! everything's clear!

Offline

#155 2008-08-03 20:16:33

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Share your Openbox Desktop ! :)

Boy, do I love this thread, it can have up to 2 openbox screenshots per page! That's just mind-blowingly awesome!


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#156 2008-08-04 00:48:24

Square
Member
Registered: 2008-06-11
Posts: 435

Re: Share your Openbox Desktop ! :)

746516_bigthumb.png

A shot of my (beta) openbox desktop.

ob theme: MurrinaAurantium
bmpanel: theme - Blacky (font changed to Proggy Clean - height shortened)

Last edited by Square (2008-08-04 00:48:59)


 

Offline

#157 2008-08-04 02:36:50

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

Re: Share your Openbox Desktop ! :)

Square wrote:

http://www.picamatic.com/show/2008/08/0 … gthumb.png

A shot of my (beta) openbox desktop.

ob theme: MurrinaAurantium
bmpanel: theme - Blacky (font changed to Proggy Clean - height shortened)

i dig the console colors


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

Offline

#158 2008-08-04 08:45:54

babypuncher
Member
From: .au
Registered: 2007-03-12
Posts: 114
Website

Re: Share your Openbox Desktop ! :)

(Reposted from the August SS thread)

ssmp4.png

Openbox and GTK theme are a modified "Cuttooth", available on deviantart.
URxvt + Pypanel + Conky + Banshee 1.2.0 + xcompmgr.
Dotfiles here.

Last edited by babypuncher (2008-08-04 08:52:49)

Offline

#159 2008-08-05 10:02:00

Lord Illidan
Member
From: Malta
Registered: 2007-10-25
Posts: 248

Re: Share your Openbox Desktop ! :)

Here's mine : 200808051056441280x800sxq9.th.png

Openbox, conky, fb-panel and trayer.
I've only been using openbox for 2 days so I still have to configure some things.. but I like it.

And here's another one!
200808051155311280x800swi0.th.png

This time I modified conky a bit so it can display a progress bar for banshee. I can upload scripts if anyone wants them.
EDIT : scripts are here

Last edited by Lord Illidan (2008-08-05 19:49:51)

Offline

#160 2008-08-05 10:47:38

twarkie
Member
Registered: 2007-09-16
Posts: 24

Re: Share your Openbox Desktop ! :)

My new setup with openbox (switched from gnome) using pypanel. I also use noteo for battery monitoring and the volume control tool from FightRight.

2008-08-05-110728_1280x800_scrot.png?action=thumb

Config files

Last edited by twarkie (2008-08-05 10:54:34)

Offline

#161 2008-08-05 23:09:05

Square
Member
Registered: 2008-06-11
Posts: 435

Re: Share your Openbox Desktop ! :)

crispus wrote:
Square wrote:

http://www.picamatic.com/show/2008/08/0 … gthumb.png

A shot of my (beta) openbox desktop.

ob theme: MurrinaAurantium
bmpanel: theme - Blacky (font changed to Proggy Clean - height shortened)

i dig the console colors

Well, thank you. smile

Last edited by Square (2008-08-05 23:09:30)


 

Offline

#162 2008-08-06 12:40:05

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: Share your Openbox Desktop ! :)

this is my setup, using openbox and kde4 (only some base packages and useful apps):

images:

blank screen:
tn_611_screen.jpg

busy:
tn_855_busy.jpg

wallpaper:
tn_94_spiralarch.jpg


configs:

~/.conkyrc (font size has been changed after the screenshot)

# avoid flicker
double_buffer yes

# window
own_window yes
own_window_transparent no
own_window_type desktop
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
#own_window_hints above
background yes

# position
alignment top_left
gap_x 10
gap_y 10

# borders
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes

# font
use_xft yes
xftfont Delicious:normal:size=10
xftalpha 0.5

# colours
default_color 1994d1
own_window_colour 282828
default_shade_color white
default_outline_color white

# MPD host/port
mpd_host localhost
mpd_port 6600

# Various Settings
net_avg_samples 2
override_utf8_locale yes
use_spacer no
minimum_size 1280 0
update_interval 1
total_run_times 0

TEXT
${voffset -1}${alignc} ${color}Core0: ${color white}${cpu cpu1}% | ${color}Core1: ${color white}${cpu cpu2}% | ${color}RAM: ${color white}${mem} | ${color}Root: ${color white}${fs_free /} | ${color}Home: ${color white}${fs_free /home} | ${color}Externe: ${color white}${fs_free /mnt/externe} | ${color}Down: ${color white}${downspeedf eth0}k/s | ${color}Up: ${color white}${upspeedf eth0}k/s | $mpd_smart ${color 494949}${mpd_bar 5,100}  ${color white}$mpd_elapsed/$mpd_length

~/.pypanelrc

VERSION = 2.4

BG_COLOR        = "0x000000"
TASK_COLOR      = "0xFFFFFF"
FOCUSED_COLOR   = "0x1994D1"
SHADED_COLOR    = "0xece9e2"
MINIMIZED_COLOR = "0x696969"
DESKTOP_COLOR   = "0xece9e2"
CLOCK_COLOR     = "0xFFFFFF"
LINE_COLOR      = "0x1994D1"

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   = 30
P_L_BUFF   = 2
P_R_BUFF   = 2
P_T_BUFF   = 4
P_B_BUFF   = 4

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

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

HIDE_LIST      = ["netwmpager"]
HIDDEN_SIZE    = 2

FONT        = "bitstream-vera-sans"

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

~/.xinitrc

#!/bin/sh
exec openbox-session

~/.config/openbox/autostart.sh

#!/bin/bash                                       
. $GLOBALAUTOSTART
kdeinit &
eval `cat $HOME/.fehbg` &
(sleep 2 && pypanel) &
(sleep 2 && conky) &

~/.config/openbox/menu.xml

<?xml version="1.0" encoding="utf-8"?>                                                                                                                                              
<openbox_menu>                                                                                                                                                                      
        <menu id="root-menu" label="OpenBox 3">                                                                                                                                     
                <item label="Opera">                                                                                                                                                
                        <action name="Execute">                                                                                                                                     
                                <execute>                                                                                                                                           
                                        opera                                                                                                                                       
                                </execute>                                                                                                                                          
                        </action>                                                                                                                                                   
                </item>                                                                                                                                                             
                <item label="Kopete">                                                                                                                                               
                        <action name="Execute">                                                                                                                                     
                                <execute>                                                                                                                                           
                                        kopete                                                                                                                                      
                                </execute>                                                                                                                                          
                        </action>                                                                                                                                                   
                </item>                                                                                                                                                             
                <item label="KMail">                                                                                                                                                
                        <action name="Execute">                                                                                                                                     
                                <execute>                                                                                                                                           
                                        kmail                                                                                                                                       
                                </execute>                                                                                                                                          
                        </action>                                                                                                                                                   
                </item>                                                                                                                                                             
                <item label="Konsole">                                                                                                                                              
                        <action name="Execute">                                                                                                                                     
                                <execute>                                                                                                                                           
                                        konsole                                                                                                                                     
                                </execute>                                                                                                                                          
                        </action>                                                                                                                                                   
                </item>                                                                                                                                                             
                <item label="KWrite">                                                                                                                                               
                        <action name="Execute">                                                                                                                                     
                                <execute>                                                                                                                                           
                                        kwrite                                                                                                                                      
                                </execute>                                                                                                                                          
                        </action>                                                                                                                                                   
                </item>                                                                                                                                                             
                <separator/>                                                                                                                                                        
                <menu id="root-menu-98510" label="Verzeichnisse">                                                                                                                   
                        <item label="Home">                                                                                                                                         
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin /home/gentox                                                                                                                
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Externe">                                                                                                                                      
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin /mnt/externe                                                                                                                
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Backup">                                                                                                                                       
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin /mnt/externe/backup                                                                                                         
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Bilder">                                                                                                                                       
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin /mnt/externe/Bilder                                                                                                         
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Musik">                                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin /mnt/externe/Musik                                                                                                          
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Papierkorb">                                                                                                                                   
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                dolphin trash:/                                                                                                                     
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                </menu>                                                                                                                                                             
                <separator/>                                                                                                                                                        
                <menu id="5" label="Internet">                                                                                                                                      
                        <item label="Opera">                                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                opera                                                                                                                               
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Kopete">                                                                                                                                       
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                kopete                                                                                                                              
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="KMail">                                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                kmail                                                                                                                               
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Skype">                                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                skype                                                                                                                               
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Konqueror">                                                                                                                                    
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                kfmclient openProfile webbrowsing                                                                                                   
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                </menu>                                                                                                                                                             
                <menu id="7" label="Multimedia">                                                                                                                                    
                        <item label="ALSA mixer">                                                                                                                                   
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                konsole -e alsamixer                                                                                                                
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="SMPlayer">                                                                                                                                     
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                smplayer                                                                                                                            
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="QMPDClient">                                                                                                                                   
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                qmpdclient                                                                                                                          
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                </menu>                                                                                                                                                             
                <menu id="6" label="Grafik">                                                                                                                                        
                        <item label="gcolor2">                                                                                                                                      
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                gcolor2                                                                                                                             
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Gwenview">                                                                                                                                     
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                gwenview                                                                                                                            
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="The GIMP">                                                                                                                                     
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                gimp                                                                                                                                
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                </menu>                                                                                                                                                             
                <menu id="root-menu-291514" label="Spiele">                                                                                                                         
                        <item label="Counterstrike 1.6">                                                                                                                            
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                wine "C:\Programme\Steam\steam.exe" -applaunch 10                                                                         
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Steam">                                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                wine "C:\Programme\Steam\Steam.exe"                                                                                       
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Voodoo Skript Builder">                                                                                                                        
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                wine "C:\Programme\Steam\steamapps\ivory_knight\counter-strike\cstrike\Voodoo\tools\Voodoo Skript Builder.exe"            
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                </menu>                                                                                                                                                             
                <menu id="37" label="System">                                                                                                                                       
                        <item label="VirtualBox">                                                                                                                                   
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                Virtualbox                                                                                                                          
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="VirtualBox - Windows">                                                                                                                         
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                VBoxManage startvm Windows                                                                                                          
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <separator/>                                                                                                                                                
                        <item label="System Monitor">                                                                                                                               
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                ksysguard                                                                                                                           
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="System Settings">                                                                                                                              
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                systemsettings                                                                                                                      
                                        </execute>                                                                                                                                  
                                </action>                                                                                                                                           
                        </item>                                                                                                                                                     
                        <item label="Manage Printing">                                                                                                                              
                                <action name="Execute">                                                                                                                             
                                        <execute>                                                                                                                                   
                                                opera http://localhost:631/                                                                                                         
                                        </execute>
                                </action>
                        </item>
                        <item label="NVIDIA X Server Settings">
                                <action name="Execute">
                                        <execute>
                                                nvidia-settings
                                        </execute>
                                </action>
                        </item>
                </menu>
                <separator/>
                <menu id="40" label="OpenBox">
                        <item label="Reconfigure">
                                <action name="Reconfigure"/>
                        </item>
                        <item label="Obconf">
                                <action name="Execute">
                                        <execute>
                                                obconf
                                        </execute>
                                </action>
                        </item>
                        <item label="Obmenu">
                                <action name="Execute">
                                        <execute>
                                                obmenu
                                        </execute>
                                </action>
                        </item>
                        <menu id="client-list-menu"/>
                        <separator/>
                        <item label="Logout">
                                <action name="Exit"/>
                        </item>
                        <item label="Neustarten">
                                <action name="Execute">
                                        <execute>
                                                sudo shutdown -r now
                                        </execute>
                                </action>
                        </item>
                        <item label="Herunterfahren">
                                <action name="Execute">
                                        <execute>
                                                sudo shutdown -h now
                                        </execute>
                                </action>
                        </item>
                </menu>
        </menu>

all configs and the wallpaper are created by myself. feel free to use or edit them. the theme is based on the "Onyx" theme from the obconf app, i only changed some colours.

hf and best regards,
arch0r cool

Last edited by arch0r (2008-08-06 12:46:18)

Offline

#163 2008-08-06 19:24:57

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Share your Openbox Desktop ! :)

OB theme: oPerfection
GTK theme: ArchLinux
Tray: stalonetray
Taskbar: Tint Task Manager
File Manager: Thunar
Terminal: Urxvt
Sys Info: Conky

.conkyrc:

background yes
use_xft yes
xftfont HandelGotD:size=8
xftalpha 0.1
update_interval 0.5
total_run_times 0
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 175 5
maximum_width 175
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 18
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer right

TEXT


${alignc}${time %a, %b %d %Y}
${offset 10}${font Dejavu Serif:size=20}${time %I:%M:%S %p}${font}


${cpugraph cpu1 16,200 ffffff 000099}
CPU:1  ${cpu cpu1}% ${cpubar cpu1}
${cpugraph cpu2 16,200 ffffff 000099}
CPU:2  ${cpu cpu2}% ${cpubar cpu2}


${color white}RAM ${color} $alignr $mem / $memmax
$membar
${color white}SWAP ${color} $alignr $swap / $swapmax
$swapbar


${color white}/var ${color} $alignr ${fs_used /var} / ${fs_size /var}
${fs_bar /var}
${color white}/home ${color} $alignr ${fs_used /home} / ${fs_size /home}
${fs_bar /home}
${color white}/ ${color} $alignr ${fs_used /} / ${fs_size /}
${fs_bar /}
${color white}/boot ${color} $alignr ${fs_used /boot} / ${fs_size /boot}
${fs_bar /boot}
 


Top Processes

CPU $alignr CPU%
${top name 1}$alignr${top cpu 1}
${top name 2}$alignr${top cpu 2}
${top name 3}$alignr${top cpu 3}
${top name 4}$alignr${top cpu 4}

MEM $alignr MEM%
${top_mem name 1}$alignr${top_mem mem 1}
${top_mem name 2}$alignr${top_mem mem 2}
${top_mem name 3}$alignr${top_mem mem 3}
${top_mem name 4}$alignr${top_mem mem 4}




IP on ath0 $alignr ${addr ath0}
ESSID $alignr ${wireless_essid ath0}
Signal Strength $alignr ${wireless_link_qual_perc ath0}%

Down $alignr ${downspeed ath0} kb/s
${color blue}${downspeedgraph ath0}${color}
Up $alignr ${upspeed ath0} kb/s
${color blue}${upspeedgraph ath0 16,200}${color}

.stalonetrayrc

# vim:filetype=config:tw=80:et
# 
# This is sample ~/.stalonetrayrc, resembling default configuration.
# Remember: command line parameters take precedence.
#
# Directives introduced in 0.7.6 are marked with "NEW in 0.7.6"
#
####################################################################
# 
# stalonetray understands following directives
#
####################################################################

# background <color>         # color can be specified as an HTML hex triplet or
                             # as a name from rgb.txt, note that '#' must be quoted
background "#777777"

# decorations <decspec>      # set trays window decorations; possible values for
                             # decspec are: all, title, border, none
decorations none

# display <display name>     # as usual

# dbg_level <int>            # controls the amount of debug info (for this setting to
                             # have effect, stalonetray sources must have been
                             # configured and compiled with --enable-debug)
# dbg_level 0

# fuzzy_edges [<level>]      # enable fuzzy edges and set fuzziness level. level
                             # can be from 0 (disabled) to 3; this setting works
                             # with tinting and/or transparent and/or pixmap
                             # backgrounds (NEW in 0.7)
fuzzy_edges 0

# geometry <geometry>        # tray's geometry in standard X notation
geometry 120x24+0-0

# grow_gravity <gravity>     # one of N, S, E, W, NW, NE, SW, SE; tray will grow
                             # in the direction opposite to one specified by
                             # grow_gravity; if horizontal or vertical
                             # direction is not specified, tray will not grow in
                             # that direction
grow_gravity NW

# icon_gravity <gravity>     # icon placement gravity, one of NW, NE, SW, SE
icon_gravity NW

# icon_size <int>            # specifies dimensions of typical icon slot
icon_size 24

# ignore_icon_resize [<bool>] # ignore icon attempts to resize their windows
                             # (NEW in 0.7)
ignore_icon_resize false

# max_width <int>            # specifies maximal tray's width (0 = no limit)
max_width 0

# max_height <int>           # specifies maximal tray's height (0 = no limit)
max_height 24

# no_shrink [<bool>]         # disables shrink-back mode (NEW in 0.7)
no_shrink false

# parent_bg [<bool>]         # whether to use pseudo-transparency 
                             # (looks better when reparented into smth like FvwmButtons)
parent_bg false

# pixmap_bg <path_to_xpm>    # use pixmap from specified xpm file for (tiled) background
# pixmap_bg /home/user/.stalonetraybg.xpm

# respect_icon_hints [<bool>] # try to respect icon hints (NEW in 0.7)
respect_icon_hints false

# skip_taskbar [<bool>]      # hide tray`s window from the taskbar
skip_taskbar true

# sticky [<bool>]            # make a tray`s window sticky across the
                             # desktops/pages
sticky true

# tint_color <color>         # set tinting color (NEW in 0.7)
tint_color black

# tint_level <level>         # set tinting level; level ranges from 0 (disabled)
                             # to 255 (NEW in 0.7)
tint_level 0 

# transparent [<bool>]       # whether to use root-transparency (background
                             # image must be set with Esetroot or compatible utility)
transparent true

# vertical [<bool>]          # whether to use vertical layout (horisontal layout
                             # is used by default)
vertical false

# window_layer <layer>       # set the EWMH-compatible window layer; one of:
                             # bootom, normal, top
window_layer bottom

# window_type <type>         # set the EWMH-compatible window type; one of:
                             # dock, normal, toolbar, utility
window_type dock 

# withdrawn [<bool>]         # start withdrawn (NEW in 0.7, prior to that
                             # withdrawn mode was default!)
withdrawn false 

# xsync [<bool>]             # whether to operate on X server synchronously (SLOOOOW)
xsync false

tintrc:

#---------------------------------------------
# TINT CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_mode = single_desktop
panel_monitor = 1
panel_position = bottom center
panel_size = 900 24
panel_margin = 0 0
panel_padding = 1 1
font_shadow = 0

#---------------------------------------------
# PANEL BACKGROUND AND BORDER
#---------------------------------------------
panel_rounded = 0
panel_border_width = 1
panel_background_color = #000000 70
panel_border_color = #000000 100

#---------------------------------------------
# TASKS
#---------------------------------------------
task_text_centered = 1
task_width = 110
task_margin = 1
task_padding = 1
task_icon_size = 12
task_font = sagar 8
task_font_color = #ffffff 75
task_active_font_color = #ffffff 95

#---------------------------------------------
# TASK BACKGROUND AND BORDER
#---------------------------------------------
task_rounded = 4
task_background_color = #ffffff 15
task_active_background_color = #ffffff 30
task_border_width = 1
task_border_color = #000000 35
task_active_border_color = #000000 40

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %H:%M
time1_font = sans bold 8
#time2_format = %A %d %B
time2_font = sans 6
clock_font_color = #ffffff 75

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify

autostart.sh:

# Run the system-wide support stuff
. $GLOBALAUTOSTART

# Programs to launch at startup
feh --bg-scale ~/pictures/brown-wide.png &
xcompmgr &

# Programs that will run after Openbox has started

stalonetray &
conky &
sleep 2 && tint &
sleep 3 && volwheel &
sleep 3 && pidgin &
sleep 10 && claws-mail &

rc.xml(The only part I added manually):

    <application name="stalonetray">
      <decor>no</decor>
      <desktop>all</desktop>
      <skip_pager>yes</skip_pager>
      <skip_taskbar>yes</skip_taskbar>
    </application>
  </applications>

NOTE: To get stalonetray to behave this way, you must have this entry in rc.xml and have "withdrawn" set to false in the .stalonetrayrc.

desktopql3.th.png

EDIT: If the picture is too risque, please let me know asap. I just wanted to show feh in action.

Last edited by pogeymanz (2008-08-06 19:28:02)

Offline

#164 2008-08-10 01:18:23

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

Re: Share your Openbox Desktop ! :)

current:
8-9-08-thumb.png

Theme available here: http://www.georgiasouthern.edu/~bbenne1 … lue.tar.gz

EDIT:

pogeymanz wrote:

NOTE: To get stalonetray to behave this way, you must have this entry in rc.xml and have "withdrawn" set to false in the .stalonetrayrc.

What's the difference from being withdrawn here? (I assume the answer is that it's transparent, but I'm not sure.)

Last edited by synorgy (2008-08-10 01:51:02)


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

Offline

#165 2008-08-10 13:48:09

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Share your Openbox Desktop ! :)

synorgy wrote:

current:
What's the difference from being withdrawn here? (I assume the answer is that it's transparent, but I'm not sure.)

Actually, no. I'm not 100% clear on it myself, but I'll tell you how I think of it.

Withdrawn = true makes stalonetray subservient to your window manager. For example, if I set withdrawn=true and window_type=dock, then I can use openbox's dock configuration to manipulate it. The problem with this is that Openbox always wants to draw a border around its docks. So the transparency obviously didn't look as good.

Setting withdrawn to false means that openbox sees it as "just another window" so I can't use Openbox's dock settings to control it, but I CAN tell openbox to leave it undecorated, which I do in rc.xml. (I also use openbox's configuration tool to make undecorated windows NOT have a border).

I hope that helped.

Offline

#166 2008-08-10 20:32:28

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: Share your Openbox Desktop ! :)

Thanks, pogeymanz! I'd wondered about that myself. smile


0 Ok, 0:1

Offline

#167 2008-08-11 00:29:54

nilsHaus
Member
Registered: 2007-06-22
Posts: 69

Re: Share your Openbox Desktop ! :)

screenco8.th.png

My first desktop post I think smile

openbox is Innocent Stuff, personal mod
gtk is Innocent Stuff
icons are minimal-perception
.conkyrc is mostly by lyrae, personal mod to fit my screen and later redid it a bit.

I might use this to ask a couple questions; if anyone know how to get dillo to use gtk2 themes, if anyone knows why the go button isn't showing up correctly in pcmanfm, and if anyone knows how to get apps to show up in stalonetray (sonata and pidgin are the only ones who show up--transmission showed up in trayer), and if anyone can get me somatic icons would be much appreciated. smile

Last edited by nilsHaus (2008-08-11 00:33:00)

Offline

#168 2008-08-11 01:34:03

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Share your Openbox Desktop ! :)

nilsHaus wrote:

... if anyone knows why the go button isn't showing up correctly in pcmanfm...

It means that the theme your using doesn't haven't a replacement icon. pcmanfm is falling back on the default icon set for that button.

Offline

#169 2008-08-11 01:43:33

MetalRandomist
Member
Registered: 2007-08-16
Posts: 30

Re: Share your Openbox Desktop ! :)

2008-08-10-004246_1280x1024_scrot.png
2008-08-10-214139_1280x1024_scrot.png
I really can't stand bright colors for periods of time, so everything's light-on-black.  tongue

The Openbox theme is Onyx Citrus, and the GTK theme, Cobra Red.  I am using lxpanel for the trayer.

Last edited by MetalRandomist (2008-08-11 02:44:26)

Offline

#170 2008-08-11 22:55:09

Ryan_Macy
Member
From: US
Registered: 2008-08-04
Posts: 12
Website

Re: Share your Openbox Desktop ! :)

Reasons wrote:

Screenshot:
http://xs225.xs.to/xs225/08124/03.20.2008-shot616.png

Themes:
In screenshot

Running:
Sonata, Thunar, URxvt, Openbox Menu, Pypanel

...............

Where did you find the arch.green theme? it looks great but I can't seem to find it anywhere!

Offline

#171 2008-08-19 12:18:54

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

Re: Share your Openbox Desktop ! :)

MetalRandomist wrote:

http://i201.photobucket.com/albums/aa28 … _scrot.png
http://i201.photobucket.com/albums/aa28 … _scrot.png
I really can't stand bright colors for periods of time, so everything's light-on-black.  tongue

The Openbox theme is Onyx Citrus, and the GTK theme, Cobra Red.  I am using lxpanel for the trayer.

Can you post a link to this wallpaper please? Thanks! (:


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

IRC: ssimon/Nesrecar

Offline

#172 2008-08-19 20:36:20

Gila
Member
Registered: 2008-02-16
Posts: 2

Re: Share your Openbox Desktop ! :)

desktopaq4.th.png

nothing super special
conky is from this page, just changed a bit
panel is pypanel

Offline

#173 2008-08-20 01:34:37

voteforpedro36
Member
Registered: 2008-08-06
Posts: 99

Re: Share your Openbox Desktop ! :)

8-19-08-bare.png
8-19-08-media.png

Offline

#174 2008-08-20 04:19:44

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: Share your Openbox Desktop ! :)

babypuncher wrote:

(Reposted from the August SS thread)

http://img253.imageshack.us/img253/7107/ssmp4.png

Openbox and GTK theme are a modified "Cuttooth", available on deviantart.
URxvt + Pypanel + Conky + Banshee 1.2.0 + xcompmgr.
Dotfiles here.

That's a weird album and song name.  big_smile

Offline

#175 2008-08-20 09:05:59

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Share your Openbox Desktop ! :)

some really cool desktops, wish I had the time to mess around and do the same with mine like I used to.

openbox here...

ss220808nn6.th.png

Last edited by iphitus (2008-08-21 08:47:06)

Offline

Board footer

Powered by FluxBB