You are not logged in.

#401 2008-10-28 19:02:12

thewayofzen
Member
Registered: 2007-06-10
Posts: 79

Re: Share your Openbox Desktop ! :)

accidental double post.. my bad.

Last edited by thewayofzen (2008-10-28 19:04:27)

Offline

#402 2008-10-29 13:24:57

Bahumat
Member
From: Muelheim, Germany
Registered: 2008-07-21
Posts: 48

Re: Share your Openbox Desktop ! :)

SysDump wrote:
Rydgel wrote:

awesome!

mind sharing your config files?

tks!

Yes! Please share your config files! Or did I miss the post?

Offline

#403 2008-10-29 13:48:30

Rydgel
Member
From: France
Registered: 2008-09-04
Posts: 166
Website

Re: Share your Openbox Desktop ! :)

Bahumat wrote:
SysDump wrote:
Rydgel wrote:

awesome!

mind sharing your config files?

tks!

Yes! Please share your config files! Or did I miss the post?

No problems guys. I'll share my config when I come back from work.

And the now :

2966309393_0f3c5e54f1.jpg

Last edited by Rydgel (2008-10-29 13:51:18)

Offline

#404 2008-10-29 14:13:42

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: Share your Openbox Desktop ! :)

Rydgel wrote:
Bahumat wrote:
SysDump wrote:

awesome!

mind sharing your config files?

tks!

Yes! Please share your config files! Or did I miss the post?

No problems guys. I'll share my config when I come back from work.

And the now :

http://farm4.static.flickr.com/3019/296 … 5e54f1.jpg

Nice. smile

By the way, how do you make conky background transparent like that?

Offline

#405 2008-10-29 21:38:24

Rydgel
Member
From: France
Registered: 2008-09-04
Posts: 166
Website

Re: Share your Openbox Desktop ! :)

In fact the transparency is not made with conky, it's the wallpaper. Here we go :

Conky 1 :

#avoid flicker

double_buffer yes



#own window to run simultanious 2 or more conkys

own_window  yes

own_window_transparent yes

own_window_type normal

own_window_hints undecorate,sticky,skip_taskbar,skip_pager 



#borders

draw_borders no

border_margin 0



#shades

draw_shades no



#position

gap_x 10

gap_y 10

alignment bottom_left



#behaviour

update_interval 1



#colour

default_color  cccccc



#default_shade_color 000000

own_window_colour 000000



#font

use_xft yes

xftfont Terminus:pixelsize=8



#to prevent window from moving

use_spacer no

#minimum_size 1440 23


color1 785b4b



mpd_host localhost
mpd_port 6600


TEXT
ROOT      C:\       D:\                     CPU       MEM       SWAP
${fs_bar 3,30 /}     ${fs_bar 3,30 /windows/C}     ${fs_bar 3,30 /windows/D}                   ${cpubar 3,30}     ${membar 3,30}     ${swapbar 3,30}
${fs_free_perc /}%       ${fs_free_perc /windows/C}%       ${fs_free_perc /windows/D}%                      ${cpu}%        ${memperc}%       ${swapperc}%

Conky 2 :

#shades

draw_shades no



#position

gap_x 500

gap_y 868

alignment center



#behaviour

update_interval 1



#colour

default_color  cccccc



#default_shade_color 000000

own_window_colour 000000



#font

use_xft yes

xftfont Terminus:pixelsize=8



#to prevent window from moving

use_spacer no

#minimum_size 1440 23


color0 785b4b
color1 ffffff



mpd_host localhost
mpd_port 6600


TEXT
${color0}${font Terminus:pixelsize=10}${execpi 60 /home/raziel/scripts/cal }

Conky 3 :

#avoid flicker

double_buffer yes



#own window to run simultanious 2 or more conkys

own_window  yes

own_window_transparent yes

own_window_type normal

own_window_hints undecorate,sticky,skip_taskbar,skip_pager 



#borders

draw_borders no

border_margin 0



#shades

draw_shades no



#position

gap_x 1050

gap_y 10

alignment bottom_left



#behaviour

update_interval 1



#colour

default_color  cccccc



