https://github.com/afbjorklund/lima-gui
Making a GUI for lima VM
https://github.com/afbjorklund/lima-gui
containerd lima-vm qemu qt vm
Last synced: 3 months ago
JSON representation
Making a GUI for lima VM
- Host: GitHub
- URL: https://github.com/afbjorklund/lima-gui
- Owner: afbjorklund
- License: bsd-3-clause
- Created: 2021-10-17T12:56:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T17:18:03.000Z (8 months ago)
- Last Synced: 2025-03-28T23:27:44.593Z (4 months ago)
- Topics: containerd, lima-vm, qemu, qt, vm
- Language: C++
- Homepage: https://github.com/lima-vm/lima
- Size: 1.7 MB
- Stars: 190
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lima GUI
See
## Running
Open in [Qt Creator](https://doc.qt.io/qtcreator/) GUI:
```shell
qtcreator systray.pro
```Or on the command line:
```console
$ qmake
$ make
...
$ ./lima-gui
```## Screenshots
### Main window

#### Create

#### Remove

### Themes
You can use [Kvantum](https://github.com/tsujan/Kvantum), for theme support.
It has several themes:

`QT_STYLE_OVERRIDE=kvantum` (or use `kvantummanager` GUI)
----
See
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:
* QTermWidget (default: off)
* QrwEmoticons (default: on)
* QSourceHighlite (default: on)
* QVNCClient (default: on)The QTermWidget has a GPL-2+ license, and is not included by default.
The default is to start the regular terminal application, externally.
If you don't have a terminal application, there is one available here:
* QTerminal (under GPL-2+ license)