You are not logged in.

#851 2009-10-25 19:07:34

EvasiveFR
Member
Registered: 2009-04-07
Posts: 35

Re: Share your Openbox Desktop ! :)

Can you share your tint2rc please ? Nice desktop smile


Sorry for my english... I'm a french user !
If you don't understand what I say, just ask me ^^

Offline

#852 2009-10-25 19:33:23

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: Share your Openbox Desktop ! :)

Thanks smile Here's the tint2rc

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 5
border_width = 1
background_color = #000000 60
border_color = #ffffff 18

rounded = 3
border_width = 0
background_color = #ffffff 40
border_color = #ffffff 50

rounded = 3
border_width = 0
background_color = #ffffff 18
border_color = #ffffff 70

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 28
panel_margin = 0 0
panel_padding = 4 0
font_shadow = 0
panel_background_id = 1

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_monitor
taskbar_padding = 2 3 2
taskbar_background_id = 0

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width = 250
task_centered = 1
task_padding = 3 3
#task_font = HandelGotDLig 10
task_font = Corbel 11
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 0 4 5
systray_background_id = 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
#time1_font = HandelGotDLig 10
time1_font = Corbel 11
#time2_format = %d %B
#time2_font = Terminus 6
clock_font_color = #ffffff 76
clock_padding = 1 0
clock_background_id = 0

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

Offline

#853 2009-10-28 16:47:54

Ciuu96
Member
From: Turku, Finland
Registered: 2009-09-29
Posts: 12
Website

Re: Share your Openbox Desktop ! :)

Switched from Gnome to OpenBox, mainly because it looks better, and also because it's kinda easy to use. I also decided to make my first conky and tint2 configs, so there it is:

wheretogoscreen.th.png

Wall: http://salwiak.deviantart.com/art/Where-to-go-98113134

tint2:

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 5
border_width = 1
background_color = #000000 80
border_color = #FFFFFF 40

rounded = 3
border_width = 0
background_color = #ffffff 40
border_color = #ffffff 30

rounded = 3
border_width = 1
background_color = #ffffff 0
border_color = #ffffff 0

rounded = 0
border_width = 0
background_color = #000000 50
border_color = #ffffff 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 24
panel_margin = 0 0
panel_padding = 3 1
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width =
task_centered = 0
task_padding = 2 2 2
task_font = sans 8
task_font_color = #ffffff 70
task_active_font_color = #ffffff 100
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 3

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M  |  %d-%M-%Y
time1_font = BASIC5 7.5
time2_format = 
time2_font = sans 7
clock_font_color = #ffffff 100
clock_padding = 4 4 4
clock_background_id = 1

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 2


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

conky1:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 460
gap_y 240
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT
${color green}${font lovitz:bold:size=36}${time %H:%M}${font}${color}

conky2:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 60
gap_y 562
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

#For Audacious
${color green}${font lovitz:bold:size=30}${exec audtool2 --current-song | cut -b-55}

conky3:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 1330
gap_y 449
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

${color #de201c}${font lovitz:bold:size=27}$sysname $kernel ($machine)

I have 1600x900 laptop, so if it looks strange, just modify the positions (gap_x and gap_y). Also, my dpi settings are most probably completly wrong, thats another reason.

Btw, add 3 line feeds (enters) to the end of conky1, then it will show up in correct position.


Laptop: Hp Dv7-2123 with 32-bit Arch Linux and Windoze Visva dual-booted
"Normal computer"^^: AMD Athlon 64 x2 4400+, nVidia 8800GT 256mb with Fedora 11.
Arch Rulz.

Offline

#854 2009-10-28 19:43:44

Ibex
Member
Registered: 2006-03-02
Posts: 135

Re: Share your Openbox Desktop ! :)

Raffles10 wrote:

New wallpaper.....been playing around with tint2 configs:

http://omploader.org/tMmx1Zg

http://omploader.org/tMmx1ag

big_smile

What audioplayer do you use?

Offline

#855 2009-10-28 20:54:16

Raffles10
Member
From: London, UK
Registered: 2009-05-09
Posts: 115

Re: Share your Openbox Desktop ! :)

Ibex wrote:
Raffles10 wrote:

New wallpaper.....been playing around with tint2 configs:

