You are not logged in.
Pages: 1
Hi there,
I'm looking for config or settings for xkb where I can change font or color for text keyboard layout indicator.
I found via google that xfce4-xkb-plugin hasn't that config, but I saw in bug report for Ubuntu that is some Patch:
https://launchpadlibrarian.net/87888216/font_selection.patch
But I don't know how to use it (i suppose that i must download source of xfce4-xkb-plugin package and then apply it).
Is there someone who can try it ?
Distribution: Fedora 19
XFCE version: 4 latest (I removed xfce4-about )
xfce4-xkb-plugin version: 0.5.6
Offline
To change the colour, create an ~/.gtkrc-2.0 file in your home directory with the following content:
style "xkb-plugin"
{
fg[NORMAL] = "#ff0000"
fg[SELECTED] = "#ff0000"
fg[ACTIVE] = "#ff0000"
}
widget "*xkb-plugin*" style "xkb-plugin"
... and replace "#ff0000" (red) with the colour that you would like.
It appears that the font is hard-coded into the application (see: http://git.xfce.org/panel-plugins/xfce4 … kb-cairo.c) and I can't seem to override it. The properties screen, however, does allow you to change the text size between small, medium and large.
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
Offline
ToZ: thanks, I changed colour for all panels so now I don't need it for xkb widget
PaperNick: Thanks, I installed Inkscape and created my own flags It's simplier than it looks like
So it's SOLVED !
Offline
Cool, glad you worked it out
Offline
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 534.55 KiB (Peak: 535.4 KiB) ]