JWM - small font menu and transparency (SOLVED)

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
User avatar
jp734
Posts: 35
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 14 times
Been thanked: 26 times

JWM - small font menu and transparency (SOLVED)

Post by jp734 »

Loving the fluxbox neat appearance which lead from not being able to figure out how to configure jwm. Is there a way to make jwm:

- Have small fonts? Was able to make main menu smaller using jwmdesk but not the sub-menus (desktop right-click. taskbar menu/sub-menu is ok)
- Transparent?

Last edited by jp734 on Sat Apr 27, 2024 11:02 pm, edited 1 time in total.

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

User avatar
jp734
Posts: 35
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 14 times
Been thanked: 26 times

Re: JWM - small font menu and transparency (SOLVED)

Post by jp734 »

Found this hack for transparency and it worked.

https://oldforum.puppylinux.com/viewtopic.php?t=60038

(EDIT: I figure I'd add the instruction just in case the old forum stops working)

- Install xcompmgr
- Edit .xinitrc and add the following before jwm is launched
. This makes it conditional so it only launches if JWM is the window manager - otherwise use just xcompmgr& by itself further up

#===================
if [ "$CURRENTWM" = "jwm" ];then
xcompmgr&
fi

#===================

#exec $CURRENTWM
#v2.11 GuestToo suggested this improvement...
which $CURRENTWM && exec $CURRENTWM
[ -x $CURRENTWM ] && exec $CURRENTWM
exec jwm

- Edit you jwmrc-theme and add the tag. The opacity tag accepts values between 0 and 1

<TrayStyle>
<Opacity>.6</Opacity>
<Font>DejaVu Sans-14:Bold</Font>
<Foreground>white</Foreground>
<Background>#718995</Background>
</TrayStyle>

- Restart JWM

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

User avatar
jp734
Posts: 35
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 14 times
Been thanked: 26 times

Re: JWM - small font menu and transparency (SOLVED)

Post by jp734 »

One last thing on this. Xcompmgr is very small in size. Maybe it can be added by default on the next release and include a setting on jwmdesk for transprency?

Just a thought. Thanks.

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

Post Reply

Return to “Beginners Help”