--- osmo-0.4.4.old/src/options_prefs.c +++ osmo-0.4.4/src/options_prefs.c @@ -139,7 +139,7 @@ config.hide_contacts = FALSE; config.hide_notes = FALSE; config.override_locale_settings = FALSE; - config.gui_layout = 1; /* 0 - vertical, 1 - horizontal */ + config.gui_layout = 0; /* 0 - vertical, 1 - horizontal */ config.sound_alarm_repeat = 1; g_strlcpy (config.link_color, "blue", MAXCOLORNAME); g_strlcpy (config.spell_lang, g_getenv("LANG"), MAXNAME); @@ -149,7 +149,7 @@ g_strlcpy (config.email_client, "xdg-email %s", MAXHELPERCMD); /* play command requires SoX */ /*g_strlcpy (config.sound_player, "play %s", MAXHELPERCMD);*/ - g_strlcpy (config.sound_player, "aplay %s", MAXHELPERCMD); + g_strlcpy (config.sound_player, "mpv %s", MAXHELPERCMD); /* calendar */ config.fy_window_size_x = 750; @@ -202,13 +202,13 @@ g_strlcpy (config.birthday_mark_color, "#EDD400", MAXCOLORNAME); config.mark_current_day_alpha = 32768; config.selector_alpha = 32768; - g_strlcpy (config.day_name_font, "Sans Bold 20", MAXFONTNAME); - g_strlcpy (config.calendar_font, "Sans 18", MAXFONTNAME); - g_strlcpy (config.notes_font, "Sans 11", MAXFONTNAME); - g_strlcpy (config.cal_print_month_name_font, "Sans Bold 40", MAXFONTNAME); + g_strlcpy (config.day_name_font, "Sans Bold 17", MAXFONTNAME); + g_strlcpy (config.calendar_font, "Sans 17", MAXFONTNAME); + g_strlcpy (config.notes_font, "Sans 15", MAXFONTNAME); + g_strlcpy (config.cal_print_month_name_font, "Sans Bold 35", MAXFONTNAME); g_strlcpy (config.cal_print_day_name_font, "Sans Bold 10", MAXFONTNAME); g_strlcpy (config.cal_print_day_num_font, "Sans Bold 16", MAXFONTNAME); - g_strlcpy (config.cal_print_event_font, "Sans 7", MAXFONTNAME); + g_strlcpy (config.cal_print_event_font, "Sans 10", MAXFONTNAME); config.cal_print_event_length = 256; config.cal_print_padding = 4; config.cal_print_page_orientation = PORTRAIT; @@ -239,11 +239,11 @@ config.tasks_addedit_win_y = config.window_y+20; config.postpone_time = 10; config.tasks_column_idx_0 = 0; - config.tasks_column_idx_0_width = 50; + config.tasks_column_idx_0_width = 80; config.tasks_column_idx_1 = 1; - config.tasks_column_idx_1_width = 50; + config.tasks_column_idx_1_width = 75; config.tasks_column_idx_2 = 2; - config.tasks_column_idx_2_width = 100; + config.tasks_column_idx_2_width = 135; config.tasks_column_idx_3 = 3; config.tasks_column_idx_3_width = 100; config.tasks_column_idx_4 = 4; @@ -253,7 +253,7 @@ g_strlcpy (config.due_today_color, "#00981E", MAXCOLORNAME); g_strlcpy (config.due_7days_color, "#0047B7", MAXCOLORNAME); g_strlcpy (config.past_due_color, "#CB362C", MAXCOLORNAME); - g_strlcpy (config.task_info_font, "Sans 14", MAXFONTNAME); + g_strlcpy (config.task_info_font, "Sans 15", MAXFONTNAME); config.global_notification_command[0] = '\0'; /* contacts */ @@ -335,7 +335,7 @@ config.current_category_in_notes = 0; config.use_system_date_in_notes = FALSE; config.text_separator = '='; - g_strlcpy (config.notes_editor_font, "Sans 11", MAXFONTNAME); + g_strlcpy (config.notes_editor_font, "Sans 15", MAXFONTNAME); } /*------------------------------------------------------------------------------*/