You are not logged in.

#1326 2010-07-28 12:40:04

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

I've been trying to give conky a nice background so it is visible with any style of wallpaper..

tNTJqNQ

tNTJqYg

tNTJqZQ

Last edited by tawan (2010-07-28 13:13:20)

Offline

#1327 2010-07-28 19:32:14

snyda
Member
Registered: 2010-07-08
Posts: 15

Re: Share your Openbox Desktop ! :)

tNTJuag

Something strange is going on with my conky weather script. That left parenthesis after the pressure is supposed to say rising, falling or steady.. I'm re-writing it in python so hopefully that will fix it. I'm such a weather geek.

I really love Openbox. I don't care about bloat and have absolutely nothing against the bigger DE's, but I've been hooked since I tried it.

Last edited by snyda (2010-07-28 19:35:09)

Offline

#1328 2010-07-29 03:15:50

SonicSupremacy
Member
From: Slovenia
Registered: 2009-12-14
Posts: 33

Re: Share your Openbox Desktop ! :)

Revamp of all my configs

Clean:
[201007290327251680x1050.th.png

Acting busy:
201007290447471680x1050.th.png

Edit: don't be afraid of core 1 on 100%... i was compiling sth in the background smile

Last edited by SonicSupremacy (2010-07-29 03:19:13)


Registered Linux user #589468
OS: Arch 64-bit -- CPU: Core i7-4770 GPU: Radeon R9 270x RAM: 16 gigs Storage: 120GB SSD + 1TB HDD
OS: Arch ARM -- Raspberry Pi B, Raspberry Pi B+, Raspberry Pi B2

Offline

#1329 2010-07-29 08:48:03

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: Share your Openbox Desktop ! :)

201007290440331280x720s.th.png


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

#1330 2010-07-29 11:09:49

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

tNTJ3NQ

Offline

#1331 2010-07-29 11:20:42

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: Share your Openbox Desktop ! :)

Here I am with Openbox again wink

I tweaked QTcurve a bit to fit window's titlebar nicely.

201007291309381400x1050.th.png
201007291318491400x1050.th.png


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#1332 2010-08-05 11:45:24

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

tNTVqag

tNTVqaQ

Offline

#1333 2010-08-06 10:58:20

sandrosfc
Member
From: Santo André-SP
Registered: 2010-07-16
Posts: 1
Website

Re: Share your Openbox Desktop ! :)

Starting to configure openbox...

desk_archbox.jpg

smile


Santos Futebol Clube

Offline

#1334 2010-08-06 18:18:06

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: Share your Openbox Desktop ! :)

Openbox is so awesome! Undescribeable smile

chrome_s.png

conky:

alignment top_right
background no
border_width 0
border_inner_margin 5
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
use_xft yes
xftfont Droid Sans Mono:size=8
gap_x 5
gap_y 0
minimum_size 160 1200
maximum_width 160
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
double_buffer yes
own_window yes
own_window_class Conky
own_window_type desktop
own_window_argb_visual yes
own_window_argb_value 100
stippled_borders 0
update_interval 5.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
${color grey}music:
$color${exec conkyRhythmbox --datatype=TI} 
${exec conkyRhythmbox --datatype=AR}

${color grey}up:$color $uptime

${color grey}ram:$color $mem
${color grey}
temperatures:
case: $color${hwmon 1 temp 1}°C${color grey}/$color${hwmon 1 temp 1}°C${color grey}/$color${hwmon 1 temp 1}°C
${color grey}cpu: $color${hwmon 0 temp 1}°C
${color grey}gpu: $color${exec nvidia-settings -q gpucoretemp | grep 'Attribute' | cut -d' ' -f6 | cut -d'.' -f1}°C
${color grey}hdd: $color${hddtemp /dev/sdb}°C
${color grey}ssd: $color${hddtemp /dev/sda}°C
${color grey}
fans:
cpu: $color${hwmon 1 fan 2}${color grey}rpm
${color grey}back: $color${hwmon 1 fan 5}${color grey}rpm

${color grey}core1:$color${cpu cpu1}% ${color grey}at $color${freq 1}mhz
${cpubar cpu1 5}

${color grey}core2:$color${cpu cpu2}% ${color grey}at $color${freq 2}mhz 
${cpubar cpu2 5}

${color grey}core3:$color${cpu cpu3}% ${color grey}at $color${freq 3}mhz
${cpubar cpu3 5}

