You are not logged in.

#951 2010-01-05 03:09:55

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

Re: Share your Openbox Desktop ! :)

jstadler wrote:

This is a bit unrelated but im dying to find out.  In the pic above, there is system specs shown with the arch logo done in ascii and i see it everywhere.  Is it just a command, or is it a custom script people use when screenshoting their systems?

It's a script - it grew out of this thread http://bbs.archlinux.org/viewtopic.php?id=24208 - there is now a version in AUR called, I think, Archey...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#952 2010-01-05 03:50:56

jstadler
Member
From: Canada
Registered: 2010-01-04
Posts: 47

Re: Share your Openbox Desktop ! :)

jasonwryan wrote:
jstadler wrote:

This is a bit unrelated but im dying to find out.  In the pic above, there is system specs shown with the arch logo done in ascii and i see it everywhere.  Is it just a command, or is it a custom script people use when screenshoting their systems?

It's a script - it grew out of this thread http://bbs.archlinux.org/viewtopic.php?id=24208 - there is now a version in AUR called, I think, Archey...

thanks alot

Offline

#953 2010-01-05 10:28:13

knopper92
Member
From: British Columbia, Canada
Registered: 2009-05-14
Posts: 40

Re: Share your Openbox Desktop ! :)

tMzZreg

Running Helix (A self-made note taking app)
Custom openbox theme. I'll post it if anyone wants it.
...and Tint2

Tint2 RC:

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

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

rounded = 1
border_width = 0
background_color = #ffffff 30
border_color = #ffffff 50

panel_monitor = all
panel_position = bottom
panel_size = 100% 30
panel_margin = 0 0
panel_padding = 3 3 3 3
font_shadow = 0
panel_background_id = 1
wm_menu = 0

taskbar_mode = single_desktop
taskbar_padding = 2 2 2 2
taskbar_background_id = 0

task_icon = 1
task_text = 1
task_width = 140
task_centered = 1
task_padding = 2 2 2 2
task_font = sans 8
task_font_color = #ffffff 100
task_active_font_color = #ffffff 100
task_background_id = 3
task_active_background_id = 2

systray_padding = 2 2 2 2
systray_background_id = 0

time1_format = %l:%M:%S %P
time1_font = sans bold 10
time2_format = %a, %b %d, %Y
time2_font = sans 8
clock_font_color = #ffffff 85
clock_padding = 2 2 2 2
clock_background_id = 0
clock_lclick_command = none
clock_rclick_command = none

battery = 0
battery_low_status = 10
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_middle = shade
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

Last edited by knopper92 (2010-01-07 10:17:54)

Offline

#954 2010-01-11 20:29:24

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: Share your Openbox Desktop ! :)

Offline

#955 2010-01-11 22:11:04

rent0n
Member
From: Italy
Registered: 2009-10-29
Posts: 457
Website

Re: Share your Openbox Desktop ! :)

Good one! big_smile


rent0n@deviantART | rent0n@bitbucket | rent0n@identi.ca | LRU #337812
aspire: Acer Aspire 5920 Arch Linux x86_64 | beetle: Gericom Beetle G733 Arch Linux i686

Offline

#956 2010-01-12 00:52:52

m4co
Member
Registered: 2009-12-29
Posts: 117
Website

Re: Share your Openbox Desktop ! :)

201001112243311280x800s.th.png

Openbox Theme: Moka
GTK Theme: Black & White
Open apps: sonata, Thunar, gmrun, Opera (on desktop 1)
Panel: tint2 (inspired by roline)

Autostart.sh:

#!/bin/sh
xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D6 &
sh ~/.fehbg &
conky &
tint2 &
wicd-client &
tilda &
Thunar --daemon &
pytyle &
sudo /etc/rc.d/mysqld start
sudo /etc/rc.d/httpd start
~/.dropbox-dist/dropboxd &
parcellite -d &
(sleep 2 && opera) &

mysql and httpd in autostart to speed up boot process (it works) big_smile

