You are not logged in.

#2026 2012-02-06 16:25:48

narrakan
Member
From: Italy
Registered: 2012-02-06
Posts: 15

Re: Share your Openbox Desktop ! :)

My second day on Arch, and this is what I've done so far. I fell in love with it.

e80jzr.png

Running: Openbox + tint2 + multiple conky instances

Offline

#2027 2012-02-06 21:27:10

gothu
Member
Registered: 2012-01-12
Posts: 36

Re: Share your Openbox Desktop ! :)

narrakan wrote:

My second day on Arch, and this is what I've done so far. I fell in love with it.

Running: Openbox + tint2 + multiple conky instances

Can i ask for your conkyrc and tint2 config ? Thx allot.

Offline

#2028 2012-02-06 21:52:47

narrakan
Member
From: Italy
Registered: 2012-02-06
Posts: 15

Re: Share your Openbox Desktop ! :)

gothu wrote:
narrakan wrote:

My second day on Arch, and this is what I've done so far. I fell in love with it.

Running: Openbox + tint2 + multiple conky instances

Can i ask for your conkyrc and tint2 config ? Thx allot.

Sure, here you are:

.conkyrctop

background no
font Dejavu Sans:size=8
use_xft yes
xftalpha 0.9
update_interval 3.0
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 1000 20
maximum_width 1440
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color green
alignment top_left
gap_x 5
gap_y 5
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase no