#default_shade_color 000000

own_window_colour 000000



#font

use_xft yes

xftfont Terminus:pixelsize=8



#to prevent window from moving

use_spacer no

minimum_size 1440 0

color1 785b4b



mpd_host localhost
mpd_port 6600


TEXT
DL : ${downspeed wlan0} Kb/s    ${mpd_smart}

UL : ${upspeed wlan0} Kb/s    Packages: ${execi 300 perl ~/scripts/conky-updates.pl}                  ${time  %H:%M}

Pypanel :

#------------------------------------------------------------------------------
#
#                         PyPanel v2.4 Configuration
#
# This configuration file is a Python script that will be executed when
# PyPanel is started.  In order for PyPanel to start properly, make sure that
# this file contains proper Python formatting and no syntax errors.
#------------------------------------------------------------------------------
VERSION         = 2.4           # Config file version

#------------------------------------------------------------------------------
# Colors: Format is hex triplet - 0xrrggbb
#------------------------------------------------------------------------------
BG_COLOR        = "0x301701"    # Panel background and tinting color
TASK_COLOR      = "0xffffff"    # Normal task name color 
FOCUSED_COLOR   = "0x785b4b"    # Focused task name color
SHADED_COLOR    = "0xffffff"    # Shaded task name color 
MINIMIZED_COLOR = "0xffffff"    # Minimized task name color 
DESKTOP_COLOR   = "0xffffff"    # Desktop name color
CLOCK_COLOR     = "0xffffff"    # Clock text color
LINE_COLOR      = "0x824318"    # Vertical line color

# Text Shadow Colors
TASK_SHADOW_COLOR      = "0xffffff"
FOCUSED_SHADOW_COLOR   = "0xffffff"
SHADED_SHADOW_COLOR    = "0xffffff"
MINIMIZED_SHADOW_COLOR = "0xffffff" 
DESKTOP_SHADOW_COLOR   = "0xffffff"
CLOCK_SHADOW_COLOR     = "0xffffff"

#------------------------------------------------------------------------------
# Panel Spacing and Location Options: Measured in pixels
#------------------------------------------------------------------------------
P_LOCATION      = 0             # Panel placement: 0 = top, 1 = bottom
P_WIDTH         = 0             # Panel width: 0 = Use full screen width
P_START         = 0             # Starting X coordinate of the panel
P_SPACER        = 6             # Spacing between panel objects
P_HEIGHT        = 23            # Panel height

#------------------------------------------------------------------------------
# Icon Size Options: Measured in pixels
#------------------------------------------------------------------------------
I_HEIGHT        = 16            # Panel application icon height
I_WIDTH         = 16            # Panel application icon Width 
APPL_I_HEIGHT   = 24            # Application launcher icon height
APPL_I_WIDTH    = 24            # Application launcher icon width
TRAY_I_HEIGHT   = 24            # System tray icon height (usually 16 or 24)
TRAY_I_WIDTH    = 24            # System tray icon width  (usually 16 or 24)
                                # If TRAY_I_WIDTH is set to 0, then the
                                # width specified by the tray app will be used
                                
#------------------------------------------------------------------------------
# Panel Clock Format: 'man strftime' for detailed formatting options and help
#------------------------------------------------------------------------------
CLOCK_FORMAT    = ""    # Ex: 2004-09-25 17:45 

#------------------------------------------------------------------------------
# Clock Delay: Seconds between each clock update during periods of inactivity
#------------------------------------------------------------------------------
CLOCK_DELAY     = 20

#------------------------------------------------------------------------------
# Hidden Application List: Apps listed here will not be display on the panel
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
# Ex: ["xmms", "xine", "gDesklets"]
#------------------------------------------------------------------------------
HIDE_LIST       = []            
                   
#------------------------------------------------------------------------------
# Hidden Panel Size: Size of the panel when it's hidden/minimized
#------------------------------------------------------------------------------
HIDDEN_SIZE     = 2

#------------------------------------------------------------------------------
# Panel Text Font: This option takes either a traditional or Xft font string 
# Ex: "-schumacher-clean-medium-r-normal-*-12-*-*-*-*-*-*-*"
#     "aquafont-8" 
#------------------------------------------------------------------------------
FONT            = "bitstream vera sans-8"