http://omploader.org/tMmx1Zg

http://omploader.org/tMmx1ag

big_smile

What audioplayer do you use?

ncmpcpp + mpd. smile

Basically it's ncmpc + extra features.

Offline

#856 2009-10-28 22:14:05

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: Share your Openbox Desktop ! :)

Ciuu96 wrote:

Switched from Gnome to OpenBox, mainly because it looks better, and also because it's kinda easy to use. I also decided to make my first conky and tint2 configs, so there it is:

http://img24.imageshack.us/img24/3194/w … een.th.png

Wall: http://salwiak.deviantart.com/art/Where-to-go-98113134

tint2:

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 5
border_width = 1
background_color = #000000 80
border_color = #FFFFFF 40

rounded = 3
border_width = 0
background_color = #ffffff 40
border_color = #ffffff 30

rounded = 3
border_width = 1
background_color = #ffffff 0
border_color = #ffffff 0

rounded = 0
border_width = 0
background_color = #000000 50
border_color = #ffffff 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 24
panel_margin = 0 0
panel_padding = 3 1
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width =
task_centered = 0
task_padding = 2 2 2
task_font = sans 8
task_font_color = #ffffff 70
task_active_font_color = #ffffff 100
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 3

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M  |  %d-%M-%Y
time1_font = BASIC5 7.5
time2_format = 
time2_font = sans 7
clock_font_color = #ffffff 100
clock_padding = 4 4 4
clock_background_id = 1

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 2


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

conky1:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 460
gap_y 240
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT
${color green}${font lovitz:bold:size=36}${time %H:%M}${font}${color}

conky2:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 60
gap_y 562
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

#For Audacious
${color green}${font lovitz:bold:size=30}${exec audtool2 --current-song | cut -b-55}

conky3:

background yes
use_xft yes
xftalpha 0.9
update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
#minimum_size 180 5
#maximum_width 180
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1

default_color black
default_shade_color black
default_outline_color green

# alignment top_left
# alignment top_right
# alignment bottom_left
# alignment bottom_right
# alignment none

gap_x 1330
gap_y 449
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no

TEXT

${color #de201c}${font lovitz:bold:size=27}$sysname $kernel ($machine)

I have 1600x900 laptop, so if it looks strange, just modify the positions (gap_x and gap_y). Also, my dpi settings are most probably completly wrong, thats another reason.

Btw, add 3 line feeds (enters) to the end of conky1, then it will show up in correct position.

i like your background, its cool  i normaly like the darker wallpapers  but i like yours


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#857 2009-10-29 18:14:33

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

Re: Share your Openbox Desktop ! :)

After a short escapade with KDE 4 (which left a rather bad taste in my mouth), I decided to throw it off my desktop, get rid of Xfce too, and install Openbox just like on my lappy.

tMm5ndA

Never been happier smile. I'd like to try xcompgr on this machine again for some window shadows etc. but not sure if it will work out well with the dark background...


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

Offline

#858 2009-10-29 18:18:31

Fackamato
Member
Registered: 2006-03-31
Posts: 579

Re: Share your Openbox Desktop ! :)

B wrote:

After a short escapade with KDE 4 (which left a rather bad taste in my mouth), I decided to throw it off my desktop, get rid of Xfce too, and install Openbox just like on my lappy.

http://omploader.org/tMm5ndA

Never been happier smile. I'd like to try xcompgr on this machine again for some window shadows etc. but not sure if it will work out well with the dark background...

Nice! What's that Archlinux/sysinfo script I keep seeing in screenshots?

How about .conkyrc ? wink

Offline

#859 2009-10-29 21:14:02

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: Share your Openbox Desktop ! :)

Look here, Fackamato http://bbs.archlinux.org/viewtopic.php?id=24208  (for that script)

Ogion


(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant

Offline

#860 2009-10-29 21:25:34

Fackamato
Member
Registered: 2006-03-31
Posts: 579

Re: Share your Openbox Desktop ! :)

Cheers!

Offline

#861 2009-10-29 22:30:01

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

Re: Share your Openbox Desktop ! :)


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

Offline

#862 2009-10-31 01:18:11

kYd
Member
Registered: 2009-01-20
Posts: 78

Re: Share your Openbox Desktop ! :)