Last edited by m4co (2010-01-12 00:53:42)


Don't panic !

Offline

#957 2010-01-12 00:54:47

m4co
Member
Registered: 2009-12-29
Posts: 117
Website

Re: Share your Openbox Desktop ! :)

roline and everybody who wants a "tiling" openbox:

Use GrowToEdge and MoveToEdge actions in openbox.

This is what I use:

<!-- Tiling functionalities -->
    <keybind key="W-Up">
        <action name="MoveToEdgeNorth"/>
    </keybind>
    <keybind key="W-Down">
        <action name="MoveToEdgeSouth"/>
    </keybind>
    <keybind key="W-Left">
        <action name="MoveToEdgeWest"/>
    </keybind>
    <keybind key="W-Right">
        <action name="MoveToEdgeEast"/>
    </keybind>
    <keybind key="C-Up">
        <action name="GrowToEdgeNorth"/>
    </keybind>
    <keybind key="C-Down">
        <action name="GrowToEdgeSouth"/>
    </keybind>
    <keybind key="C-Left">
        <action name="GrowToEdgeWest"/>
    </keybind>
    <keybind key="C-Right">
        <action name="GrowToEdgeEast"/>
    </keybind>

E.g:
CTRL + right will grow to the right
W + right will move (and "tile") to the right

It's very useful. I also highly recommend using the script PyTyle for tiling automatically when you have many windows(Alt + A)

Openbox = Productivity smile


Don't panic !

Offline

#958 2010-01-12 09:34:24

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: Share your Openbox Desktop ! :)

Thanks m4co! I really really like the keybindings. The pytyle script feels a bit un tuned right now (thats because I didn't touched the pytylerc yet but I'll be playing with that for the next couple of days.) Thanks!
+ I'm going to write a keybind for killall pytyle. Because I like tyling for programming, but for home desktop use rather not smile

Last edited by Roline (2010-01-12 09:42:23)


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#959 2010-01-12 13:55:35

m4co
Member
Registered: 2009-12-29
Posts: 117
Website

Re: Share your Openbox Desktop ! :)

Roline wrote:

Thanks m4co! I really really like the keybindings. The pytyle script feels a bit un tuned right now (thats because I didn't touched the pytylerc yet but I'll be playing with that for the next couple of days.) Thanks!
+ I'm going to write a keybind for killall pytyle. Because I like tyling for programming, but for home desktop use rather not smile

You can stop tiling by Alt + U . No need to killall smile

That's why it's good, start with  Alt +A, stop with Alt + U, cycle with Alt +Z.

It's perfect and lightweight. Thought I would share! You helped me with tint2 wink


Don't panic !

Offline

#960 2010-01-12 14:53:23

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Re: Share your Openbox Desktop ! :)

daneel971 wrote:

OMG! My jaw dropped when I found out that you use the exact same wallpaper as me!!


How's my programming? Call 1-800-DEV-NULL

Offline

#961 2010-01-13 00:55:23

MooseKnuckles
Member
From: Halifax, NS CAN
Registered: 2009-09-21
Posts: 3

Re: Share your Openbox Desktop ! :)

Hey all.  Before I started my endeaver into the Linux world, I knew absolutely jack about computers aside from reinstalling when my computer started gettin' buggy and slow.  My computer f'ed up and I used the recovery disc that the great tech guys at Bestbuy provided me, only to discover I was a victim of some sick joke.  At 98% done reinstalling it tells me to insert disc 2.  Funny thing is the recovery disc says 1 of 1.  So basically my laptop was a decoration for a long time.  F***ers! I remembered a buddy I worked with, years ago, used Linux and it seemed alright I guess.  And seing how it's opensource I figured why not(no need to redownload torrent after torrent of programs, messing with keygens etc...).  So here I am.  I'm pretty new to Linux/Arch.  I started with PcLinuxOS(KDE), then Ubuntu(Gnome).  After researching I liked the rolling release approach and KISS approach.  So I installed Arch about 20 times so far(I didnt know what CLI was before) and I've been messing around with Openbox a lot and I really like it.. There's probably all kinds of tricks and tips i don't have a clue about, but I've been teachin myself (thanks to the excellent Wiki and Forums).

