diff --git a/README.md b/README.md index 41cde22..cdbd92c 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,20 @@ Simple ulauncher extension to start your virtualbox vms. ## Requirements * ulauncher 5.0 * VirtualBox - * python3-virtualbox (`pip3 install virtualbox`) + +There are optional dependencies, to get extra status info on each machine: + + * python3-virtualbox (optional) (`pip3 install virtualbox`) + * python3-vboxapi - this is not installable via pip and might or not come with your virtualbox + package. It does in Ubuntu. + +## Screenshots + +### With the virtualbox python modules + +![With the virtualbox python modules](images/screenshot_full.png) + +### Without the virtualbox python modules + +![Without the virtualbox python modules](images/screenshot_reduced.png) \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot_full.png similarity index 100% rename from images/screenshot.png rename to images/screenshot_full.png diff --git a/images/screenshot_reduced.png b/images/screenshot_reduced.png new file mode 100644 index 0000000..91e0fa7 Binary files /dev/null and b/images/screenshot_reduced.png differ