How to add individual/more file-locations to choose from to the Unity-Bar

it can be done by adding entries to the nemo.desktop file!
It’s located in: /usr/share/applications/nemo.desktop

You can simply add your desired locations by:

  1. Adding the entries here:
    [Desktop Entry]
    Actions=open-home;open-computer;open-trash;open-YOURFOLDERHERE;

And create a minimal entry then below by:

[Desktop Action open-YOURFOLDERHERE]
Name=YOURFOLDERHERE
Exec=nemo /home/path/YOURFOLDERHERE

folderhere

have fun (-: