vermaden, I kinda agree with you about looking no further, I didnt try out any other lightweight managers, but like Openbox so much, I really havent much desire to try others.
I feel like Im spamming this thread, but I started to get a little intimate with config texts these past couple days, and felt like posting.
Had been using gnome-settings for my background, icons, and almost debated on installing more Gnome components, to make mounting with hal, permissions...etc, work and everything, but decided to change it back all lightweight, configure .gtkrc-2.0, and install Nitrogen for wallpaper.
Originally I was just going to go back to Feh, but I didnt like how it fit wallpaper, compared to gnome-appearance-preferences, so I tried Nitrogen, it unfortunately fits it the same, but gives me the cool option to set a different wallpaper for each monitor. I wont mind the occasional cropping of images to make them fit as intended.
Anyhow, back to my main reason for posting, I notice the Onyx themes in some of the other screenshots, and there is only the default blue, or Orange to use. Its fairly easy to make the color match your wallpaper if anyone was curious.
Themes are located in:
Copy the desired theme directory to:
and rename the theme directory to your liking, in this case I used "Onyx-Custom"
The theme directory, contains an openbox-3 directory, modify the themerc file located inside of it accordingly. Commented with "button color"
themerc:
Code:
!! Onyx-Custom by Smoky McPot
!! inspired from Onyx by Dana Jansens
!! Menu background
menu.items.bg: flat gradient vertical
menu.items.bg.color: #303030
menu.items.bg.colorTo: #080808
!! Menu text
menu.items.text.color: #b8b8b8
menu.items.justify: left
menu.items.disabled.text.color: #606060
!! Menu headers
menu.title.bg: raised splitvertical gradient
menu.title.bg.color: #303030
menu.title.bg.colorTo: #181818
menu.title.text.color: white
menu.title.text.justify: center
!! Selected menu item button color
menu.items.active.bg: raised splitvertical gradient
menu.items.active.bg.color: #f90000
menu.items.active.bg.colorTo: #af0100
menu.items.active.text.color: white
!! Titlebar
window.active.title.bg: raised splitvertical gradient
window.active.title.bg.color: #414141
window.active.title.bg.colorTo: #202020
window.inactive.title.bg: gradient splitvertical gradient flat
window.inactive.title.bg.color: #DEE0D8
window.inactive.title.bg.colorTo: #E0E0D8
!! Titlebar text
window.label.text.justify: center
window.active.label.bg: parentrelative
window.active.label.text.color: #f8f8f8
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #747474
!! Window buttons
window.*.button.*.bg: parentrelative
window.active.button.*.hover.bg: flat splitvertical gradient border
window.inactive.button.*.hover.bg: parentrelative
window.*.button.*.pressed.bg: flat splitvertical gradient border
!!Button color begin
window.active.button.*.hover.bg.color: #f90000
window.active.button.*.hover.bg.colorTo: #af0100
window.active.button.*.hover.bg.border.color: #a02b2b
window.active.button.*.pressed.bg.color: #bc4747
window.active.button.*.pressed.bg.colorTo: #9f3e3e
window.active.button.*.pressed.image.color: #888888
window.active.button.*.pressed.bg.border.color: #683913
window.inactive.button.*.pressed.bg.color: #ff3d4a
window.inactive.button.*.pressed.bg.colorTo: #ff3d4a
window.inactive.button.*.pressed.image.color: #d58f97
window.inactive.button.*.pressed.bg.border.color: #f0282e
window.active.button.*.image.color: #e0e0e0
window.active.button.disabled.image.color: #707070
window.inactive.button.*.image.color: #747474
window.inactive.button.disabled.image.color: #c0c0c0
!! Borders
window.active.border.color: #181818
window.inactive.border.color: #404040
window.inactive.title.separator.color: #eeeee6
border.width: 1
padding.width: 2
window.handle.width: 0
window.active.client.color: #181818
window.inactive.client.color: #CACAB6
window.client.padding.width: 1
window.client.padding.height: 1
menu.overlap: 0
!! Font shadows
menu.items.font:shadow=y:shadowtint=30
!! On-screen displays
osd.bg: gradient vertical flat
osd.bg.color: #303030
osd.bg.colorTo: #080808
Easy way to make the colors match a wallpaper...etc, Ive found, is to just load the wallpaper in Gimp, and use the color picker to get the hex value. The Pidgin image background is done in .gtkrc-2.0, btw.
I use Obconf to switch between themes, easy, quick, and it seems to do well, and will pick up your new theme directory in .themes. I dont like Obmenu though, it made a mess of my .xml when I first tried it awhile back, and wont use it again.
Edit: I just realized I forgot to change the pressed state colors of the window minimize/maximize/close buttons...theyre correct already un-pressed, Ill have to come back and re-edit, I was just mainly using that as an example, but I suppose someone may copy and use it.
Said I'd be posting some more screenshots a few posts ago, but didnt realize it would go this far, lol. Think I should be pretty close to done boring you guys.
Also, thanks to Dana Jansens.