You are not logged in.

#776 2009-08-19 15:20:05

xlnz
Member
Registered: 2008-06-28
Posts: 6

Re: Share your Openbox Desktop ! :)

tMjZoNA

Offline

#777 2009-08-19 15:29:54

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

Re: Share your Openbox Desktop ! :)

B wrote:

Crosspost from the screenshot topic:

same.

my eepc.

just urxvtc and my newfangled wifi pipe in the openbox menu, details in it's own thread

wifi_pipe_193751-thumb.png

Offline

#778 2009-08-21 00:42:44

semperfiguy
Member
Registered: 2007-12-03
Posts: 224

Re: Share your Openbox Desktop ! :)

May I see your conky configs?

Offline

#779 2009-08-21 11:07:33

xlnz
Member
Registered: 2008-06-28
Posts: 6

Re: Share your Openbox Desktop ! :)

ob: http://www.box-look.org/content/show.ph … tent=60195
gtk: http://izobalax.deviantart.com/art/Mire … M-92658146
wall: http://twilease.deviantart.com/art/quot … -129268140
icons: http://danrabbit.deviantart.com/art/ele … s-65437279

semperfiguy wrote:

May I see your conky configs?

conky bottom_right

alignment bottom_right
background yes
border_margin 1
border_width 1
cpu_avg_samples 2
default_bar_size 0 2
default_color 302e30
double_buffer yes
draw_shades no
gap_x 6
gap_y 6
imlib_cache_size 0
maximum_width 180
net_avg_samples 2
no_buffers yes
short_units yes
total_run_times 0
update_interval 1
uppercase no
use_xft yes
xftfont ProFont:size=8

TEXT
$kernel$alignr$user_names@$nodename

CPU$alignr${cpu cpu0}%
${cpugraph cpu0}
CPU1$alignr${cpu cpu1}%
${cpubar cpu1}
CPU2$alignr${cpu cpu2}%
${cpubar cpu2}

RAM$alignr$mem/$memmax
$membar
SWAP$alignr$swap/$swapmax
$swapbar
${if_up wlan0}
ESSID$alignr${wireless_essid wlan0}
LAN IP$alignr${addr wlan0}
Up:$alignr${upspeedf wlan0} kb/s
Down:$alignr${downspeedf wlan0} kb/s
${endif}
${execi 1800 when y | head | tail -8 | sed s/.*2009.//}

Up $uptime_short$alignr${time %a %d %b}
${font URW Gothic L:size=48}$alignc${time %H%M}$font

conky bottom_left

alignment bottom_left
default_bar_size 0 2
color0 fafafa
default_color 302e30
double_buffer yes
draw_shades no
gap_x 20
gap_y 2
imlib_cache_size 0
mpd_host 127.0.0.1
mpd_port 6600
no_buffers yes
own_window yes
own_window_transparent yes
own_window_type desktop
update_interval 5
uppercase no
use_xft yes
xftfont Liberation Sans:size=14

TEXT
${if_match "$mpd_status" == "Playing"}\
${font Liberation Sans:size=22}$alignr$mpd_artist$font
${voffset -4}${font Liberation Sans:size=9}$alignr$mpd_album$font
${voffset -36}$color0$mpd_title$color
$mpd_bar
${endif}

conky middle_left

alignment middle_left
color0 FAFAFA
color1 787878
color2 B04020
color3 AFD700
default_color 302e30
double_buffer yes
draw_shades no
gap_x 2
gap_y 2
imlib_cache_size 0
no_buffers yes
own_window yes
own_window_transparent yes
own_window_type desktop
update_interval 3600
uppercase no
use_xft yes
xftfont URW Gothic L:size=10

TEXT
${execp ~/.config/openbox/conkycal.sh}

tacked on bash script for calendar

#!/bin/bash
TODAY=$(date +%d)
MONTH=$(date +%-m)
case "$MONTH" in
    2)
        DAYS=28;;
    4|6|9|11)
        DAYS=30;;
    *)
        DAYS=31;;
