You are not logged in.

#61 2021-01-21 23:06:28

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: January 2021 Screenshots

PackRat wrote:

Image files are not required to theme pekwm. You can replace the image file name in the theme with a texture and color; and I believe pekwm accepts color gradients

An ugly scrot just for show; note the color change in the theme file:

https://i.postimg.cc/bGQzhr9J/pekwm.png

link

Their documentation is admitedly cryptic; there use to be a really good tutorial for configuring pekwm online. It may still be available. Includes all the theme options and some examples. If you hunt around box-look.org and deviantArt you can fine some pekwm themes that do not use image files.

bspwm -

https://i.postimg.cc/D89kwFZb/2021-01-21-05-39-18.png

link to bspwm screenshot

@hhh - nice looking theme in the works.

This is good to see!  The copy and paste marathon wasn't gonna be a thing.

Could you please provide me an example of what/how you are changing in the theme?   Not really understanding from the docs.

bspwm Looks interesting too!  Guess I'm on a wm binge. big_smile

Offline

#62 2021-01-21 23:08:17

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

Re: January 2021 Screenshots

@PR, thanks. You're bspwm looks sick!

wtOFkQDt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#63 2021-01-21 23:10:02

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: January 2021 Screenshots

hhh wrote:

Inspired by Yeti-Lithium, I wanted a dark grey-ish theme. My first theme in months, BL-Lithium-dark-grey. Here it is on Debian Cinnamon...

https://imgur.com/DlKN9wht.png

I have to tweak the Openbox and xfce4-notification themes before I upload it, sorry for the tease.

Outstanding:)  Has a nice feel to it.

Offline

#64 2021-01-21 23:33:00

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

Re: January 2021 Screenshots

sleekmason wrote:
hhh wrote:

Inspired by Yeti-Lithium, I wanted a dark grey-ish theme. My first theme in months, BL-Lithium-dark-grey. Here it is on Debian Cinnamon...

https://imgur.com/DlKN9wht.png

I have to tweak the Openbox and xfce4-notification themes before I upload it, sorry for the tease.

Outstanding:)  Has a nice feel to it.

Thanks! I love the default Lithium theme with the default wallpaper, but it's too blue with a lot of other walls. This one is only slightly arc-blue. I'll do a few with different highlight colors to match Papirus colors, sold...

IGcWbxYt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#65 2021-01-22 00:03:57

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: January 2021 Screenshots

sleekmason wrote:

This is good to see!  The copy and paste marathon wasn't gonna be a thing.

Could you please provide me an example of what/how you are changing in the theme?   Not really understanding from the docs.

Been a while since I've used pekwm, but just get yourself a theme - this is a good one and experiment with it. Anywhere there is a image file, you can substitute in a texture and color. For example, in the pekwm theme file "Tab" is the titlebar (pekwm is a tabbing window manager like fluxbox) so you can edit this stanza:

	Tab {
		Focused = "Image title.png"
		FocusedSelected = "Image title.png"
		Unfocused = "Image title.png"
		UnfocusedSelected = "Image title.png"
		}

to look like this:

	Tab {
		Focused = "Solid #964923"
		FocusedSelected = "Solid #E56E34"
		Unfocused = "Solid #111111"
		UnfocusedSelected = "Solid #E56E34"
		}

and the titlebars will be colored and change color when selecting - by default pekwm is focus follows mouse/sloppy focus; that can be changed to click-to-focus.

Best thing to do is get a theme and just make obvious changes - like bright red - where there are image files to see how the decor changes. Then you'll have a grasp of the theme elements.

Last edited by PackRat (2021-01-22 00:04:12)


You must unlearn what you have learned.
    -- yoda

Online

#66 2021-01-22 00:04:36

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: January 2021 Screenshots

hhh wrote:

Thanks! I love the default Lithium theme with the default wallpaper, but it's too blue with a lot of other walls. This one is only slightly arc-blue. I'll do a few with different highlight colors to match Papirus colors, sold...

https://imgur.com/IGcWbxYt.png

I Like it! You have a good grasp of this.

My theme is waay too blue.  Have to find only certain pics.

Just now learning some of the way the css file works.  Mind blowing number of combinations. Still have a bunch of small problems to iron out. 

