about summary refs log tree commit diff
path: root/cfgfiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-05-27 05:44:18 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-05-27 05:44:18 +0200
commitd9011587692a7e36e0eaa352fa4bb06388f648cd (patch)
tree50744d9b47d54c2bb128ef08005bafc1e618cc48 /cfgfiles
parentf87330a6e71416fada056adff8a46ef5d601b346 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'cfgfiles')
-rw-r--r--cfgfiles/gajim.nix16
1 files changed, 8 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";