Panel Label Font to Bold Style

Asked by Jeriel

Hi there!

Thank you for creating cardapio, have used since I met it.

Ok I just want to set the "Name Label" to Bold font style so it matches my Global-Menu-Applet. All I Can do from the properties is to change the name. I've been mesing with the libs for a while with no results. Hope you can help me out.

thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
Cardapio Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Thiago Teixeira (tvst) said :
#2

To fix this, use GTK's themeing facilities as usual. That is, open a terminal and type:

$ gedit ~/.gtkrc-2.0

Then, in the text editor that opens up, paste the code below.

style "cardapio-applet-label-style"
{
 font_name = "Bold"
}
widget "*CardapioAppletMenu*Label" style:highest "cardapio-applet-label-style"

Now save the file and restart Cardapio :)

Revision history for this message
Thiago Teixeira (tvst) said :
#3

Answered. See above ^

Can you help with this problem?

Provide an answer of your own, or ask Jeriel for more information if necessary.

To post a message you must log in.