• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    C++
  • License
    BSD 3-Clause "New...
  • Created about 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Making a GUI for lima VM

Lima GUI

See https://lima-vm.io

Running

Open in Qt Creator GUI:

qtcreator systray.pro

Or on the command line:

$ qmake
$ make
...
$ ./lima-gui

Screenshots

Main window

screenshot

Create

screenshot

Remove

screenshot

Themes

You can use Kvantum, for theme support. It has several themes:

kvantum light

kvantum dark

QT_STYLE_OVERRIDE=kvantum (or use kvantummanager GUI)


See https://doc.qt.io/qt-5/qtwidgets-desktop-systray-example.html

Tux icon from the Crystal project by Everaldo Coelho. The icons are licensed under the GNU Lesser General Public License (LGPL).

Optional

These features are optional, and can be disabled or enabled in build:

The QTermWidget has a GPL-2+ license, and is not included by default.

Unix builds (Linux, Mac) will need to install qtermwidget dependency:

See https://github.com/lxqt/qtermwidget (not available on Windows)

The default is to start the regular terminal application, externally.