Skip to content

Instantly share code, notes, and snippets.

@armonge
Created October 18, 2012 02:44
Show Gist options
  • Save armonge/3909580 to your computer and use it in GitHub Desktop.
Save armonge/3909580 to your computer and use it in GitHub Desktop.
Monospaced fonts in pidgin
style "imhtml-fix"
{
font_name = "Monospace 8"
}
# Conversation entry box--where you type.
widget "*pidgin_conv_entry" style "imhtml-fix"
# Conversation history pane--where you read the conversation.
widget "*pidgin_conv_imhtml" style "imhtml-fix"
# Log viewer--where you read stored logs
widget "*pidgin_log_imhtml" style "imhtml-fix"
# formatting-capable entry areas (IMHtml widgets) in request dialogs
widget "*pidgin_request_imhtml" style "imhtml-fix"
# formatting-capable notification areas in dialogs (again, IMHtml widgets)
widget "*pidgin_notify_imhtml" style "imhtml-fix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment