You are not logged in.
I am using arch linux and i was searching for how to change the font for my xfce4 panel and menu...
i couldnt find anything online.
i figured adding my font to the settings editor would work...
it did.
but first i had to run.
xfce4-panel --restart
i thought i would post that just to help people who need it.
go to settings
settings manager
settings editor
xfce4 panel
panel 1
add
FontName
string
then your font name
then run
xfce4-panel --restart
in terminal.
:D
glad to join the community.
now if i could just get the title bar to comply... will try.
-Ausar Bluhd
Dare to struggle, Dare to win... All power to the people.
Last edited by Ausar Bluhd (2014-08-14 07:30:10)
Offline
now if i could just get the title bar to comply.
Try: Settings Manager >> Window Manager >> Style tab >> Title Font.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
If your goal is to have the same font in the panel and title bars, ToZ's method works. It's kind of a failing of Xfce that settings that affect the appearance are in 2 locations: Appearance and Window Manager. This is especially confusing when setting the Theme because if you only set the Theme in the Appearance tab, it will have no affect on the window borders and title, and if you only set the Theme in the Window Manager, it will have no affect on the menu bar and other in-window elements. The result is that many people trying to customize their theme end up discarding many themes because they don't seem to do anything or seem incompatible with their applications. It took me over a year to figure out and become fully conscious of the fact that the Theme has to be set in 2 locations. Once you know that, it's very powerful to be able to mix themes.
I think the whole Window Manager settings section needs to be merged with the Appearance settings and there could still be 2 ways to get to it but it would be the same widget.
Last edited by colinkeenan (2014-10-16 15:16:33)
Offline
I think the whole Window Manager settings section needs to be merged with the Appearance settings and there could still be 2 ways to get to it but it would be the same widget.
There exists a third-party Xfce Theme Manager application that tries to accomplish this.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I think the whole Window Manager settings section needs to be merged with the Appearance settings and there could still be 2 ways to get to it but it would be the same widget.
No!, It's good how it is - I like the modular settings design since i'm using xfwm on other desktop environments.
@thread
you can use different fonts trough gtkrc rules eg to make the clock font bold:
style"gtklabelbold"{
font_name="bold"}
widget_class "*XfcePanel*ClockPlugin*" style "gtklabelbold"
you can also change the font in the same way
style"gtklabeldejavumonoboldsize12"{
font_name="DejaVu Sans Mono Bold 12"}
widget_class "*XfcePanel*ClockPlugin*" style "gtklabeldejavumonoboldsize12"
Offline
The easiest way guys is HTML code, which the plugin can read. So it will be something like
e.g.
<b> clock format</b> which is for bold text.
Offline
@pst, that's actually Pango Markups and it will only work for those plugins that support it.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
colinkeenan wrote:I think the whole Window Manager settings section needs to be merged with the Appearance settings and there could still be 2 ways to get to it but it would be the same widget.
There exists a third-party Xfce Theme Manager application that tries to accomplish this.
The link to the package for distros other than Xubuntu on that page is dead, so in case anyone is interested here is its current location.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 553.2 KiB (Peak: 570.48 KiB) ]