Most of the time when I am using my admin bar, it's to manage the things I already have. Adding new things is something that only happens at the beginning of a project, and honestly I almost always get there from the listing page, not from the admin bar. (The only exception to this rule is the "Add content" link, which I use often)
I'd like to recommend that we move all the "Add new X" links to the bottom of the fly-out menu, instead of the top. This will also have the added benefit that as you are navigating to the "Add new X" button, you get a chance to browse all the existing Xs, and perhaps find the one you were about to create! (I'm not sure anyone else creates duplicate items often, but it happens to me more than I'd like to admit).
If you are in a hurry and don't want to do all the admin-bar scrolling, you can also click the top "List Xs" link, since that page will have the action link for "Add new X" on it :)
Before:

After:

Recent comments
Of course. I simply give my impressions of a site builder. On one side, I found that BackdropCMS and Drupal have a great system to create a site, where it is possible to customize the...
Block title combo and 2/3 things
It's great that everyone has a choice. I'm currently making a website where the H1 title is located at the top of the page in full width with a background image, 50vh height, how do you like...
Block title combo and 2/3 things
In the end, I use my <h1> with my custom layout just before the region for the content and i make a preprocess_theme for site_identity. <?php print theme('site_identity'); ?>...
Block title combo and 2/3 things