piratas-ar / RocketGatitOS

Distro basada en Fedora, con herramientas para comunicaciones seguras y privadas. :rocket: :cat:
GNU General Public License v3.0
3 stars 0 forks source link

Ponerle fuente monoespaciada a pidgin #5

Open fauno opened 8 years ago

fauno commented 8 years ago

Para que sea mas haxor!

en ~/.gtkrc-2.0

# https://avsej.net/2012/monospaced-fonts-in-pidgin/

style "imhtml-fix"
{
    font_name = "Hack 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"