I've been looking for a setting to do it and I cannot find one:
How can I change the default fonts?
Moderators: 666philb, Forum moderators
Re: How can I change the default fonts?
I still use old Puppys and not the newest but this is how I understand it works:
1. JWM themes - These are pre-set themes which dictates how things (colours, type of font, size of fonts) of the taskbar and menus looks like. You can also create your own theme to set your own colours, fonts, etc. for these items.
2. GTK themes - This dictates the appearance INSIDE JWM windows (which font, size, colours etc.)
3. Global font size - this changes the global, default, system font size (dot per inch for the screen).
- bigpup
- Moderator
- Posts: 7583
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 1035 times
- Been thanked: 1690 times
Re: How can I change the default fonts?
The desktop fonts you can changed using the options in Rox-filler.
Right click on the name of one of the desktop icons.
right click menu Select Rox-filler->Options->Pinboard->select Use custom font
Click on the font name selection input slot to get font options.
The color of desktop fonts is also under the Pinboard.
Forground is the font color.
.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- BologneChe
- Posts: 510
- Joined: Sun Aug 23, 2020 12:29 am
- Location: Stoneham, Québec
- Has thanked: 320 times
- Been thanked: 140 times
Re: How can I change the default fonts?
For Bionicpup64
- Attachments
-
- Capture.jpg (154.9 KiB) Viewed 1687 times
Born to lose; live to win
-
- Posts: 54
- Joined: Fri Nov 25, 2022 8:29 am
- Location: Fossapup64 9.5
- Has thanked: 22 times
- Been thanked: 1 time
Re: How can I change the default fonts?
How do I change the window title font to be BOLD? in the theme file at /root/.jwm/themes, I tried changing <Font>Sans-11</Font> into <Font>Sans Bold-11</Font> but it doesn`t work
Fossapup64 9.5
- mikewalsh
- Moderator
- Posts: 6579
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 1038 times
- Been thanked: 2213 times
Re: How can I change the default fonts?
@bob93 :-
Try changing it from
Code: Select all
<Font>Sans Bold-11</Font>
.....to read:-
Code: Select all
<Font>Sans-11:bold</Font>
The XML layout is <Font>Fontname(dash)size(colon)bold[optional](colon)italic[optional]</Font>.
Fontname is always followed by "-size". Separators are always colons in jwmrc-theme, and parameters (bold or italic) always start with a small letter. Hope that clarifies things somewhat; it CAN get a bit confusing...
Mike.
- gychang
- Posts: 653
- Joined: Fri Aug 28, 2020 4:51 pm
- Location: San Diego, CA
- Has thanked: 235 times
- Been thanked: 73 times
Re: How can I change the default fonts?
For FP64, launch geany ~/.Xdefaults, then look for the line similar and edit: urxvt.font: xft:Ubuntu Mono:style=Regular:pixelsize=18:antialias=true:hinting=true
restart by xrdb ~/.Xdefaults on terminal and reopen urxvt or reboot.
-
- Posts: 54
- Joined: Fri Nov 25, 2022 8:29 am
- Location: Fossapup64 9.5
- Has thanked: 22 times
- Been thanked: 1 time
Re: How can I change the default fonts?
mikewalsh wrote: Fri Nov 25, 2022 6:28 pm@bob93 :-
Code: Select all
<Font>Sans-11:bold</Font>
The XML layout is <Font>Fontname(dash)size(colon)bold[optional](colon)italic[optional]</Font>.
Fontname is always followed by "-size". Separators are always colons in jwmrc-theme, and parameters (bold or italic) always start with a small letter. Hope that clarifies things somewhat; it CAN get a bit confusing...
Mike.
What if the font name has two or more words in it? e.g. Lucida Grande
I tried this
Code: Select all
<Font>Lucida Grande-11:bold</Font>
is that syntax correct?
Fossapup64 9.5