TEXT
${color #3399BB}${font :bold:size=8}User:${font}${color} narrakan      \
${color #3399BB}${font :bold:size=8}Hostname:${font}${color} $nodename      \
${color #3399BB}${font :bold:size=8}Kernel:${font}${color} $kernel      \
${color #3399BB}${font :bold:size=8}Uptime:${font}${color} $uptime      \
${color #3399BB}${font :bold:size=8}Conky:${font}${color} $conky_version $conky_build_arch      \
${color #3399BB}${font :bold:size=8}CPU:${font}${color} ${pre_exec grep "model name" /proc/cpuinfo | cut -d: -f2 | head -1}

.conkyrcright

background no
font Dejavu Sans:size=8
use_xft yes
xftalpha 0.9
update_interval 1.0
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 280 200
maximum_width 300
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color blue
alignment top_right
gap_x 10
gap_y -5
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase no

TEXT
   ${color #3399BB}${font :bold:size=50}${time %H}${font}${color}\
${color #3399BB}${font :bold:size=28}${voffset -47}${time :%M:%S}${voffset}${font}${color}
   ${color #3399BB}${font :bold:size=13}${offset 98}${time %a %d %b %Y}${font}${color}



${color #3399BB}Uptime:$color $uptime ${color #3399BB} Load:$color $loadavg

${color #3399BB}CPU:$color ${cpu}% ${color #3399BB}${cpubar 5,85}     ${color #3399BB}Disk I/O: $color${diskio}
${color #3399BB}${cpugraph 0 32,145 104E8B 3399BB} $alignr${color #3399BB}${diskiograph 32,145 104E8B 3399BB 750}

${color #3399BB}Swap Usage:$color $swap${color #3399BB}/${color}$swapmax - $swapperc% ${color #3399BB}${swapbar}
${color #3399BB}RAM Usage:$color $mem${color #3399BB}/${color}$memmax - $memperc% ${color #3399BB}$membar
${color #3399BB}${memgraph 32,300 104E8B 3399BB}

${color #3399BB}Processes:$color $processes       ${color #3399BB}Running:$color $running_processes
${color #3399BB}Entropy: ${color}${entropy_avail}${color #3399BB}/${color}${entropy_poolsize} ${color #3399BB}${entropy_bar}

${color #3399BB}HDD Temp: $color${execi 300 nc 127.0.0.1 7634 | cut -d'|' -f4}${iconv_start UTF-8 ISO_8859-1} °${iconv_stop}C \
${alignr}${color #3399BB}CPU Temp: $color${hwmon 0 temp 1}${iconv_start UTF-8 ISO_8859-1} °${iconv_stop}C

${color #3399BB}Net Down:$color ${downspeed eth0}/s           ${color #3399BB}Net Up:$color ${upspeed eth0}/s
${color #3399BB}${downspeedgraph eth0 32,145 104E8B 3399BB} $alignr${color #3399BB}${upspeedgraph eth0 32,145 104E8B 3399BB}

${color #3399BB}File systems:
 ${color #3399BB}/ ${alignr}$color${fs_used /}/${fs_size /}   ${color #3399BB}${fs_bar 5,120 /}
 ${color #3399BB}/home ${alignr}$color${fs_used /home}/${fs_size /home}   ${color #3399BB}${fs_bar 5,120 /home}
 ${color #3399BB}/opt ${alignr}$color${fs_used /opt}/${fs_size /opt}   ${color #3399BB}${fs_bar 5,120 /opt}
 ${color #3399BB}/usr/local ${alignr}$color${fs_used /usr/local}/${fs_size /usr/local}   ${color #3399BB}${fs_bar 5,120 /usr/local}
 ${color #3399BB}/var ${alignr}$color${fs_used /var}/${fs_size /var}   ${color #3399BB}${fs_bar 5,120 /var}
 
${color #3399BB}Top Processes:
 ${color #3399BB}Name       ${alignr}PID     CPU%   MEM%
 $color ${top name 1} ${alignr}${top pid 1}    ${top cpu 1}   ${top mem 1} 
 $color ${top name 2} ${alignr}${top pid 2}    ${top cpu 2}   ${top mem 2} 
 $color ${top name 3} ${alignr}${top pid 3}    ${top cpu 3}   ${top mem 3} 

  ${color #3399BB}Mem usage
 $color ${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
 $color ${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
 $color ${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
 
${color #3399BB}Port(s)${alignr}\#Connections
 $color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
 
 ${color #3399BB}Outbound Connection ${alignr} Remote Service/Port$color
 ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}

 ${color #3399BB}Inbound Connection ${alignr} Local Service/Port$color
 ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
 ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
 ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
 ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
 ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4}

tint2rc

# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure

# Background definitions
# ID 1
rounded = 0
border_width = 2
background_color = #000000 40
border_color = #00A3FF 41

# ID 2
rounded = 0
border_width = 0
background_color = #008CFF 40
border_color = #FFFFFF 40

# ID 3
rounded = 0
border_width = 0
background_color = #00A0FF 7
border_color = #FFFFFF 60

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 30
panel_margin = 0 0
panel_padding = 0 0 7
panel_dock = 0
wm_menu = 0
panel_layer = top
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size

# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 8
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 160 35
task_padding = 3 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3

# Task Icons
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 70 0 0

# Fonts
task_font = ClearlyU PUA 7
task_font_color = #FFFFFF 60
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 80
task_iconified_font_color = #FFFFFF 60
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 4 5
systray_sort = left2right
systray_background_id = 0
systray_icon_size = 16
systray_icon_asb = 70 0 0

# Clock
time1_format = %H:%M
time1_font = sans 8
time2_format = %a %d %b
time2_font = sans 6
clock_font_color = #FFFFFF 60
clock_padding = 4 0
clock_background_id = 0
clock_rclick_command = orage

# Tooltips
tooltip = 0
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 0
tooltip_font = sans 10
tooltip_font_color = #000000 80

# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 1
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 101
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #FFFFFF 60
battery_padding = 1 0
battery_background_id = 0

# End of config

Offline

#2029 2012-02-07 00:01:59

krist
Member
Registered: 2007-09-27
Posts: 10

Re: Share your Openbox Desktop ! :)

Great desktop! Which GTK-/Openbox theme is this?

Plus wrote:

This is also in the monthly screenshot thread but figured I would post it here too.  This thread is one of the things that got me interested in checking out Openbox.  My first screenshot post!  Heavily Crunchbang inspired Arch.  Feedback much appreciated.

Clean:
http://s19.postimage.org/k093hu6gf/2012_01_14_112833_1280x1024_scrot.png

Dirty:
http://s19.postimage.org/tyu24bfvz/2012_01_14_112806_1280x1024_scrot.png

Offline

#2030 2012-02-07 18:20:10

parasito
Member
Registered: 2012-02-07
Posts: 1

Re: Share your Openbox Desktop ! :)

engelus wrote:
Dustbin wrote:

Looking good!

Couple of questions:
- What app is the battery manager icon in your bmpanel2? I've actually been looking for something like that...
- Do you use wicd for your wireless connetion management? If so, how did you manage to make the icon in bmpanel2 follow your Faenza icon theme? Mine doesn't... Same for my volume icon...

Oh, and mind sharing your wallpaper? It's awesome!

Edit: Found the wallpaper... As SanskritFritz already said: TinEye is your friend big_smile

The app for battery is ptbatterysystemtray its in aur (batterysystemtray-git)
Yep its wicd but i had installed faenza wicd iconset from gnome-look (http://gnome-look.org/content/show.php/ … ent=133821) it comes with a little install script
The volume icon is the app volwheel its in community

Hi!!

What application are you using for the menu?

I love your desktop. Can you share your confings?

Thanks in advance.

Offline

#2031 2012-02-07 23:14:33

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: Share your Openbox Desktop ! :)

Offline

#2032 2012-02-09 00:15:08

carukia
Member
From: ~/United_Kingdom/Liverpool
Registered: 2011-05-15
Posts: 162

Re: Share your Openbox Desktop ! :)

Offline

#2033 2012-02-09 09:48:09

h.c.h.
Member
From: Rome
Registered: 2011-12-21
Posts: 41

Re: Share your Openbox Desktop ! :)


Nice wallpaper, can you share it please?


arch x64 + openbox

Offline

#2034 2012-02-09 13:07:29

gothu
Member
Registered: 2012-01-12
Posts: 36

Re: Share your Openbox Desktop ! :)

breNKl.png

Offline

#2035 2012-02-15 11:20:52

antisystem
Member
From: localhost
Registered: 2010-03-29
Posts: 3

Re: Share your Openbox Desktop ! :)

CuWQml.jpg

Offline

#2036 2012-02-15 13:21:16

gothu
Member
Registered: 2012-01-12
Posts: 36

Re: Share your Openbox Desktop ! :)

Could we have your conkyrc ? and tin2rc? Thx

Offline

#2037 2012-02-15 14:47:48

Plus
Member
Registered: 2011-09-24
Posts: 17

Re: Share your Openbox Desktop ! :)

krist wrote:

Great desktop! Which GTK-/Openbox theme is this?

Plus wrote:

This is also in the monthly screenshot thread but figured I would post it here too.  This thread is one of the things that got me interested in checking out Openbox.  My first screenshot post!  Heavily Crunchbang inspired Arch.  Feedback much appreciated.

Clean:
http://s19.postimage.org/k093hu6gf/2012_01_14_112833_1280x1024_scrot.png

Dirty:
http://s19.postimage.org/tyu24bfvz/2012_01_14_112806_1280x1024_scrot.png

Thanks!  I'm using the latest default Statler theme from Crunchbang (a very nice Openbox distro).  You can download the gtk-2.0 and openbox-3 theme packages from here (http://packages.crunchbang.org/statler/pool/main/).  The file you will need is statler-ui-theme_0.02.tar.gz.

Offline

#2038 2012-02-15 21:01:16

Mr_ED-horsey
Member
From: Portland, OR
Registered: 2011-04-06
Posts: 177

Re: Share your Openbox Desktop ! :)

narrakan wrote:

My second day on Arch, and this is what I've done so far. I fell in love with it.

http://i41.tinypic.com/e80jzr.png

Running: Openbox + tint2 + multiple conky instances

Can I have that wallpaper? I can't find the dark blue one anywhere smile


Desktop: Fedora 21 Mate + Compiz [x86_64] on 2 TiB HDD  /  Windows 7 Professional [x86_64] on 500 GiB HDD
Laptop: Arch Linux + Openbox [i686] 120 GiB SSD on Acer c720 Chromebook

Offline

#2039 2012-02-15 21:44:08

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: Share your Openbox Desktop ! :)

What Openbox and windows manager theme is that? Can you also post .xresources for urxvt?

Offline

#2040 2012-02-17 21:37:10

kelloco2
Member
Registered: 2012-02-13
Posts: 124

Re: Share your Openbox Desktop ! :)

17012931.th.png
on desktop - minimal Arch Linux
openbox + tint2 + conky + wbar; Icons: Faenza; File manager: Rox-Filer; display manager: xdm

Last edited by kelloco2 (2012-02-17 21:38:21)


sorry for my english. {Arch Linux, Debian} User

Offline

#2041 2012-02-20 02:14:49

sboysel
Member
Registered: 2011-12-30
Posts: 63

Re: Share your Openbox Desktop ! :)

Clean:
tY3VhMQ
Homework:
tY3VhMA

Openbox and GTK theme is SlimOne
urxvt, thunar, tint2, abiword, evince-gtk, xfce4-notes, volwheel, conky

Offline

#2042 2012-02-20 13:16:07

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

Re: Share your Openbox Desktop ! :)

kelloco2 wrote:

http://img824.imageshack.us/img824/7138/17012931.th.png
on desktop - minimal Arch Linux
openbox + tint2 + conky + wbar; Icons: Faenza; File manager: Rox-Filer; display manager: xdm

Mind sharing that wallpaper? smile


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

Offline

#2043 2012-02-21 15:51:59

kelloco2
Member
Registered: 2012-02-13
Posts: 124

Re: Share your Openbox Desktop ! :)

No ;P but I would like to teach you.  look:

http://www.youtube.com/watch?v=UZl9OlCKwfk

wink

Last edited by kelloco2 (2012-02-21 15:55:14)


sorry for my english. {Arch Linux, Debian} User

Offline

#2044 2012-02-22 22:57:00

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Share your Openbox Desktop ! :)

I have an Arch 64 bit install that I transferred between three hard drives, since the electronics of the biggest one started to malfunction. sad
Nevertheless, Arch works perfectly on my 80 GB hard drive (rsync is the best!). Here is my desktop:

- when PC starts up -
2012_02_22_1329950264_1440x900_scrot.jpg

- busy throughout the day -
2012_02_22_1329950602_1440x900_scrot.jpg

I use it as my main desktop for university needs (LibreOffice), surfing the net (Firefox), listening to music (DeadBeef), retouching images (Gimp), playing videos (mplayer2, custom build), encoding videos (Avidemux) and especially playing Nintendo games (fceux). And kicking some alien ass (Sauerbraten 4ever :3)!

Openbox is my choice since always. Its simplicity, simple configuration, minimalism and the easily configurable hotkeys won me over.

430 packages, 2.46 GiB. It can be less, but I was lazy to do it. :3


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#2045 2012-02-25 18:18:26

Kk2
Member
Registered: 2012-02-22
Posts: 1

Re: Share your Openbox Desktop ! :)

bjornoslav wrote:

I have an Arch 64 bit install that I transferred between three hard drives, since the electronics of the biggest one started to malfunction. sad
Nevertheless, Arch works perfectly on my 80 GB hard drive (rsync is the best!). Here is my desktop:

- when PC starts up -
http://s19.postimage.org/9r4rnbwf3/2012_02_22_1329950264_1440x900_scrot.jpg

- busy throughout the day -
http://s19.postimage.org/xw5h51gpr/2012_02_22_1329950602_1440x900_scrot.jpg

I use it as my main desktop for university needs (LibreOffice), surfing the net (Firefox), listening to music (DeadBeef), retouching images (Gimp), playing videos (mplayer2, custom build), encoding videos (Avidemux) and especially playing Nintendo games (fceux). And kicking some alien ass (Sauerbraten 4ever :3)!

Openbox is my choice since always. Its simplicity, simple configuration, minimalism and the easily configurable hotkeys won me over.

430 packages, 2.46 GiB. It can be less, but I was lazy to do it. :3


mind share your tint2 ?!

Offline

#2046 2012-02-25 21:20:15

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Share your Openbox Desktop ! :)

Here you go! smile

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

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 4
border_width = 1
#background_color = #1A1A1A 0
#border_color = #979797 100
background_color = #000000 70
#background_color = #444444 70
#background_color = #1A1A1A 70
border_color = #ffffff 30

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


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 80% 28
panel_margin = 0 0
panel_padding = 2 0
font_shadow = 0
panel_background_id = 0

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

#---------------------------------------------
# TASKS
#---------------------------------------------

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

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 0 3
systray_background_id = 1
systray_icon_size = 24
#systray_icon_asb = 90 0 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = Droid Sans 8
time2_format = %d.%m.%Y
time2_font = Droid Sans 6
clock_font_color = #ffffff 76
clock_padding = 6 0
clock_background_id = 1
#clock_rclick_command = gsimplecal


#---------------------------------------------
# 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 = 0


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

asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#2047 2012-02-26 12:55:47

antisystem
Member
From: localhost
Registered: 2010-03-29
Posts: 3

Re: Share your Openbox Desktop ! :)

gothu wrote:

Could we have your conkyrc ? and tin2rc? Thx

the configs are quite a mess, but here you go...

conkyrc:

# set to yes if you want Conky to be forked in the background
background yes

font -*-fixed-*-*-*-*-10-*-*-*-*-*-*-*

# Use Xft?
use_xft no

# Print everything to stdout?
# out_to_console no

#MPD host/port
mpd_host localhost
mpd_port 6600
  
# Print everything to console?
out_to_console yes
 
# mail spool
# mail_spool $MAIL

# Update interval in seconds
update_interval 3.5
  
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
  
# Create own window instead of using desktop (required in nautilus)
own_window yes
  
# If own_window is yes, you may use type normal, desktop or override
own_window_type normal
own_window_class conky 

# Use pseudo transparency with own_window?
own_window_transparent no
  
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour 444444
  
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
  
# Minimum size of text area
minimum_size 1920 1
  
# Draw shades?
draw_shades no
  
# Draw outlines?
draw_outline no
  
# Draw borders around text
draw_borders no
  
# Draw borders around graphs
draw_graph_borders yes
  
# Stippled borders?
stippled_borders 4
  
# border margins
#border_margin 0
  
# border width
border_width 0
  
# Default colors and also border colors
default_color white
default_shade_color darkgrey
default_outline_color white
  
# Text alignment, other possible values are commented
alignment top_left
  
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 5
  
# Subtract file system buffers from used memory?
no_buffers yes
 
# set to yes if you want all text to be in uppercase
uppercase no
  
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
  
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
  
# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none
  
  # stuff after 'TEXT' will be formatted on screen
  
TEXT
# SYSTEM: $nodename - $sysname $kernel on $machine, up $uptime   |   CPU USAGE: $cpu%   |   RAM USAGE: $memperc%   |   LOAD: $loadavg   |   WEATHER: ${execi 300 /home/antisystem/.scripts/weather "EUR|AT|AU007|INNSBRUCK"}   |   PLAYING: $mpd_artist - $mpd_track. $mpd_title ($mpd_album)  $mpd_elapsed/$mpd_length  $mpd_bar
# SYSTEM: $sysname $kernel $machine on ${execi 999 head /proc/cpuinfo -n 5 | tail -n 1 | cut -d ' ' -f 3,4,12} @ 2x${freq_g}GHz, up $uptime   |   CPU USAGE: $cpu%   |   RAM USAGE: $memperc%   |   LOAD: $loadavg   |   WEATHER: ${execi 300 /home/antisystem/.scripts/weather "EUR|AT|AU007|INNSBRUCK"}   |   PLAYING: $mpd_artist - $mpd_track. $mpd_title ($mpd_album)  $mpd_elapsed/$mpd_length  $mpd_bar
# SYSTEM: $sysname $kernel $machine on ${execi 999 head /proc/cpuinfo -n 5 | tail -n 1 | cut -d ' ' -f 3,4,12} @ ${freq_g}GHz, up $uptime   |   CPU USAGE: $cpu%   |   RAM USAGE: $memperc%   |   LOAD: $loadavg   |   WEATHER: ${execi 300 /home/antisystem/.scripts/weather "EUR|AT|AU007|INNSBRUCK"}   |   PLAYING: $mpd_artist - $mpd_track. $mpd_title ($mpd_album)  $mpd_elapsed/$mpd_length  $mpd_bar
# SYSTEM: $nodename - $sysname $kernel on @ 2x${freq_g}GHz, up $uptime   |   CPU USAGE: $cpu%   |   RAM USAGE: $memperc%   |   LOAD: $loadavg   |   WEATHER: ${execi 300 /home/antisystem/.scripts/weather "EUR|AT|AU007|INNSBRUCK"}   |   PLAYING: $mpd_artist - $mpd_track. $mpd_title ($mpd_album)  $alignr${offset -10}${mpd_bar 5,300} $alignr${offset -2}$mpd_elapsed/$mpd_length
 SYSTEM:  $sysname $kernel on @ 2x${freq_g}GHz, up $uptime  |  CPU USAGE: $cpu%  |  RAM USAGE: $memperc%  |  LOAD: $loadavg  |  WEATHER: ${execi 300 /home/antisystem/.scripts/weather "EUR|AT|AU007|INNSBRUCK"}  $alignr${offset -10}MPD: ${execi 5 /home/antisystem/.scripts/mpd_conky} $alignr${offset -8}${mpd_bar 5,300} $alignr${offset -5}$mpd_elapsed/$mpd_length 

weather script (from the forums):

#!/bin/sh
#AccuWeather (r) RSS weather tool for conky
#
#USAGE: weather.sh <locationcode>
#
#(c) Michael Seiler 2007

METRIC=1 #Should be 0 or 1; 0 for F, 1 for C

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

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

MPD script:

#!/bin/bash

tags=`mpc --format "[%artist% - ][%track%. ][%title% ][#[[%date%][ - %album%]#]]" | head -n 1`
bytes=`echo "$tags" | wc -c`

if [ "$bytes" -gt 75 ]; then echo "$tags" | head -c 75 | sed -e 's/$/-->/'; else echo "$tags"; fi

tint2rc:

# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure

# Background definitions
# ID 1
rounded = 0
border_width = 0
background_color = #444444 100
border_color = #FFFFFF 0

# ID 2
rounded = 0
border_width = 0
background_color = #222222 60
border_color = #333333 100

# ID 3
rounded = 0
border_width = 0
background_color = #444444 100
border_color = #FFFFFF 60

# ID 4
rounded = 0
border_width = 0
background_color = #666666 80
border_color = #FFFFFF 100

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 20
panel_margin = 0 0
panel_padding = 7 0 7
panel_dock = 0
wm_menu = 0
panel_layer = top
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size

# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 10
task_icon = 1
task_text = 1
task_centered = 0
task_maximum_size = 200 35
task_padding = 6 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3

# Task Icons
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 70 0 0

# Fonts
task_font = Fixed 8
task_font_color = #FFFFFF 60
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 20
font_shadow = 0

# System Tray
systray = 1
systray_padding = 5 3 5
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 0
systray_icon_asb = 86 0 0

# Clock
time1_format = %H:%M:%S
time1_font = Fixed 8
time2_format = %a, %d. %b %Y
time2_font = Fixed 6
clock_font_color = #FFFFFF 92
clock_padding = 1 0
clock_background_id = 0
clock_lclick_command = gsimplecal

# Tooltips
tooltip = 0
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font = sans 10
tooltip_font_color = #000000 80

# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 98
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #FFFFFF 60
battery_padding = 1 0
battery_background_id = 0

# End of config
donniezazen wrote:

What Openbox and windows manager theme is that? Can you also post .xresources for urxvt?


I use a modified version of the Surreal openbox theme to fit my color-scheme. heres the themerc: (you'll need the Surreal theme for this)

!! surreal by plb

!!---------------------------------------------------------------------------
!! Dimensions

border.width:				1
border.color:				#444444

padding.width:				1
window.handle.width:			1
window.client.padding.width:		0
window.client.padding.height:		0

menu.overlap:				0

!!---------------------------------------------------------------------------
!! Fonts

window.active.label.text.font:		shadow=y
window.label.text.justify:		left

menu.title.text.font:			shadow=y
menu.title.text.justify:		left

menu.items.font:			

!!---------------------------------------------------------------------------
!! Menu Settings

menu.title.bg:				flat solid
menu.title.bg.color:			#333333
menu.title.bg.colorTo:			#444444
menu.title.text.color:			white

menu.items.bg:				flat solid
menu.items.bg.color:			#444444
menu.items.text.color:			#ffffff

menu.items.active.bg:			flat solid
menu.items.active.bg.color:		#333333
menu.items.active.text.color:		#ffffff

menu.items.disabled.text.color:		#cccccc

!!---------------------------------------------------------------------------
!! Window Settings

window.active.padding.width:		10
window.active.title.bg:			flat solid
window.active.title.bg.color:		#444444

window.active.label.bg:			flat solid
window.active.label.bg.color:		#444444
window.active.label.bg.colorTo:		#444444
window.active.label.text.color:		#ffffff

window.active.handle.bg:		flat solid
window.active.handle.bg.color:		#444444
window.active.handle.bg.colorTo:	#444444

window.active.grip.bg:			flat solid
window.active.grip.bg.color:		#444444

window.active.client.color: #444444
window.inactive.client.color: #444444

window.inactive.title.bg:		flat solid
window.inactive.title.bg.color:		#444444

window.inactive.label.bg:		parentrelative
window.inactive.label.text.color:	#777777

window.inactive.handle.bg:		flat solid
window.inactive.handle.bg.color:	#444444

window.inactive.grip.bg:		flat solid
window.inactive.grip.bg.color:		#444444

!!---------------------------------------------------------------------------
!! Button Settings

window.active.button.unpressed.bg:			flat solid
window.active.button.unpressed.bg.color:		#444444
window.active.button.unpressed.bg.colorTo:		#333333
window.active.button.unpressed.image.color:		#ffffff

window.active.button.pressed.bg:			flat solid
window.active.button.pressed.bg.color:			#444444
window.active.button.pressed.bg.colorTo:			#444444

window.active.button.hover.bg:			flat solid
window.active.button.hover.bg.color:			#272c30

window.active.button.disabled.bg:			parentrelative
window.active.button.disabled.image.color:		#9394a2

!! without this it looks right
!!window.active.button.toggled.bg:			flat solid
!!window.active.button.toggled.bg.color:			#9fbfc1

window.inactive.button.unpressed.bg:			parentrelative
window.inactive.button.unpressed.image.color:		#9394a2

window.inactive.button.hover.bg:			flat solid
window.inactive.button.hover.bg.color:			#272c30
window.inactive.button.pressed.bg:			flat solid
window.inactive.button.pressed.bg.color:		#272c30
window.inactive.button.pressed.bg.colorTo:		#272c30

window.inactive.button.disabled.bg:			parentrelative
window.inactive.button.disabled.image.color:		#777777

!! window.inactive.button.toggled.bg:			flat solid
!! window.inactive.button.toggled.bg.color:		#444438

osd.border.width: 1
osd.hilight.bg: flat solid
osd.hilight.bg.color: #555555
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #888888

.Xdefaults:

URxvt.foreground:       white
#URxvt.background:	#f0f0f0
#URxvt.inheritPixmap:	true
#URxvt.shading:		30
URxvt.scrollstyle:	plain
URxvt.scrollBar_right:	true
URxvt.scrollColor:	white
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: chromium
URxvt.matcher.button: 1
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.background: rgba:1111/1111/1111/aaaa
URxvt.depth: 32

#URxvt.font: -*-fixed-*-*-*-*-10-*-*-*-*-*-*-*

URxvt*color0:    #6c6c6c
URxvt*color1:    #e9897c
URxvt*color2:    #b6e77d
URxvt*color3:    #ecebbe
URxvt*color4:    #a9cdeb
URxvt*color5:    #ea96eb
URxvt*color6:    #c9caec
URxvt*color7:    #f2f2f2

URxvt*color8:    #747474
URxvt*color9:    #f99286
URxvt*color10:    #c3f786
URxvt*color11:    #fcfbcc
URxvt*color12:    #b6defb
URxvt*color13:    #fba1fb
URxvt*color14:    #d7d9fc
URxvt*color15:    #e2e2e2

Last edited by antisystem (2012-02-26 12:58:25)

Offline

#2048 2012-03-01 02:01:13

Mr_ED-horsey
Member
From: Portland, OR
Registered: 2011-04-06
Posts: 177

Re: Share your Openbox Desktop ! :)

I was inspired by na12's recent screenshot and put Openbox on my laptop smile

Clean:
V2AFn.png

Dirty:
5N1rU.png

Bmpanel2 (the theme is dmpanel), Conky (with edited margins in obconf to make it a faux panel), Atolm GTK2 theme, AwOken Icons (including the ones in Conky), the font is "ohsnap," the openbox theme is Mire_v2_grey and the wallpaper is a cut & paste thing I worked on a bit. You can get the one posted here: link or my original variation without the fog effect on the logo here. They're both only 1366x768 though. My knowledge of GIMP is pretty limited. I don't know how to increase the size of an image without destroying the quality - if that's even possible... The original Dojo image is from an ArchBang wallpaper but there's a version without the ArchBang logo here and the Openbox logo I found on DeviantArt, here in case anyone wants to play with them. I'll probably scale down the openbox logo in my wallpaper just a bit. I think it will look a little nicer if it was just a little bit smaller.

Last edited by Mr_ED-horsey (2012-03-01 02:46:20)


Desktop: Fedora 21 Mate + Compiz [x86_64] on 2 TiB HDD  /  Windows 7 Professional [x86_64] on 500 GiB HDD
Laptop: Arch Linux + Openbox [i686] 120 GiB SSD on Acer c720 Chromebook

Offline

#2049 2012-03-01 18:34:25

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

Re: Share your Openbox Desktop ! :)

kelloco2 wrote:

No ;P but I would like to teach you.  look:

http://www.youtube.com/watch?v=UZl9OlCKwfk

wink

Gee... Thanks.

I'd like to teach you about the rules and common courtesy concerning screenshot threads around here. I.e. you don't just show off, you link people to the stuff you're using.

Last edited by .:B:. (2012-03-01 18:35:51)


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

Offline

#2050 2012-03-03 17:40:08

gnomeye
Member
From: Switzerland
Registered: 2010-08-04
Posts: 178

Re: Share your Openbox Desktop ! :)

201203031837041920x1080.th.png

Offline

Board footer

Powered by FluxBB