From d9011587692a7e36e0eaa352fa4bb06388f648cd Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 27 May 2013 05:44:18 +0200 Subject: gajim: Adjust styles of roster and emoticons. For the emoticons, let's just turn them off. They're annoying as hell! The rest are just cosmetic changes to get closer to the UI I was familiar with TKabber. And well, I had nickname colors in chat windows mixed up so it was a bit hard for me to follow along (I always had cyan for my own nick and coral for other nick) because the own vs. other nick colors were swapped. One particularly annoying thing were those creepy animations of GTK+, so I'm turning them off. There is still the "smooth scrolling" in chat windows left, but that's a topic for a commit in the (hopefully not so) distant future :-) Signed-off-by: aszlig --- cfgfiles/gajim.nix | 16 ++++++++-------- overrides/default.nix | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/cfgfiles/gajim.nix b/cfgfiles/gajim.nix index c79e203f..8847cd37 100644 --- a/cfgfiles/gajim.nix +++ b/cfgfiles/gajim.nix @@ -43,7 +43,7 @@ in mkConfig { autoxa_message = "$S (Not available as a result of being" + " idle more than $T min)"; autoxatime = "15"; - avatar_position_in_roster = "right"; + avatar_position_in_roster = "left"; before_nickname = "<"; change_roster_title = true; change_status_window_timeout = "15"; @@ -72,7 +72,7 @@ in mkConfig { custommailapp = ""; dictionary_url = "WIKTIONARY"; displayed_chat_state_notifications = "all"; - emoticons_theme = "animated"; + emoticons_theme = ""; enable_negative_priority = false; escape_key_closes = true; esession_modp = "5,14"; @@ -88,7 +88,7 @@ in mkConfig { gc_proposed_nick_char = "_"; gc_refer_to_nick_char = ":"; global_proxy = ""; - hide_avatar_of_transport = false; + hide_avatar_of_transport = true; hide_chat_banner = false; hide_groupchat_banner = false; hide_groupchat_occupants_list = false; @@ -98,7 +98,7 @@ in mkConfig { "history_window_y-position" = "20"; iconset = "dcraven"; ignore_incoming_xhtml = false; - inmsgcolor = "#add8e6"; + inmsgcolor = "#ff7f50"; inmsgfont = ""; inmsgtxtcolor = ""; inmsgtxtfont = ""; @@ -146,7 +146,7 @@ in mkConfig { one_message_window = "always_with_roster"; openwith = "xdg-open"; outgoing_chat_state_notifications = "all"; - outmsgcolor = "#ff7f50"; + outmsgcolor = "#add8e6"; outmsgfont = ""; outmsgtxtcolor = ""; outmsgtxtfont = ""; @@ -162,7 +162,7 @@ in mkConfig { restore_lines = "10"; restore_timeout = "60"; restored_messages_color = "#555753"; - restored_messages_small = true; + restored_messages_small = false; roster_avatar_height = "16"; roster_avatar_width = "16"; roster_height = "1156"; @@ -192,7 +192,7 @@ in mkConfig { show_status_msgs_in_roster = true; show_transports_group = true; show_tunes_in_roster = true; - show_unread_tab_icon = false; + show_unread_tab_icon = true; showoffline = false; "single-msg-height" = "280"; "single-msg-width" = "400"; @@ -207,7 +207,7 @@ in mkConfig { statusmsgcolor = "#4e9a06"; statusmsgfont = ""; stun_server = ""; - tabs_always_visible = false; + tabs_always_visible = true; tabs_border = false; tabs_close_button = true; tabs_position = "top"; diff --git a/overrides/default.nix b/overrides/default.nix index 072c40a9..bfca9523 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -49,6 +49,8 @@ let } class "GtkWidget" style "default" + + gtk-enable-animations = 0 ''; gajimPatch = everything.substituteAll { -- cgit 1.4.1