You are not logged in.

#21 2015-10-28 20:31:20

Snap
Member
Registered: 2015-10-02
Posts: 465

Re: Themes and Icons

Thanks!

Offline

#22 2015-10-28 20:42:20

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

Well, it shows in obconf for me...
Screenshot_10282015_04_38_14_PM.jpg

Please verify that the theme folder is in either /usr/share/themes or ~/.themes and that it contains an openbox-3/themerc file and an index.theme file.


I don't care what you do at home. Would you care to explain?

Offline

#23 2015-11-01 21:20:18

gako
Member
Registered: 2015-10-02
Posts: 241

Re: Themes and Icons

Been working on a nice light theme for openbox
Screenshot

Main icon theme is Paper but dirty hacked my launcher icons.
I tossed them and my other configs in as well for those who'd like.
I'm no icon artist but they work for my liking smile
The dmenu script uses twoion's dmenu-v

https://github.com/GA-KO/labs-theme

Offline

#24 2015-11-02 08:45:30

Snap
Member
Registered: 2015-10-02
Posts: 465

Re: Themes and Icons

hhh wrote:

Well, it shows in obconf for me...
http://s4.postimg.org/djzy73cjt/Screenshot_10282015_04_38_14_PM.jpg

Please verify that the theme folder is in either /usr/share/themes or ~/.themes and that it contains an openbox-3/themerc file and an index.theme file.

Sorted it out. For some reason the openbox-3 directory had wrong permissions. I swear i didn't changed them, though it doesn't mean I didn't. LOL

Sorry for the annoyance, hhh.

@gako: Thanks, this deserves a good try.

Offline

#25 2015-11-02 15:17:13

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

Snap wrote:

For some reason the openbox-3 directory had wrong permissions. I swear i didn't changed them, though it doesn't mean I didn't.

I didn't check permissions before I uploaded that theme, it's quite possible they were set badly on my end. Thanks for troubleshooting!


I don't care what you do at home. Would you care to explain?

Offline

#26 2015-11-02 18:00:59

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

I'm dropping the "BL" from this thread's title since it's for sharing links to all theme and icon sets.

I just moved a screenshot to the monthly screenshot thread. I'm leaving the scrots from before Unia's post because it's just messy if I move them now, but please post screenshots without a theme or icon-set link there.

Thanks!


I don't care what you do at home. Would you care to explain?

Offline

#27 2015-11-02 18:15:35

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

@Snap, thanks again for troubleshooting Deco.

