# Theme: 80x25
# Author: rzyjontko
#
# This theme is recommended for people using standard console, which
# is 80 colums wide, and 25 lines high.  You will lose some
# information displayed in windows but they will all fit on your
# screen.

set line_format "%$ %D %014f (%-06S) "
set sent_format "%$ %D %014f (%-06S) "

set win_frames {
  fill: "(15 0 15 0)"
  f_horiz: "(0 -6 14 -6)"
  f_vert:  "(15 1 15 -1)"
  f_left:  "(15 -6 15 -6)"
}

set win_clock {
  width: 15
  height: 5
  top:   -7
  clock_fmt: " %H:%M %e %b "
}

set win_folder {
  width: -16
  left:   16
}

set win_boxes {
  width:   15
  height: -10
  box_fmt: " %010n"
}

set win_fetch {
  width: -16
  fetch_fmt: " %$ %D %014f (%-06S) "
}
