1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# sample gsimplecal config file
# to be copied to $XDG_CONFIG_HOME/gsimplecal/config
# (usually, it will be ~/.config/gsimplecal/config)
show_calendar = 1
show_timezones = 1
show_week_numbers = 0
mark_today = 1
close_on_unfocus = 0
external_viewer = iceowl -showdate "%Y-%m-%d"
clock_format = %a %d %b %H:%M
mainwindow_decorated = 0
mainwindow_keep_above = 1
mainwindow_sticky = 0
mainwindow_skip_taskbar = 1
mainwindow_resizable = 0
mainwindow_position = none
mainwindow_xoffset = 0
mainwindow_yoffset = 0
clock_label = UTC
clock_tz = :UTC
clock_label = Local
clock_tz =
|