esac
for (( i=1 ; i<=$DAYS ; i++ )); do
DAY=$(printf "%02d" $i)
    case "$i" in
        $TODAY)
            echo '$color0' $DAY'$color';;
        *)
            echo " $DAY";;
    esac
done

Offline

#780 2009-08-21 12:35:55

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: Share your Openbox Desktop ! :)

thanks for cal  script

Last edited by na12 (2009-08-21 12:37:33)

Offline

#781 2009-08-21 13:28:12

iza
Member
From: Toronto, Canada
Registered: 2008-12-31
Posts: 44

Re: Share your Openbox Desktop ! :)

tMjZ3MA


\_\__     __/_/ 
       (oo) ______
       (__)\           )\
              ||‾‾‾‾\|

Offline

#782 2009-08-26 19:15:49

riivo
Member
Registered: 2008-08-25
Posts: 112

Re: Share your Openbox Desktop ! :)

brisbin33, what's the bar in the top?

Offline

#783 2009-08-26 19:26:15

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Share your Openbox Desktop ! :)

riivo wrote:

brisbin33, what's the bar in the top?

I think it's dzen2 smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#784 2009-08-26 20:24:36

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

Re: Share your Openbox Desktop ! :)

riivo, sorry i didnt see your post... i do use dzen on my xmonad desktop (as SpeedVin knows... wink) but in this case it's just a one line conky (with the same colorscheme/font as my usual dzen bars).  don't have access to the eeepc right now but i can post conkyrc and support scripts later if you'd like?

/edit: OK here are the relavent stuffs:

~/.conkyrc:

# Conky Config File
# Other scripts in ~/.conky

# Main options (alphabetically)
alignment tl
background yes
border_margin 0
color1 909090
default_color 606060
draw_outline no
draw_shades no
double_buffer yes
gap_x 0
gap_y 0
maximum_width 1024
minimum_size 1024 14
mpd_host 192.168.0.5
mpd_port 6600
no_buffers yes
own_window yes
own_window_colour 303030
own_window_type desktop
own_window_transparent no
override_utf8_locale yes
short_units yes
text_buffer_size 2048
total_run_times 0
update_interval 1
use_xft yes
xftalpha 0.7
xftfont tahoma:size=8

# After TEXT is formatted on screen
TEXT
  CPU: ${color1}${cpu cpu1}%$color  ${goto 80}MEM: ${color1}${memperc}%$color  ${if_mpd_playing}${goto 220}.:   Now Playing: ${color1}${mpd_title}$color by ${color1}${mpd_artist}$color   :.$endif ${alignr}${color1}${execi 10 ~/.bin/battery.sh}$color  ::  ${color1}${execi 10 ~/.bin/wireless.sh}$color  ::  ${time %D} - ${color1}${time %H:%M}$color

~/.bin/battery.sh

#!/bin/sh

rembat=`acpi | grep -o "[0-9]*%" | sed s/%//`
state=`acpi | awk '{print $3}' | cut -d ',' -f 1 | tr 'A-Z' 'a-z'`
bars=`expr $rembat / 10`

case $bars in
  0)  bar='[----------]!' ;;
  1)  bar='[/---------]'  ;;
  2)  bar='[//--------]'  ;;
  3)  bar='[///-------]'  ;;
  4)  bar='[////------]'  ;;
  5)  bar='[/////-----]'  ;;
  6)  bar='[//////----]'  ;;
  7)  bar='[///////---]'  ;;
  8)  bar='[////////--]'  ;;
  9)  bar='[/////////-]'  ;;
  10) bar='[//////////]'  ;;
  *)  bar='[----!!----]'  ;;
esac

echo $state $bar

~/.bin/wireless.sh

#!/bin/bash