Here is my Archbox as of right now...let me know what you guys think, and if you konw of any tips or ways to improve my experience, feel free to let me know.

Clean
http://s941.photobucket.com/albums/ad26 … _scrot.png

Dirty
http://s941.photobucket.com/albums/ad26 … _scrot.png

Dirty with browser,htop,autostart.sh
http://s941.photobucket.com/albums/ad26 … _scrot.png

Many thanks to all who've posted scripts, configs and help on these forums, especially pbrisbin for the helpfull wifi-pipe and conky and maybe more...can't remember...

Oh yeah and how do you all post the scripts and configs in the message box...I'm sure the answer is simple....

Last edited by MooseKnuckles (2010-01-13 01:20:43)


"The very existence of flame-throwers proves that some time, somewhere, someone said to themselves, You know, I want to set those people over there on fire, but I'm just not close enough to get the job done." -George Carlin

Offline

#962 2010-01-13 02:16:03

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: Share your Openbox Desktop ! :)

MooseKnuckles wrote:

Oh yeah and how do you all post the scripts and configs in the message box...I'm sure the answer is simple....

Welcome! The way to post configs and codes is to use the BBcode:

 [code ]Insert code here[/code ]

*without the space smile


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#963 2010-01-13 02:41:56

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Share your Openbox Desktop ! :)

Roline wrote:
robrene wrote:

Very nice smile You might wanna fix the up/down part of your conky though... I fixed it by using the float values of downspeed and upspeed (downspeedf and upspeedf respectively) and then just writing the unit KiB/s next to it myself.

What's that theme for Firefox? It looks quite nice.

Thanks!

The Firefox theme is MonoChrome.

I really like that MonoChrome theme, too. I tried to install it (in Linux, of course) but it had glitches. sad There were also some comments on the theme's web site that said it didn't work so well in Linux.

How did you get the theme to work properly?

(By glitches, I mean, the selected "menu" item "disappeared", and the buttons didn't even change from the original Firefox theme)

Offline

#964 2010-01-13 03:07:09

MooseKnuckles
Member
From: Halifax, NS CAN
Registered: 2009-09-21
Posts: 3

Re: Share your Openbox Desktop ! :)

Clean:
2010-01-12-185250_1280x800_scrot-1.png
Dirty with Archey, Ncmpcpp, pcmanfm
th_2010-01-12-203010_1280x800_scrot.png
Dirty with Htop, Firefox
th_2010-01-12-211848_1280x800_scrot.png

GTk and OB theme: configured Litestyle-dust
Icon theme: ALLSEPIA
some apps:bmpanel2,conky,htop,pcmanfm,urxvt,firefox,emesene,mpd+ncmpcpp

hmm. so i figured this part out, now onto scripts and configs...

Edit: good ol' copy n paste eh?! ya learn somethin everyday...ps thanks Roline for the help with the bbcode...I was wondering wht that was lol..

autostart.sh

. $GLOBALAUTOSTART

eval `cat $HOME/.fehbg` &
xcompmgr &

#File Manager
#thunar --daemon &
pcmanfm  --daemon &

conky -c ~/.conkyrc &
bmpanel2 &
volwheel &

menu.xml

Last edited by MooseKnuckles (2010-01-13 04:24:06)


"The very existence of flame-throwers proves that some time, somewhere, someone said to themselves, You know, I want to set those people over there on fire, but I'm just not close enough to get the job done." -George Carlin

Offline

#965 2010-01-13 03:25:48

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: Share your Openbox Desktop ! :)

I posted this in the January screenshot thread.

Empty:
http://img694.imageshack.us/img694/7106/emptyb.png