${color grey}core4:$color${cpu cpu4}% ${color grey}at $color${freq 4}mhz 
${cpubar cpu4 5}
${color grey}
file systems:
${color grey}boot: $color${fs_used /boot}${color grey}
${fs_bar 5 /boot}

${color grey}root: $color${fs_used /}${color grey}
${fs_bar 5 /}

${color grey}tmp: $color${fs_used /tmp}${color grey}
${fs_bar 5 /tmp}

${color grey}home: $color${fs_used /home}${color grey}
${fs_bar 5 /home}

${color grey}media: $color${fs_used /home/seb/Media}${color grey}
${fs_bar 5 /home/seb/Media}
${color grey}
networking:
${color grey}up: $color${totalup eth0}
${upspeedgraph eth0 40}
${color grey}down: $color${totaldown eth0}
${downspeedgraph eth0 40}
${color grey}
last upgraded:$color
${exec tac /var/log/pacman.log | grep -m 6 upgraded | cut -d' ' -f4}
${color grey}
last installed:$color
${exec tac /var/log/pacman.log | grep -m 6 installed | cut -d' ' -f4}
${color grey}
last removed:$color
${exec tac /var/log/pacman.log | grep -m 6 removed | cut -d' ' -f4}

tint2:

# 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 = #000000 40
border_color = #FFFFFF 16

# ID 2
rounded = 4
border_width = 0
background_color = #FFFFFF 40
border_color = #FFFFFF 48

# ID 3
rounded = 4
border_width = 0
background_color = #FFFFFF 16
border_color = #FFFFFF 68

# ID 4
rounded = 4
border_width = 1
background_color = #000000 20
border_color = #FFFFFF 30

# ID 5
rounded = 4
border_width = 1
background_color = #000000 50
border_color = #FFFFFF 50

# Panel
panel_monitor = 1
panel_position = center left vertical
panel_size = 100% 60
panel_margin = 0 0
panel_padding = 5 5 20
panel_dock = 0
wm_menu = 0
panel_layer = bottom
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 = multi_desktop
taskbar_padding = 0 0 2
taskbar_background_id = 4
taskbar_active_background_id = 5

# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 140 50
task_padding = 10 10
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 -50 -20
task_active_icon_asb = 100 +00 0
task_urgent_icon_asb = 100 +20 0
task_iconified_icon_asb = 70 0 0

# Fonts
task_font = Droid Sans 8
task_font_color = #FFFFFF 68
task_active_font_color = #FFFFFF 83
task_urgent_font_color = #FFFFFF 83
task_iconified_font_color = #FFFFFF 68
font_shadow = 0

# System Tray
systray = 1
systray_padding = 3 3 3
systray_sort = ascending
systray_background_id = 4
systray_icon_size = 18
systray_icon_asb = 90 -80 0

# Clock
time1_format = %H:%M
time1_font = Droid Sans 8
time2_format = %A
time2_font = Droid Sans 6
clock_font_color = #FFFFFF 90
clock_padding = 5 5
clock_background_id = 4
clock_rclick_command = none

# 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 = none
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 74
battery_padding = 1 0
battery_background_id = 0

# End of config

autostart.sh

# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.

# D-bus
#if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
#       eval `dbus-launch --sh-syntax --exit-with-session`
#fi

# Run XDG autostart things.  By default don't run anything desktop-specific
# See xdg-autostart --help more info
DESKTOP_ENV="OPENBOX"
if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
  /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
fi
#feh --bg-center ~/Media/Bilder/Wallpaper/Desert_Journey_by__kol/DesertJourney_1600_center.jpg &
xset s off &
feh --bg-center ~/.config/wallpaper &
xcompmgr -c -C -f -t-5 -l-0 -r 0 -o.55 -I.05 -O.05 -D 10 &
conky -c ~/.config/conkyrc &
tint2 &

dropbox &
chromium &
thunderbird &

pidgin &
transmission &
rhythmbox &
terminal &

Chrome, tint2, conky

for GTK and Openbox: Shiki Flat Il...

Last edited by Labello (2010-08-06 18:24:33)


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

#1335 2010-08-10 10:49:47

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

trying out cairo dock in openbox so I'm in the middle of some themeing. Tint2 has gone and I'm playing with cairo dock and themes...


tNTdlYQ
(dock only shows when mouse near by)

things are clean and empty by default..

tNTdlOQ

Offline

#1336 2010-08-11 01:12:39