if ifconfig | grep -q wlan0 ; then
  essid=`iwconfig wlan0 | awk -F '"' '/ESSID/ {print $2}'`
  stngth=`iwconfig wlan0 | awk -F '=' '/Quality/ {print $2}' | cut -d '/' -f 1`
  bars=`expr $stngth / 10`

  case $bars in
    0)  bar='[----------]' ;;
    1)  bar='[/---------]' ;;
    2)  bar='[//--------]' ;;
    3)  bar='[///-------]' ;;
    4)  bar='[////------]' ;;
    5)  bar='[/////-----]' ;;
    6)  bar='[//////----]' ;;
    7)  bar='[///////---]' ;;
    8)  bar='[////////--]' ;;
    9)  bar='[/////////-]' ;;
    10) bar='[//////////]' ;;
    *)  bar='[----!!----]' ;;
  esac

  echo ${essid:-none} $bar
elif ifconfig | grep -q eth0 ; then
  echo wired
else
  echo none
fi

Last edited by brisbin33 (2009-08-27 00:20:57)

Offline

#785 2009-09-04 05:58:34

daneel971
Member
Registered: 2008-03-28
Posts: 197

Re: Share your Openbox Desktop ! :)

My first attemp with openbox smile - not bad for a KDE guy, uh?

200909032042581280x1024.th.png


The theme is "Elegant for Rent", not "Konqueror"

Last edited by daneel971 (2009-09-04 06:00:11)

Offline

#786 2009-09-05 23:04:31

HFXNSHC
Member
Registered: 2009-08-20
Posts: 5

Re: Share your Openbox Desktop ! :)

iKkZw.png95Dz5.png

Offline

#787 2009-09-07 17:22:26

ste
Member
Registered: 2006-05-23
Posts: 15

Re: Share your Openbox Desktop ! :)

k.mandla wrote:

http://omploader.org/tMjE2ZQ

Nothing much to say. Openbox, wbar, the standard fare. Home-grown wallpaper, a personal OB and matching GTK theme I threw together a few months ago. The carrier is a 1Ghz Pentium III with 512Mb of PC133, 7200rpm 60Gb hard drive, and so forth.

I like this a lot. Also lead to me discovering Scroogle.

Offline

#788 2009-09-23 23:20:20

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: Share your Openbox Desktop ! :)

hi, some screenshots of my openbox smile

Pic 1
Pic 2
Pic 3
Pic 4
Pic 5
Pic 6

9519_137860647843_628312843_2722302_3572838_n.jpg

My configs and programs are;
Gtk+ theme           =       MurrinaLoveGray (Font = Sans 10)
Icons                    =        Elementary (gnome-look.org)
Openbox theme     =        Onyx-black

rxvt - unicode (terminal)
Midori (Web Browser)
Goggles Music Manager (Music Library / Player)
conky

My ~/.conky

alignment top_right
#background no
double_buffer yes
#own_window yes
#own_window_class Conky
own_window_type normal
own_window_transparent yes

color4 DEBE8D
default_color d3d3d3
use_xft yes
xftalpha 0.7
xftfont georgia:size=8

TEXT
${voffset -50}${font georgia:size=72}${alignr}${offset -110}${time %k}
${voffset -175}${goto 132}${font georgia:size=26}${offset 1040}${time : %M}
${voffset -20}${goto 132}${color4}${font georgia:size=10}${offset 1030}${time %e. %B}$font$color
${goto 132}${color4}${offset 1040}${time %A}

Last edited by ninjaprawn (2009-09-24 14:07:57)


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#789 2009-09-24 00:05:51

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: Share your Openbox Desktop ! :)

Offline

#790 2009-09-26 18:46:34

Hydraulix
Member
Registered: 2007-08-22
Posts: 21

Re: Share your Openbox Desktop ! :)

http://erraticschematic.com/images/ob.png
A bit old but still nice to look at.

Last edited by Hydraulix (2009-09-26 21:19:20)

Offline

#791 2009-09-26 18:50:14

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

Re: Share your Openbox Desktop ! :)