#------------------------------------------------------------------------------
# Show All Applications: Show apps from all desktops or just the current
# 0: Disabled - Only applications on the current desktop will be displayed
# 1: Enabled  - Selected apps are moved to the current desktop
# 2: Enabled  - Current desktop is changed to the selected apps desktop
#------------------------------------------------------------------------------
SHOWALL         = 0             # 0, 1 or 2 - see descriptions above

#------------------------------------------------------------------------------
# Show Minimized/Iconified Applications: Show only minimized apps or all apps
# 0: Disabled - Show all applications on the panel
# 1: Enabled  - Show only minimized apps on the panel
#------------------------------------------------------------------------------
SHOWMINIMIZED   = 0

#------------------------------------------------------------------------------
# Application Icon List: List of custom icons for specific applications
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
#
# The "default" entry is used for applications with no icon.  If left "",
# PyPanel will use the default icon distributed with the source.
#
# Add entries using the following format -
#     "<application name>" : "<full path to icon>",
#------------------------------------------------------------------------------
ICON_LIST       = {
                   "default" : "",
                   "example" : "/usr/share/imlib2/data/images/audio.png",
                  }
                  
#------------------------------------------------------------------------------
# Application Launch List: Ordered list of icons and applications for the
#                          application launcher.
# 
# Add entries using the following format -
#     ("<executable>", "<full path to icon>")
#------------------------------------------------------------------------------
LAUNCH_LIST     = [
                   ("gimp-2.2", "/usr/share/imlib2/data/images/paper.png"), 
                  ]

#------------------------------------------------------------------------------
# Background Alpha/Shade Level: 0 (Fully Translucent) -> 255 (Fully Opaque)
# BG_COLOR is used for tinting
#------------------------------------------------------------------------------
SHADE           = 0

#------------------------------------------------------------------------------
# Misc. Options: 1 = Enabled/Yes, 0 = Disabled/No
#------------------------------------------------------------------------------
ABOVE           = 1             # Panel is always above other apps
APPICONS        = 0             # 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: Configure the names of your desktops
# If the option is [], PyPanel will attempt to use the desktop name specified
# by the XServer, if that fails it will use the desktop number as its name
# Ex. ["One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight"]
#------------------------------------------------------------------------------
DESKTOP_NAMES   = ["One", "Two", "Three", "Four"]

#------------------------------------------------------------------------------
# Panel Layout:       -----------------------------------
#                     [  1  ][  2  ][  3  ][  4  ][  5  ]
#                     -----------------------------------
#
# The panel layout is split into 5 sections numbered 1, 2, 3, 4 or 5 as shown
# in the diagram above.  Each of the following objects can be enabled by
# assigning it a section number or disabled by assigning it 0:
#------------------------------------------------------------------------------
DESKTOP         = 1             # Desktop name section
TASKS           = 2             # Task names section 
TRAY            = 3             # System tray section
CLOCK           = 4             # Clock section
LAUNCHER        = 0             # Application launcher section

#------------------------------------------------------------------------------
#                       Button Event Function Definitions
#------------------------------------------------------------------------------
# Left click   - button 1 
# Middle click - button 2
# Right click  - button 3
# Wheel up     - button 4
# Wheel down   - button 5 
#
# changeDesktop(x)
# - Change Desktop: Increase or decrease the current desktop by 'x' amount
# 
# toggleShade(task)
# - Shade or Unshade an application
#
# toggleHidden()
# - Minimize the panel to the top or bottom depending on its start location
#
# toggleMinimize(task, traise=1)
# - Minimize or Unminimize an application and optionally raise it
#
# taskRaise(task, focus=1)
# - Raise an application to the top of the window list and optionally focus it 
#
# taskLower(task, focus=0)
# - Lower an app to the bottom of the window list and optionally focus it
#
# taskFocus(task)
# - Give focus to the selected application, if it has focus then minimize it
#
# showDesktop()
# - Toggle between hiding and unhiding ALL applications
#------------------------------------------------------------------------------