Are there cheat tools for this? Any tools? I just have my own notes to go off.

It looks like the objective is to get as close to neutral while still displaying the colors, so different wallpapers don't cause problems.

Thought I would try a sort of clay color at some point.

Offline

#67 2021-01-22 00:11:08

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: January 2021 Screenshots

PackRat wrote:
sleekmason wrote:

This is good to see!  The copy and paste marathon wasn't gonna be a thing.

Could you please provide me an example of what/how you are changing in the theme?   Not really understanding from the docs.

Been a while since I've used pekwm, but just get yourself a theme - this is a good one and experiment with it. Anywhere there is a image file, you can substitute in a texture and color. For example, in the pekwm theme file "Tab" is the titlebar (pekwm is a tabbing window manager like fluxbox) so you can edit this stanza:

	Tab {
		Focused = "Image title.png"
		FocusedSelected = "Image title.png"
		Unfocused = "Image title.png"
		UnfocusedSelected = "Image title.png"
		}

to look like this:

	Tab {
		Focused = "Solid #964923"
		FocusedSelected = "Solid #E56E34"
		Unfocused = "Solid #111111"
		UnfocusedSelected = "Solid #E56E34"
		}

and the titlebars will be colored and change color when selecting - by default pekwm is focus follows mouse/sloppy focus; that can be changed to click-to-focus.

Best thing to do is get a theme and just make obvious changes - like bright red - where there are image files to see how the decor changes. Then you'll have a grasp of the theme elements.

Oh wow!! I get it:)  Once you set one up once, things get really easy!  Thank you. smile

this is a good one

Appreciate the link.  It does look nice.  This all got much easier. lol.

Offline

#68 2021-01-22 00:30:36

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: January 2021 Screenshots

sleekmason wrote:
PackRat wrote:
sleekmason wrote:

This is good to see!  The copy and paste marathon wasn't gonna be a thing.

Could you please provide me an example of what/how you are changing in the theme?   Not really understanding from the docs.

Been a while since I've used pekwm, but just get yourself a theme - this is a good one and experiment with it. Anywhere there is a image file, you can substitute in a texture and color. For example, in the pekwm theme file "Tab" is the titlebar (pekwm is a tabbing window manager like fluxbox) so you can edit this stanza:

	Tab {
		Focused = "Image title.png"
		FocusedSelected = "Image title.png"
		Unfocused = "Image title.png"
		UnfocusedSelected = "Image title.png"
		}

to look like this:

	Tab {
		Focused = "Solid #964923"
		FocusedSelected = "Solid #E56E34"
		Unfocused = "Solid #111111"
		UnfocusedSelected = "Solid #E56E34"
		}

and the titlebars will be colored and change color when selecting - by default pekwm is focus follows mouse/sloppy focus; that can be changed to click-to-focus.

Best thing to do is get a theme and just make obvious changes - like bright red - where there are image files to see how the decor changes. Then you'll have a grasp of the theme elements.

Oh wow!! I get it:)  Once you set one up once, things get really easy!  Thank you. smile

this is a good one

Appreciate the link.  It does look nice.  This all got much easier. lol.

Yes, once you get one set up, it's a template for the rest. That documentation has the various textures like "Solidraised".

Last edited by PackRat (2021-01-22 00:32:27)


You must unlearn what you have learned.
    -- yoda

Online

#69 2021-01-22 01:25:57

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

Re: January 2021 Screenshots

hhh wrote:

I'll do a few with different highlight colors to match Papirus colors, sold...

All too easy. BL-Lithium-dark-indigo...

oJoAt6Kt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#70 2021-01-22 02:11:03

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: January 2021 Screenshots

^ nice work; what's the shade of indigo for the menu hilight?

Fvwm3 -

2021-01-21-09-51-10.th.png

FvwmLink

Last edited by PackRat (2021-01-22 02:46:33)


You must unlearn what you have learned.
    -- yoda

Online

#71 2021-01-22 03:21:59

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

Re: January 2021 Screenshots

Looking OK on Openbox...

Ea6WOlWt.png

@PackRat, here's the gtk-2.0 gtkrc file...