The screen shots are getting too big. Please follow the rules or don't post.

Offline

#792 2009-09-27 10:09:08

metak
Member
Registered: 2009-09-27
Posts: 198

Re: Share your Openbox Desktop ! :)

Offline

#793 2009-09-27 21:58:51

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

Re: Share your Openbox Desktop ! :)

Openbox, Conky & tint2. Setup inspired by #!Crunchbang.

tMmZwNA

Uzbl, Thunar, yaourt & ncmpcpp...all pytyled.

tMmZwNg

Offline

#794 2009-09-30 21:24:43

ninjaprawn
Member
From: Manchester, UK
Registered: 2008-01-26
Posts: 485

Re: Share your Openbox Desktop ! :)

Raffles10 wrote:

Openbox, Conky & tint2. Setup inspired by #!Crunchbang.

http://omploader.org/tMmZwNA

Uzbl, Thunar, yaourt & ncmpcpp...all pytyled.

http://omploader.org/tMmZwNg

nice, wer du get the wallpaper from??


2007 - Started using Arch Linux as my only/main OS
- Samsung Series 3, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz - 8Gb DDR3 ram - 700Gb HDD
On board intel Graphics & Sound

Offline

#795 2009-09-30 23:22:44

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

Re: Share your Openbox Desktop ! :)

ninjaprawn wrote:
Raffles10 wrote:

Openbox, Conky & tint2. Setup inspired by #!Crunchbang.

http://omploader.org/tMmZwNA

Uzbl, Thunar, yaourt & ncmpcpp...all pytyled.

http://omploader.org/tMmZwNg

nice, wer du get the wallpaper from??

Got it from http://www.desktopnexus.com/, but it seems to be down atm, never mind:

tMmdmaw

Offline

#796 2009-10-01 03:14:58

Renan Birck
Member
From: Brazil
Registered: 2007-11-11
Posts: 401
Website

Re: Share your Openbox Desktop ! :)

Not much. bmpanel2, 2 conkies.

Might be NSFW on a conservative workplace, so I will put no thumbnails:

clean: at http://omploader.org/vMmdnbg
"busy", showing the new cool feature in ncmpcpp-git: http://img148.imageshack.us/img148/4475/46285745.jpg
Wallpaper: http://omploader.org/vMWcyeA

Last edited by Renan Birck (2009-10-01 03:21:28)

Offline

#797 2009-10-01 06:11:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Share your Openbox Desktop ! :)

Openbox on my EeePC with Tint2, Urxvt and Cit30's Wicd icon set:

3968479870_c69f863393_m.jpg


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#798 2009-10-01 08:51:26

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

Re: Share your Openbox Desktop ! :)

Raffles10 wrote:

Openbox, Conky & tint2. Setup inspired by #!Crunchbang.

http://omploader.org/tMmZwNA

Uzbl, Thunar, yaourt & ncmpcpp...all pytyled.

http://omploader.org/tMmZwNg

How do you get a transparent root menu ? xcompmgr only ?


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

Offline

#799 2009-10-01 09:51:53

zen3
Member
From: Greece
Registered: 2009-09-02
Posts: 30

Re: Share your Openbox Desktop ! :)

Raffles, I need the .conkyrc that you used in the 1st ss.
The last section only tbh -> the one with the shortcuts.


ffc

Offline

#800 2009-10-01 14:05:06

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

Re: Share your Openbox Desktop ! :)

moljac024 wrote:
Raffles10 wrote:

Openbox, Conky & tint2. Setup inspired by #!Crunchbang.

http://omploader.org/tMmZwNA

Uzbl, Thunar, yaourt & ncmpcpp...all pytyled.

http://omploader.org/tMmZwNg

How do you get a transparent root menu ? xcompmgr only ?

i think its xcompmgr-dana that's got the -m flag to make the menu transparent... not 100% on that tho.

Offline

Board footer

Powered by FluxBB