Hi abneyville,
Now I understand what you mean.
Simply open you topbar.php file and go to line 82.
It should be something like this:
add_menu_page('Top Bar', 'Top Bar', 'administrator', __FILE__, 'tpbr_settings_page', 'dashicons-admin-generic');
Just change it to:
add_menu_page('Top Bar', 'Top Bar', 'editor', __FILE__, 'tpbr_settings_page', 'dashicons-admin-generic');
Basically, you’re just changing the “administrator” to “editor“.
Let me know how it goes, sorry for the slow answer, you can use our official forums for faster answers next time.
Best regards