custom-toolbar.scm 514 B

12345678910111213
  1. (define toolbar-display-time 'always)
  2. (define toolbar-show-action-based-switcher-button? #t)
  3. (define imsw-coverage 'system-global)
  4. (define toolbar-show-switcher-button? #t)
  5. (define toolbar-show-pref-button? #t)
  6. (define toolbar-show-dict-button? #t)
  7. (define toolbar-show-input-pad-button? #t)
  8. (define toolbar-show-handwriting-input-pad-button? #t)
  9. (define toolbar-show-help-button? #f)
  10. (define toolbar-help-browser 'system)
  11. (define toolbar-help-browser-name "firefox")
  12. (define toolbar-icon-for-dark-background? #t)