Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > The Coffee Lounge
Reload this Page Openbox solutions
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

The Coffee Lounge General chat about anything that goes, a good place to introduce yourself and say hi, tell a Joke, or just relax.

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 03-07-2008   #1 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Here. There. Anywhere.
Posts: 103
Send a message via AIM to ryokimball Send a message via Yahoo to ryokimball
Openbox solutions

Good afternoon! I'm trying to find the perfect X11 configuration for me. I like Openbox very very much, but there are some things that I still can't seem to find out how to do. And so I am wondering, would it be too much to ask for you all to post some "l33t" configurations of Openbox or Fluxbox (and the like) with at least links to details on how they have been setup as such?
Some of the specific things I'm looking for:
  • Background configurations (I know there are plenty out there; in truth, I like the plain black that is default with "openbox," but "openbox-session" has a shade lighter, which bugs the mess out of me)
  • different panels (and a separate quick-launch bar, if you can find one...)
  • Something similar to a status bar, where I can display what drives/media are currently mounted/inserted, as well as memory in use, processor speed and temp, and other useful information.

Sorry to just blatantly ask for this kind of help, but the more I look, the less I can really tell what it is I'm looking for, if you get what I mean.
ryokimball is offline   Reply With Quote
Old 03-07-2008   #2 (permalink)
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 602
You can check freshmeat's theme site... that's where I usually go for themes:

themes.freshmeat.net
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Old 03-07-2008   #3 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,258
I use openbox too. It takes a little bit longer to get those things set up but it's great when you have things exactly as you want them.
Quote:
Originally Posted by ryokimball View Post
Some of the specific things I'm looking for:
  • Background configurations (I know there are plenty out there; in truth, I like the plain black that is default with "openbox," but "openbox-session" has a shade lighter, which bugs the mess out of me)
I use feh for this. Openbox comes with an autostart script located in ~/.config/openbox/autostart.sh that will set the wallpaper each time you start. Just add something like:
Code:
feh --bg-scale /path/to/wallpaper.jpg
Quote:
  • different panels (and a separate quick-launch bar, if you can find one...)
You have a wide variety to choose from. You can use the Gnome or xfce panels. I use pypanel. There's also tint, visibility, etc.
Quote:
  • Something similar to a status bar, where I can display what drives/media are currently mounted/inserted, as well as memory in use, processor speed and temp, and other useful information.
Conky's great for%2
Thrillhouse is offline   Reply With Quote
Old 03-07-2008   #4 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Here. There. Anywhere.
Posts: 103
Send a message via AIM to ryokimball Send a message via Yahoo to ryokimball
Quote:
Originally Posted by Thrillhouse View Post
I use feh for this.
I'm about to decide to use this (i.e., an image for a background) instead, but what I'm actually wanting to do is just change the background color to a truer black, like the regular Openbox (but not Openbox-session) is (without having to run another program).
Quote:
You have a wide variety to choose from. You can use the Gnome or xfce panels. I use pypanel. There's also tint, visibility, etc.
I use pypanel, and love it, but I know that there could be a better configuration for me. I'll probably make one once I get into scripting and programming in Linux more (I'm stuck in Windows for this until the school semester is over...)
I will check those out, too. And freshmeats.com (thanks for that, too, bidi), but I got distracted when I realized that my default programs aren't as I'd like them....
ryokimball is offline   Reply With Quote
Old 03-07-2008   #5 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,258
As promised:
http://www.linuxforums.org/forum/cof...tml#post564997

Quote:
Originally Posted by ryokimball View Post
I'm about to decide to use this (i.e., an image for a background) instead, but what I'm actually wanting to do is just change the background color to a truer black, like the regular Openbox (but not Openbox-session) is (without having to run another program).
I guess I'm still not sure what exactly you mean but what about creating a new image in The Gimp and painting it entirely black?
Quote:
I use pypanel, and love it, but I know that there could be a better configuration for me. I'll probably make one once I get into scripting and programming in Linux more (I'm stuck in Windows for this until the school semester is over...
pypanel's not too difficult to configure. The config file is pretty self-explanatory, besides having to know the hex triplets for the colors you want, but that's what Agave's for.

Anyways, let us know what you end up with.
Thrillhouse is offline   Reply With Quote
Old 03-08-2008   #6 (permalink)
Linux Newbie
 
Join Date: Jul 2007
Location: Here. There. Anywhere.
Posts: 103
Send a message via AIM to ryokimball Send a message via Yahoo to ryokimball
Well, I was having trouble with Feh, but in the midst I figured out what was causing my background colouring problem:
Code:
BG="000000"
if which hsetroot >/dev/null; then
    BG=hsetroot
else
    if which esetroot >/dev/null; then
	BG=esetroot
    else
	if which xsetroot >/dev/null; then
	    BG=xsetroot
	fi
    fi
fi
test -z $BG || $BG -solid "#303030"
Oops. I just changed the hex to flat 0's and got pure black back. I'm not sure what the if's do, but I'm gonna play with it and see if it's necessary....

Anyways, I'm not too desperate to get a final result (turns out that the toy I'm designing this all for will cost probably a couple of thousand dollars just to design the motherboard....), but I quite probably will at least post the pic on the screenshots.

BTW thanks again (past and future)

Last edited by ryokimball; 03-08-2008 at 01:02 AM. Reason: oh, yeah
ryokimball is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Default Desktop Environment from GNOME to OPENBOX webnukem Redhat / Fedora Linux Help 9 06-19-2008 09:48 AM
OSS DMP solutions? adamdaughterson The Linux Kernel 0 08-10-2006 11:52 PM
Openbox users, rejoice! Javasnob Linux Desktop / X-Windows 1 07-13-2006 12:14 AM
Openbox Dock Cabhan Linux Desktop / X-Windows 2 05-03-2006 06:37 PM
Fluxbox to Openbox Javasnob Linux Desktop / X-Windows 7 01-25-2006 01:39 AM

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 12:55 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0