# lima-gui **Repository Path**: devdz/lima-gui ## Basic Information - **Project Name**: lima-gui - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ![screenshot](assets/screenshot1.png) #### Create ![screenshot](assets/screenshot2.png) #### Remove ![screenshot](assets/screenshot3.png) ### Themes You can use [Kvantum](https://github.com/tsujan/Kvantum), for theme support. It has several themes: ![kvantum light](assets/lima-gui-quick-start.light.png) ![kvantum dark](assets/lima-gui-quick-start.dark.png) `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. Unix builds (Linux, Mac) will need to install qtermwidget dependency: See (not available on Windows) The default is to start the regular terminal application, externally.