Dirty:
http://img532.imageshack.us/img532/3286/dirty.png

Gnome + Openbox + PyTyle

If anyone knows how to get install and config dzen to work like the default panel for awesome3, please tell me! (ex. show and be able to click on the different workspaces, show the window list of windows i have opened and select them, as well as the clock)

Last edited by Chance (2010-01-13 03:28:36)

Offline

#966 2010-01-13 04:25:38

m4co
Member
Registered: 2009-12-29
Posts: 117
Website

Re: Share your Openbox Desktop ! :)

@MooseKnuckles From your desktop I can't tell that you were a windows user before smile
That's a compliment, very clean and nice.

@Chance It's Rachel!! Nice screenie big_smile


Don't panic !

Offline

#967 2010-01-13 04:57:38

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: Share your Openbox Desktop ! :)

m4co wrote:

@MooseKnuckles From your desktop I can't tell that you were a windows user before smile
That's a compliment, very clean and nice.

@Chance It's Rachel!! Nice screenie big_smile

Lol yes it is Rachel. I just have all 10 seasons of FRIENDS on all the time. It never gets old and all the jokes stay funny. It's amazing.

Offline

#968 2010-01-13 06:51:29

teh
Member
From: Tijuana, Mexico
Registered: 2009-07-07
Posts: 374
Website

Re: Share your Openbox Desktop ! :)

Chance wrote:

I just have all 10 seasons of FRIENDS on all the time. It never gets old and all the jokes stay funny. It's amazing.

I second that.


arst

Offline

#969 2010-01-13 10:37:46

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: Share your Openbox Desktop ! :)

drcouzelis wrote:
Roline wrote:
robrene wrote:

Very nice smile You might wanna fix the up/down part of your conky though... I fixed it by using the float values of downspeed and upspeed (downspeedf and upspeedf respectively) and then just writing the unit KiB/s next to it myself.

What's that theme for Firefox? It looks quite nice.

Thanks!

The Firefox theme is MonoChrome.

I really like that MonoChrome theme, too. I tried to install it (in Linux, of course) but it had glitches. sad There were also some comments on the theme's web site that said it didn't work so well in Linux.

How did you get the theme to work properly?

(By glitches, I mean, the selected "menu" item "disappeared", and the buttons didn't even change from the original Firefox theme)

Well, to be honest, i've got no idea. The theme just worked out of the box. (except for the menu button, thats a known issue)


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#970 2010-01-13 18:06:48

willxtreme
Member
Registered: 2010-01-07
Posts: 150
Website

Re: Share your Openbox Desktop ! :)

2010-01-13--1263406134_1280x800_scrot.png
2010-01-13--1263422349_1280x800_scrot.png

Last edited by willxtreme (2010-01-13 22:45:29)

Offline

#971 2010-01-15 20:45:35

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: Share your Openbox Desktop ! :)

2druosg_th.jpg

BMPanel2 now has pager ^^
I've managed to integrate Conky with BMPanel2 by setting it (Conky) as a dock/panel.

Offline

#972 2010-01-15 21:24:29

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: Share your Openbox Desktop ! :)

Nice looking desktop, weakhead. No-nonsense. I like that.

Offline

#973 2010-01-16 04:41:39

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

Re: Share your Openbox Desktop ! :)

Is that Conky on the right? Could I get a copy of your ~/.conkyrc?

Offline

#974 2010-01-16 14:31:52

weakhead
Member
From: Poland
Registered: 2008-08-21
Posts: 341
Website

Re: Share your Openbox Desktop ! :)

@hw-tph
Thank you!

If somebody wonders where to get those themes, here's the link: http://box-look.org/content/show.php/Bu … ent=118643

Offline

#975 2010-01-16 19:59:21

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: Share your Openbox Desktop ! :)

Thanks weakhead, I'm stealing your bmpanel config and moving it to the top of the screen. smile

2m6ws28_th.png

Offline

Board footer

Powered by FluxBB