Indeed the permissions were not set right (I didn't even think about it when I uploaded it). Fixed and an edit placed in that post, cheers!


I don't care what you do at home. Would you care to explain?

Offline

#28 2015-11-03 03:55:56

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: Themes and Icons

@hhh: Really nice. "In love" with inactive windows deco wink
@gako: Interesting. I'll keep an eye on it.


Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#29 2015-11-03 04:13:44

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

You mean having it "disappear", as it were? Thanks!

My theming is heavily influenced by gutterslob/glittersloth's theming when he was posting cwm scrots at #! and my own time with cwm. I've also done a single-pixel xfwm4 theme that I'm addicted to that mimics cwm and similar window managers (active window border inherits GTK selected_bg_color, inactive inherits GTK bg_color)...
https://forums.bunsenlabs.org/viewtopic … 4074#p4074

I want to do the same with one of your recent OB themes when I get in the mood, though the colors will have to be hard-coded, of course. Stoopid Openbox. tongue


I don't care what you do at home. Would you care to explain?

Offline

#30 2015-11-03 04:35:46

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: Themes and Icons

hhh wrote:

My theming is heavily influenced by gutterslob/glittersloth's theming...

gutterslob/glittersloth's themes are still in my backup hard drive: aiko, metrosensual, aquamossII... some of my all time favorites big_smile

hhh wrote:

...though the colors will have to be hard-coded, of course. Stoopid Openbox.

I love openbox for that tongue
rpl command FTW, cd, -R if i want to change gtk colors too:

rpl -R old_color new_color .

Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#31 2015-11-03 07:05:32

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Themes and Icons

fog wrote:

rpl command FTW

OMG, life has just gotten a whole lot simpler!
these little gems, that have been around forever, and you only find them by reading random forum posts...

$ rpl
------------------------------------------------
rpl 1.4.1 by Joe Laffey, LAFFEY Computer Imaging.
Visit http://www.laffeycomputer.com/ for updates.
This software comes with ABSOLUTELY NO WARRANTY. rpl -L for license.
Usage:  rpl [-iwRspfdtxe [-q | -v] ] <old_string> <new_string> <target_file(s)>
        ( Put strings in single quotes (') )
        -i   Ignore case of old_string
        -w   Whole words (old_string bounded by white space in file)
        -q   Quiet mode (no output at all)
        -v   Verbose mode (lots of output)
        -R   Search directories recursively
        -x   Specify file suffix to match (e.g. '.html')
             Only files with this suffix will be searched.
             You may specify up to 128 suffixes. (e.g. -x'.html' -x'.jsp' ...)
        -p   Prompt to modify each file
        -s   Simulation mode (lists files that would be changed)
        -e   Honor string Escapes in old_string and new_string
             (e.g.'\n', '\r', '\\', '\015' (octal), '0x0d' (hex) etc.)
        -f   Force overwriting files when permissions cannot be matched
        -d   Don't change modification times of altered files
        -t   Use value of $TMPDIR for temp files instead of original file dir
        -L   Display the software license
        -h   Display this help screen
Returns: 0 on success, system error code on failure.
Note: If you are using a "-" in either the old_string or then ew_string
      you must put a "--" as your last option before the strings.

Offline

#32 2015-11-03 08:14:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Themes and Icons

What's wrong with:

sed -i 's/<old colour>/<new colour>/g' /path/to/theme.rc

tongue

But seriously, really nice command -- thanks for that!
smile

Offline

#33 2015-11-22 14:45:14

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Themes and Icons

FlatStudioDark - tweaked selection bg to grey
FlatStudio-OB  - to match the gtk theme

Bx0DFlWo.jpg

Theme and README can be d/l'd from http://capn-damo.deviantart.com/art/Ope … -573682232


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#34 2015-11-23 00:07:58

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

That's some nice boobs work there, man. 8o You should also do a 1px bottom-border version, if you don't mind me suggesting it.


I don't care what you do at home. Would you care to explain?

Offline

#35 2015-11-23 00:38:14

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Themes and Icons

hhh wrote:

That's some nice boobs work there, man. 8o You should also do a 1px bottom-border version, if you don't mind me suggesting it.

Here ya go wink

sed -i 's/window.handle.width: 2/window.handle.width: 0/g' themerc

EDIT: You are right - it probably is better. I've changed themerc in the dA zipfile  cool

Last edited by damo (2015-11-23 00:47:39)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#36 2015-11-23 01:25:02

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

Aw yeah, that's how we roll. Thanks damo!


I don't care what you do at home. Would you care to explain?

Offline

#37 2015-11-23 01:29:53

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,180
Website

Re: Themes and Icons

metrosensual. lol.

SSSLLLLLOOOOOOOOOOOOOTTTHHHHH!!!!!!


I don't care what you do at home. Would you care to explain?

Offline

#38 2015-11-23 07:23:57

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Themes and Icons

new openbox theme blueprint:
goes well with bunsen blackish & solarized dark.

Last edited by ohnonot (2021-07-04 08:16:21)

Offline

#39 2015-11-23 13:57:04

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Themes and Icons

^ Love the menu smile


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#40 2015-11-23 21:18:45

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Themes and Icons

blueprint2.obt

Last edited by ohnonot (2021-07-04 08:15:37)

Offline

Board footer

Powered by FluxBB