Go-Run
Member
From: Belgrade
Registered: 2010-02-11
Posts: 17

Re: Share your Openbox Desktop ! :)

screenshot2010081103055.th.jpg

screenshot2010081103084.th.jpg

Offline

#1337 2010-08-11 09:15:35

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

clean
nHHeJs.jpg

dirty (but still clean)
DD2F6s.jpg

Last edited by tawan (2010-08-11 11:11:11)

Offline

#1338 2010-08-11 19:03:19

w1ntermute
Member
Registered: 2009-06-28
Posts: 146

Re: Share your Openbox Desktop ! :)

A few small changes:
2010-08-14-095808_3360x1200_scrot-thumb.png

Last edited by w1ntermute (2010-08-14 15:01:25)

Offline

#1339 2010-08-12 11:21:03

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

i'm just adding a little life to my grey theme...

K6Hf7s.jpg

bWtgxs.jpg

Of2k5s.jpg

Offline

#1340 2010-08-15 02:56:24

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

not much changed for me, I have made some icons but for now I'd like to promote a script I've made ... auto openbox theme creator.

Offline

#1341 2010-08-18 12:37:59

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

w1Q4As.jpg

edit, stupid thumbnail - you can't see the samurai to the right

Last edited by tawan (2010-08-18 12:39:20)

Offline

#1342 2010-08-18 14:58:41

Soumyadeep
Member
From: kolkata,India
Registered: 2009-09-09
Posts: 218

Re: Share your Openbox Desktop ! :)

tawan wrote:

i'm just adding a little life to my grey theme...

K6Hf7s.jpg


w1Q4As.jpg

Pls share these 2 walls smile

Offline

#1343 2010-08-18 19:41:49

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: Share your Openbox Desktop ! :)


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#1344 2010-08-19 08:30:53

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

Soumyadeep wrote:

Pls share these 2 walls smile

check out this guy for cool 3D walls like the top one.

the other I made in gimp from one wall and a texture, I'd have to make it again in a better resolution before sharing.

Offline

#1345 2010-08-19 12:28:47

Outis
Member
Registered: 2008-07-10
Posts: 9

Re: Share your Openbox Desktop ! :)

screencnz.th.png

Somewhat larger fonts because I hate sitting right up to my monitor ....

Last edited by Outis (2010-08-19 12:29:26)

Offline

#1346 2010-08-22 02:57:02

tawan
Member
Registered: 2010-03-02
Posts: 290
Website

Re: Share your Openbox Desktop ! :)

I have admitted defeat. After trying a few docks, launchers, panels, many many themes, icons and so on - I have to say I can do no more to Openbox than I have or I want...

So here is my finished article... Aside from the occasional change of wallpaper or gtk theme, this is it.

busyish:
-- mod edit: post thumbnails: http://wiki.archlinux.org/index.php/For … s_and_Code --

Mod edit really necessary? It was a thumbnail, all be it slightly larger than your average. Check imgur...

here it is again but in the very small size..

pmBlms.jpg

clean:
lysD2s.jpg

I'm now going to Linux Mint Gnome to play with serious Compiz eycandy - but my default boot, is and always will be Arch + Openbox <3

Last edited by tawan (2010-08-23 08:10:38)

Offline

#1347 2010-08-24 11:21:04

ilusi0n
Member
Registered: 2010-06-09
Posts: 187

Re: Share your Openbox Desktop ! :)

Mine is like this. Is very simple. I don't like things very complicated.

Clean

shoti.th.jpg

Dirty

shot.th.jpg

Offline

#1348 2010-08-25 13:28:22

Gooru
Member
From: Poland
Registered: 2010-08-25
Posts: 53

Re: Share your Openbox Desktop ! :)

My brand new Desktop (first time messing with Openbox)

Clean: http://dl.dropbox.com/u/4446135/clean.png

Dirty: http://dl.dropbox.com/u/4446135/dirty.png

Offline

#1349 2010-08-25 16:36:30

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: Share your Openbox Desktop ! :)

Gooru wrote:

My brand new Desktop (first time messing with Openbox)

Clean: http://dl.dropbox.com/u/4446135/clean.png

Dirty: http://dl.dropbox.com/u/4446135/dirty.png

awesome! i think this would be looking good on a laptop :->


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

#1350 2010-08-25 19:26:10

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: Share your Openbox Desktop ! :)

hi, i've a question:

is possible to set a different wallpaper for each desktop ?


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

Board footer

Powered by FluxBB