#----------------------------------
def desktopButtonEvent(pp, button):
#----------------------------------
    """ Button event handler for the panel's desktop object """
        
    if button == 1:
        pp.changeDesktop(-1)
    elif button == 2:
        pp.changeDesktop(2)
    elif button == 3:
        pp.changeDesktop(1)
    elif button == 4:
        pp.changeDesktop(1)
    elif button == 5:
        pp.changeDesktop(-1)
        
#--------------------------------
def clockButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel's clock object """
    
    if button == 1:
        os.system("xclock &")
    elif button == 2:
        pass
    elif button == 3:
        pp.toggleHidden()  
    elif button == 4:
        pp.showDesktop()
    elif button == 5:
        pp.showDesktop()
        
#--------------------------------
def panelButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel with no active tasks """
    
    if button == 1:
        pass
    elif button == 2:
        pass
    elif button == 3:
        pass
    elif button == 4:
        pass
    elif button == 5:
        pass
        
#-------------------------------------
def taskButtonEvent(pp, button, task):
#-------------------------------------
    """ Button event handler for the panel's tasks """
    
    if button == 1:
        pp.taskFocus(task)
    elif button == 2:
        # Destroy the application
        task.obj.destroy()
    elif button == 3:
        # Ex. - XMMS doesn't shade, so we want to minimize it instead and
        #       still use button 3 to shade other applications
        #       task.tclass is the tasks class name (WM_CLASS)
        if "xmms" in task.tclass:
            pp.toggleMinimize(task)
        else:
            pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

Offline

#406 2008-10-29 22:31:04

celticmusicguy
Member
From: Zuni, VA, USA
Registered: 2008-07-24
Posts: 24

Re: Share your Openbox Desktop ! :)

Here's my recently finished Openbox setup:

Clean screenshot:
cleangg0.th.pngthpix.gif

Busy screenshot:
busysx2.th.pngthpix.gif