gtk-color-scheme = "base_color: #333742"
gtk-color-scheme = "text_color: #d3dae3"
gtk-color-scheme = "bg_color: #2e313b"
gtk-color-scheme = "fg_color: #d3dae3"
gtk-color-scheme = "tooltip_bg_color: #333742"
gtk-color-scheme = "tooltip_fg_color: #d3dae3"
gtk-color-scheme = "selected_bg_color: #3D4780"
gtk-color-scheme = "selected_fg_color: #ffffff"
gtk-color-scheme = "insensitive_bg_color: #575b65"
gtk-color-scheme = "insensitive_fg_color: #a9afb9"
gtk-color-scheme = "notebook_bg: #333742"
gtk-color-scheme = "dark_sidebar_bg: #2e313b"
gtk-color-scheme = "link_color: #3D4780"
gtk-color-scheme = "menu_bg: #333742"

gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller.
gtk-auto-mnemonics = 1
gtk-primary-button-warps-slider = 1

include "main.rc"
#include "apps.rc"
#include "panel.rc"
#include "xfce-notify.rc"
#include "menubar-toolbar/menubar-toolbar-dark.rc"

selected_bg_color: #3D4780


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#72 2021-01-22 06:08:12

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

Re: January 2021 Screenshots

jx6ABIat.png

Done.

-edit- Using xfce4-panel because I am not going to theme the goddamn tint2 tooltips every time I change themes.

QzFMxDgt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#73 2021-01-22 08:31:15

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

Re: January 2021 Screenshots

BL-Lithum-dark-nordic theme, Papirus colors (Nordic), Debian softWaves wallpaper...

CW7bWmXt.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#74 2021-01-22 19:52:09

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: January 2021 Screenshots

hhh wrote:

Looking OK on Openbox...

https://imgur.com/Ea6WOlWt.png

@PackRat, here's the gtk-2.0 gtkrc file...

Thanks; fluxbox theme -

2021-01-22-02-51-56.png

link to image

and dwm -

2021-01-22-1611367479.png

dwm-002.png

link one    link two

Last edited by PackRat (2021-01-23 02:00:11)


You must unlearn what you have learned.
    -- yoda

Online

#75 2021-01-22 22:09:10

deleted0
Guest

Re: January 2021 Screenshots

My working setup, completely stock. Just works.

desktop0.th.png  *  desktop1.th.png   *  desktop2.th.png

8bit

Last edited by deleted0 (2021-01-22 22:33:08)

#76 2021-01-23 02:41:31

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

Re: January 2021 Screenshots

Lithium-Cinnamon-nordic theme...

M7DHMQSt.png sMFub6Qt.png 1HYK6vqt.png

Last edited by hhh (2021-01-23 06:12:17)


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#77 2021-01-23 04:04:47

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: January 2021 Screenshots

Cool scrots y’all.  Keep them balls in the air.

https://youtu.be/2U681cEhplM

Offline

#78 2021-01-23 04:08:54

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

Re: January 2021 Screenshots

^ Ahem. That's a juggling reference and not, you know...

Scrotum.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#79 2021-01-23 06:51:06

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

Re: January 2021 Screenshots

Right, so get it going on Openbox. Indigo...

oCLnbwct.png


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#80 2021-01-23 20:12:47

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: January 2021 Screenshots

Jwm-1-24-21.png

Jwm, Set up basically the same as my openbox setup for now.

Jwm is a really nice window manager.  Very similar to Openbox in feel, with panel similarities to tint2.

There is only one configuration file for Jwm. Everything goes into it. Startup, menus, and a huge amount of easy customizations once you figure out the config file.

Runs extremely lean, Less than 200MB with a custom kernel here, so . . about 230MB until 5.8 comes out.

I will certainly be adding this to my own builds fairly soon (hopefully).  Still a few items to adjust.

The wallpaper is a picture of the windshield from an old truck left next to a creek. Have to drop about '2000' from the road over the course of a mile or so to get to it. One of our favorite camping spots of years past.

* Edit - in the minimal build here: https://github.com/sleekmason/Liliflux

Last edited by sleekmason (2021-01-24 01:50:56)

Offline

Board footer

Powered by FluxBB