The following codes are used to display various graphical elements in the status bar. Some (like the {i} code for icons) are purely for cosmetic reasons, and others have more functional uses.
| 
       Description  | 
    
       Code  | 
|---|---|
| 
       Format lock control  | 
    
        {fl}  | 
| 
       Busy indicator  | 
    
       {busy}  | 
| 
       Icons 
 You may want this to save space on the status bar or for purely cosmetic reasons. You can specify a generic folder icon ({i:dir}), a generic file icon ({i:file}), or an icon for a specific file type (e.g. {i:.mp3} for an MP3 file icon). You can also use your own custom icon or image by providing the path and filename of the icon. For example, {i:/mypictures/myicon.png}. The image file will be automatically scaled down to fit the status bar. 
  | 
    
        {i:dir} 
  | 
| 
       Bar graphs 
  | 
    
       {bg}  |