Openbox theme: Weightless-industry (I edited it slightly because I didn't like the window handle at the bottom)
GTK theme: Clearlooks-Quicksilver
Wallpaper: archlinux-simplyblack (from the "archlinux-wallpaper" package)
Icons: Tango
Applications: Openbox (obviously!), conky, fbpanel, hsetroot

Here's my .conkyrc - I had a lot of fun setting this up, especially when it came to trying to get a good color scheme going:

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,below,sticky,skip_pager,skip_taskbar
# normal, desktop, override
own_window_type desktop

# Use pseudo transparency with own_window?
own_window_transparent yes

# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour black

background no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Use Xft?
use_xft yes

# Update interval in seconds
update_interval 1.0

# Minimum size of text area
#minimum_size 200 5
maximum_width 500

# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
draw_graph_borders yes

uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 1

# border margins
border_margin 10

# border width
border_width 1

# Default colors and also border colors, grey90 == #e5e5e5
default_color 808080
default_shade_color gray
default_outline_color grey

# Set conky on the bottom of all other applications
own_window_hints below

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 10
gap_y 10

# stuff after 'TEXT' will be formatted on screen
override_utf8_locale yes
xftfont Monospace:size=12
xftalpha 0.8

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Subtract file system buffers from used memory?
no_buffers yes

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 1


TEXT
 ${alignc}${color #1793D1}${font DejaVu Sans:style=bold:size=12}${time %A, %B %e, %Y  %r %Z}$font
${color #8BA4BD}${hr 2}
${color #888888}Hostname: ${color #CCCCCC}blacktower ${color #888888}${alignr}Load: ${color #CCCCCC}${loadavg 1} ${loadavg 2} ${loadavg 3}
${color #888888}Kernel: ${color #CCCCCC}$kernel${color #888888}${alignr}Uptime: ${color #CCCCCC}$uptime${color}

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}CPU STATS$font
${hr 2}
${color #888888}CORE 0: ${color #1793D1}${cpubar cpu1 12,75} ${color #CCCCCC} ${cpu cpu1}% ${color #888888}@ ${color #CCCCCC}${freq 1} MHz${color #1793D1} ${alignr}${cpugraph cpu1 12,160 416C96 1793D1}
${color #888888}CORE 1: ${color #1793D1}${cpubar cpu2 12,75} ${color #CCCCCC} ${cpu cpu2}% ${color #888888}@ ${color #CCCCCC}${freq 2} MHz${color #1793D1} ${alignr}${cpugraph cpu2 12,160 416C96 1793D1}
${color #888888}CORE 2: ${color #1793D1}${cpubar cpu3 12,75} ${color #CCCCCC} ${cpu cpu3}% ${color #888888}@ ${color #CCCCCC}${freq 3} MHz${color #1793D1} ${alignr}${cpugraph cpu3 12,160 416C96 1793D1}
${color #888888}CORE 3: ${color #1793D1}${cpubar cpu4 12,75} ${color #CCCCCC} ${cpu cpu4}% ${color #888888}@ ${color #CCCCCC}${freq 4} MHz${color #1793D1} ${alignr}${cpugraph cpu4 12,160 416C96 1793D1}

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}FANS$font
${hr 2}
${color #888888}CPU In:$alignr${color #CCCCCC}${platform it87.656 fan 1} 
${color #888888}System:$alignr${color #CCCCCC}${platform it87.656 fan 3} 
${color #888888}CPU Out:$alignr${color #CCCCCC}${platform it87.656 fan 2} 

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}MEMORY$font
${hr 2}
${color #888888}RAM:${color #CCCCCC}$alignc$mem${color #888888} | ${color #CCCCCC}$memmax${alignr}${color #8BA4BD}$memperc% 
${color #4B7DAF} ${membar 24,495} 

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}FILESYSTEMS$font
${hr 2}
${color #888888}Root    ${color #CCCCCC} ${fs_used /} ${color #888888} | ${color #CCCCCC} ${fs_size /} ${color #8BA4BD}$alignr ${fs_free_perc /}% free
${color #416C96} ${fs_bar 20,495 /} 
${color #888888}Home    ${color #CCCCCC} ${fs_used /home} ${color #888888} | ${color #CCCCCC} ${fs_size /home} ${color #8BA4BD}$alignr ${fs_free_perc /home}% free
${color #416C96} ${fs_bar 20,495 /home} 
${color #888888}Storage ${color #CCCCCC} ${fs_used /media/storage} ${color #888888} | ${color #CCCCCC} ${fs_size /media/storage} ${color #8BA4BD}$alignr ${fs_free_perc /media/storage}% free
${color #416C96} ${fs_bar 20,495 /media/storage} 

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}PROCESSES$font
${hr 2}
${offset -11}${color #CCCCCC}${top cpu 1}%$alignc${offset 30}${top name 1}$alignr${top pid 1} 
${offset -11}${color #ABB8C4}${top cpu 2}%$alignc${offset 30}${top name 2}$alignr${top pid 2} 
${offset -11}${color #8BA4BD}${top cpu 3}%$alignc${offset 30}${top name 3}$alignr${top pid 3} 
${offset -11}${color #6B90B6}${top cpu 4}%$alignc${offset 30}${top name 4}$alignr${top pid 4} 
${offset -11}${color #4B7DAF}${top cpu 5}%$alignc${offset 30}${top name 5}$alignr${top pid 5} 

${color #8BA4BD}${font DejaVu Sans:style=bold:size=12}${alignc}NETWORK$font
${hr 2}
${color #888888}Incoming:${offset 30}${color #CCCCCC}${downspeedf wlan0} KB/s ${color #8BA4BD}${alignr} ${totaldown wlan0}
 ${color #888888}${downspeedgraph wlan0 24,495 416C96 1793D1}${color}

${color #888888}Outgoing:${offset 30}${color #CCCCCC}${upspeedf wlan0} KB/s ${color #8BA4BD}${alignr} ${totalup wlan0}
 ${color #888888}${upspeedgraph wlan0 24,495 416C96 1793D1}${color}

Solutions nearly always come from the direction you least expect, which means there's no point trying to look in that direction because it won't be coming from there.
-Douglas Adams

Offline

#407 2008-11-01 15:36:26

ixnine
Member
Registered: 2008-11-01
Posts: 60

Re: Share your Openbox Desktop ! :)

http://ixnine.fileave.com/screenshot.png
http://ixnine.fileave.com/screenshot2.png

Openbox: slightly edited Mint theme
GTK: Dyne theme
tango icons (too lazy to find better icons)
running xcompmgr, conky, urxvt in the background

Offline

#408 2008-11-01 16:01:42

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Share your Openbox Desktop ! :)

I just posted this up in the main screenshot thread, but thought I might as well post here, too. Screenshot first.

73666044.png

Distro:          Arch Linux (x86_64)
Kernel:          2.6.27-ARCH
WM:              Openbox
WM Theme:        Fawn
GTK:             Fawn
Wall:            Mystic Sunset
                 interfacelift.com
Apps:            Tint2, Conky
                 Pidgin, urxvt, a test RubyGTK app I made

For the sake of a cleaner thread, here are links to the various configs:
tintrc
autostart.sh
menu.xml
.conkyrc
.conkyrc2


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#409 2008-11-01 16:58:28

Andy Mack
Member
Registered: 2008-06-16
Posts: 133

Re: Share your Openbox Desktop ! :)

Beautifully simple.

screenshotlq5.th.pngthpix.gif

Offline

#410 2008-11-01 18:03:44

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: Share your Openbox Desktop ! :)

My OpenBox desktop probably won't impress anyone... neutral
screenshot553.jpg.xs.jpg

Offline

#411 2008-11-05 02:58:03

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

Re: Share your Openbox Desktop ! :)

3003743523_c683aea9c2_m.jpg


archlinux on Macbook Pro 10,1

Offline

#412 2008-11-05 03:26:24

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

Re: Share your Openbox Desktop ! :)

Hey, how did you make PCManFM look like that?

Offline

#413 2008-11-05 12:06:00

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,001
Website

Re: Share your Openbox Desktop ! :)

how did you make urxvt look like that (shadow and all)?

can you please share your Xdefaults? smile

Offline

#414 2008-11-05 13:05:01

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

Re: Share your Openbox Desktop ! :)

Is that Openbox theme available to the world? It should be if it isn't.

Offline

#415 2008-11-05 13:14:20

Svlad Cjelli
Member
From: dusk till dawn
Registered: 2008-10-21
Posts: 99

Re: Share your Openbox Desktop ! :)

wow---> can you link the wallpaper?
awsome

Offline

#416 2008-11-05 18:31:21

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

Re: Share your Openbox Desktop ! :)

Here's my Xdefaults

Xcursor.theme:    Vanilla-DMZ

Xft*dpi:                91
Xft*antialias:          true
Xft*hinting:            full


URxvt*transparent:true
URxvt*scrollBar:false
URxvt.cursorBlink: true
URxvt*geometry:80x27
URxvt*borderLess:false
URxvt*foreground:White
URxvt*background:Black
urxvt*fading:             20
!darken=(0 to 100) lighten=(-1 to -100)
urxvt*shading:            78
!tint background with this color
urxvt*tintColor:          white
!set to 32-bit for real transparency (compositing required)
urxvt*depth:              32
urxvt.font:             xft:drift:pixelsize=9
urxvt.boldFont:         xft:drift:pixelsize=10
!save n lines of scrollback buffer
urxvt*saveLines:          32767
!flash screen for attention
urxvt*visualBell:         true
!jump to bottom (prompt) on keypress
!urxvt*scrollTtyKeypress:  true
!jump to bottom (prompt) when tty gets new lines
urxvt*scrollWithBuffer:   true
!jump to bottom (prompt) on tty output
urxvt*scrollTtyOutput:    true
!toggle scrollbar
urxvt*scrollBar:          false
!scrollbar styles: rxvt, plain, next or xterm
urxvt*scrollstyle:        plain
!scrollbar alignment
urxvt*scrollBar_right:    false
urxvt*scrollColor:        #000000
urxvt*cursorColor:        #FFFFFF
!is this a login shell?
urxvt*loginShell:         false
!set the TERM environment variable
urxvt*termName:           rxvt
!enable pseudo-transparency (requires depth=24 as well)
urxvt*inheritPixmap:      true
!delimiters for double-click mouse selection
!urxvt*cutchars:           "()*,<>[]{}|' !double-click selection delimters
!screen dump settings
!urxvt*print-pipe:         cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
!secondary screen scroll (default enabled)
urxvt*secondaryScroll:    true
!de-iconify (map) on receipt of a bell character
urxvt*mapAlert:           true
!inhibit writing record into the system log file utmp
urxvt*utmpInhibit:        true
!! BEGIN urlLauncher settings !!
urxvt*perl-lib:           /usr/lib/urxvt/perl/
urxvt*perl-ext-common:    default,matcher
urxvt*urlLauncher:        /usr/bin/firefox
!! END urlLauncher settings !!

The link to the OB theme... it's someone on this forum who modified the Onyx theme to fit to arch colors but I can't remember where I found it so I uploaded here

The link to my wallpaper: http://bbs.archlinux.org/viewtopic.php?id=57742


archlinux on Macbook Pro 10,1

Offline

#417 2008-11-05 21:05:20

heazky
Member
Registered: 2008-10-26
Posts: 39

Re: Share your Openbox Desktop ! :)

Very nice smile! What GTK theme are you using?

Offline

#418 2008-11-05 21:13:29

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

Re: Share your Openbox Desktop ! :)

Thanks a lot! smile My GTK theme is Nova-Arch


archlinux on Macbook Pro 10,1

Offline

#419 2008-11-09 15:05:17

panecillo
Member
From: Spain
Registered: 2007-07-21
Posts: 44

Re: Share your Openbox Desktop ! :)

@froli, where did you get that desktop font? I have only been able to find KaratMedium Regular, which is just too broad for my taste sad

Did you download that Ultra-Light flavour from anywhere?

Offline

#420 2008-11-09 23:11:04

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

Re: Share your Openbox Desktop ! :)

panecillo wrote:

@froli, where did you get that desktop font? I have only been able to find KaratMedium Regular, which is just too broad for my taste sad

Did you download that Ultra-Light flavour from anywhere?

Sorry, I don't remember where I found it... hmm Search on google, may be you'll get it.


archlinux on Macbook Pro 10,1

Offline

#421 2008-11-10 21:17:15

mgzzy
Member
Registered: 2007-05-11
Posts: 20

Re: Share your Openbox Desktop ! :)

oh here it is:
200811102312001152x864sju4.th.png

Offline

#422 2008-11-11 12:00:06

joqueza
Member
Registered: 2008-08-16
Posts: 58

Re: Share your Openbox Desktop ! :)

200811111005511440x900slk1.th.png

screen openbox pypanel conky pidgin

Last edited by joqueza (2008-11-11 12:08:20)

Offline

#423 2008-11-11 16:24:34

000krf
Member
Registered: 2008-10-30
Posts: 23

Re: Share your Openbox Desktop ! :)

I really like the clock in the upper right corner. Would you please post the config file for this?

Thanks,


Kent

Offline

#424 2008-11-11 17:21:15

mgzzy
Member
Registered: 2007-05-11
Posts: 20

Re: Share your Openbox Desktop ! :)

000krf wrote:

I really like the clock in the upper right corner. Would you please post the config file for this?

Thanks,


Kent

Its only one conky instance. Just looks like many smile I took the sen's configuration (http://sen7.deviantart.com/art/Conky-Mira-100078939). just changed a little (merged all configs into one and made minor edits). Btw here it is: http://pastebin.com/m59777a1b . You can download the font from http://www.dafont.com/dot-font.font

Last edited by mgzzy (2008-11-11 17:23:37)

Offline

#425 2008-11-11 19:17:22

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: Share your Openbox Desktop ! :)

sm_1226372542_desktop.jpg

i'm a bit of a minimalist

openbox running Dyne theme (gtk is Dyne too)
three conky(s) and
netwmpager

configs @ ftp://pbrisbin.com

(edited to add theme/config info)

Last edited by brisbin33 (2008-11-11 19:52:55)

Offline

Board footer

Powered by FluxBB