-----------------------
Application Variables:
-----------------------

$LOCAL_DIR:   If running in portable mode, it will return the path to the folder/dir that contains all the files.
              if running in non-portable mode, it will return $HOME/.config/orbitiny
           
$SHARED_DIR:  Returns the path to $LOCAL_DIR/shared directory.

              To make sure the package remains portable across live CDs and distros, save/download all yours files 
              to the "shared" folder and then when assigning commands to launchers, do something like $SHARED_DIR/my_file

$INSTALL_DIR: Returns the installation directory if installed system-wide or the path to the portable directory if in portable mode.

To run in portable mode, make sure a file named ".portable_mode" (without the quotes) exists in the root folder/directory.