Ignore....

Last edited by kYd (2009-10-31 01:18:54)

Offline

#863 2009-11-01 13:43:16

lastchancetosee
Member
From: Berlin
Registered: 2009-02-19
Posts: 131

Re: Share your Openbox Desktop ! :)

281ag0l_th.png

Openbox-Theme: Phoenix (self-made)
GTK-Theme: New Wave
Icons are 'Nou', I think from gnome-look or box-look,
Background from Doe GDM Theme.

conky & tint & URxvt & thunar

.conkyrc

#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 1

#shades
draw_shades no

#position
gap_x 8
gap_y 8
alignment top_left

#behaviour
update_interval 1

#colour
default_color  9f907d

#default_shade_color 000000
own_window_colour 3d352a

#font
use_xft yes
xftfont bauhaus:pixelsize=11

#to prevent window from moving
use_spacer none
minimum_size 1264

#mpd
mpd_host localhost
mpd_port 6600

TEXT
${alignc}Kernel: ${color D7D3C5}$kernel   |   ${color DDAA00}${color}Up: ${color D7D3C5}${uptime_short}   |   ${color}Processes: ${color D7D3C5}$running_processes${color} / ${color D7D3C5}$processes   |   ${color}Cpu: ${color D7D3C5}${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}%  ${color}${cpugraph 10,80 AEA08E 9F907D}   |   ${color }Mem: ${color D7D3C5}$mem  / $memmax - $memperc%  ${color}${memgraph 10,80 AEA08E 9F907D}   |   Cpu: ${color D7D3C5}${execi 30 sensors | grep "CPU Temperature" | cut -d "+" -f2 | cut -c1-6} ${color}Motherboard: ${color D7D3C5}${execi 30 sensors | grep "MB Temperature" | cut -d "+" -f2 | cut -c1-6} ${color}Graphics: ${color D7D3C5}${execi 30 nvidia-settings -q GPUCoreTemp | grep Attribute | cut -d ":" -f3 | cut -c2-3}.0°C
${alignc}${color }Root: ${color D7D3C5}${font}${fs_free /}  / ${fs_size /} - ${fs_free_perc /}%   |   ${color }var: ${color D7D3C5}${font}${fs_free /var}  / ${fs_size /var} - ${fs_free_perc /var}%   |   ${color}Home: ${color D7D3C5}${fs_free /home}  / ${fs_size /home}  - ${fs_free_perc /home}%   |   ${color }Data: ${color D7D3C5}${font}${fs_free /mnt/data}  / ${fs_size /mnt/data} - ${fs_free_perc /mnt/data}%   |   ${color}Arch-pkg: ${color D7D3C5}${font}${execi 3600 perl ~/scripts/archupdate/conky-updates.pl}   |   ${color}Mpd (${mpd_status}):  ${color D7D3C5}${font}${mpd_smart}

.tint2rc (by Raffles10)

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------

rounded = 0
border_width = 1
background_color = #ffffff 0
border_color = #ffffff 40

rounded = 0
border_width = 1
background_color = #000000 50
border_color = #ffffff 40


rounded = 0
border_width = 0
#background_color = #A6B384 20
background_color = #000000 20
border_color = #ffffff 


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
#panel_mode = single_monitor
panel_position = bottom center
panel_size = 95% 30
panel_margin = 0 0
panel_padding = 3 3 3 3
font_shadow = 0
panel_background_id = 2


#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 40
task_centered = 1
task_padding = 2 2
task_font = sans 7
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 0
task_active_background_id = 2

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 1

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 2 2 2
systray_background_id = 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H.%M
time1_font = Bauhaus 8
time2_format = %d.%m.%Y 
time2_font = Bauhaus 6
clock_font_color = #ffffff 76
clock_padding = 4 0
clock_background_id = 0
clock_rclick_command = orage

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

Last edited by lastchancetosee (2009-11-01 18:57:28)


My ship don't crash! She crashes, you crashed her!

Offline

#864 2009-11-01 14:51:17

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

Re: Share your Openbox Desktop ! :)

Got a link to your wallpaper?


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

Offline

#865 2009-11-01 18:58:46

lastchancetosee
Member
From: Berlin
Registered: 2009-02-19
Posts: 131

Re: Share your Openbox Desktop ! :)

Found it. It's Doe GDM. Linked above.
Haven't found a link to the icons, though.


My ship don't crash! She crashes, you crashed her!

Offline

#866 2009-11-01 21:12:34

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

Re: Share your Openbox Desktop ! :)

Thanks smile


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

Offline

#867 2009-11-03 03:09:06

Stagnation
Member
From: Sardinia, OH
Registered: 2009-03-09
Posts: 16

Re: Share your Openbox Desktop ! :)

Here's my currnet setup. I'm currently working on figuring out why some text fields in Firefox are dark gray with black text. It makes it extremely hard to see what you're typing. Tint2 quit displaying the system tray after the last update and I haven't been able to figure out why so I may try a different panel. Otherwise it's how I want it.

th_menu-1.png

th_dirty-1.png

Last edited by Stagnation (2009-11-03 03:15:21)


I have a giant brain that can reduce any complex machine into a simple yes or no answer

Offline

#868 2009-11-03 04:05:15

zephyrus17
Member
Registered: 2008-06-15
Posts: 323

Re: Share your Openbox Desktop ! :)

Wow. Impressive! Did you do that wallpaper 'base' yourself?

Offline

#869 2009-11-03 04:58:53

Stagnation
Member
From: Sardinia, OH
Registered: 2009-03-09
Posts: 16

Re: Share your Openbox Desktop ! :)

No, unfortunately I have no artistic talent whatsoever. The wallpaper is called Elegant Arch and is available at http://www.arch-stuff.org/content/show. … ent=108233.


I have a giant brain that can reduce any complex machine into a simple yes or no answer

Offline

#870 2009-11-03 09:21:11

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

Re: Share your Openbox Desktop ! :)

Stagnation wrote:

Here's my currnet setup. I'm currently working on figuring out why some text fields in Firefox are dark gray with black text. It makes it extremely hard to see what you're typing. Tint2 quit displaying the system tray after the last update and I haven't been able to figure out why so I may try a different panel. Otherwise it's how I want it.

Don't know which tint2 version you're using but I'm using an SVN build and the system tray works fine. Might be worth trying?


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

Offline

#871 2009-11-03 11:52:03

heretic
Member
Registered: 2007-09-18
Posts: 11

Re: Share your Openbox Desktop ! :)

screenshotq.th.jpg

urxvt, xcompmgr, conky, avant window navigator, firefox. 3360x1050 resolution on dual 22" widescreens cool

Offline

#872 2009-11-03 22:27:20

Stagnation
Member
From: Sardinia, OH
Registered: 2009-03-09
Posts: 16

Re: Share your Openbox Desktop ! :)

B wrote:

Don't know which tint2 version you're using but I'm using an SVN build and the system tray works fine. Might be worth trying?

Yeah, I'm using the SVN build. I just set Trayer on top of the Tint2 panel where the system tray would normally be.

Now I just need to fix the black buttons/fields in Firefox.


Edit: Just fixed it using the instructions here: http://ubuntusatanic.org/forum/comments … 106&page=1

Last edited by Stagnation (2009-11-03 22:36:06)


I have a giant brain that can reduce any complex machine into a simple yes or no answer

Offline

#873 2009-11-03 22:37:29

markp1989
Member
Registered: 2008-10-05
Posts: 431

Re: Share your Openbox Desktop ! :)

Stagnation wrote:

No, unfortunately I have no artistic talent whatsoever. The wallpaper is called Elegant Arch and is available at http://www.arch-stuff.org/content/show. … ent=108233.

thanks for the link, its a nice wp big_smile


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#874 2009-11-03 23:30:58

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Share your Openbox Desktop ! :)

Openbox + xcompmgr + tint2 + conky + no desktop icons + pytyle lurking in the background.  Mostly bog stock configurations with a little tweaking here and there, and hardly any transparency.

tMm93bw

Offline

#875 2009-11-04 12:39:11

skull-y
Member
From: Germany/Saxony-Anhalt /Halle
Registered: 2009-01-25
Posts: 29

Re: Share your Openbox Desktop ! :)

@ azleifel

This volume-icon in your panel, what is this for a program?


Sorry for my bad English.

Offline

Board footer

Powered by FluxBB