An open API service indexing awesome lists of open source software.

https://github.com/johnl28/qmanager-cefintegration

QManager is a windows application, which provides you the possibility to hide desktop icons automatically and, detect mouse activity.
https://github.com/johnl28/qmanager-cefintegration

cef cpp ipc javascript multiprocessing multithreading personalisation tool windows

Last synced: 2 months ago
JSON representation

QManager is a windows application, which provides you the possibility to hide desktop icons automatically and, detect mouse activity.

Awesome Lists containing this project

README

          

# QManager-CefIntegration
[![badge](https://img.shields.io/badge/C%2B%2B-17-brightgreen)]()

[![badge](https://img.shields.io/github/issues/johnl28/QManager-CefIntegration)]()

[![badge](https://img.shields.io/github/license/johnl28/QManager-CefIntegration)](https://github.com/johnl28/QManager-CefIntegration/blob/main/LICENSE.txt)

QManager is a windows executable which provide a range of tools to personalise your desktop, such as:
* Auto-hide icons
* Tracking color changer
* Text highlight color changer
* Global text color changer

This software uses [CEF](https://bitbucket.org/chromiumembedded/cef/src/master/) for UI rendering and [JsonCPP](https://github.com/open-source-parsers/jsoncpp) for config files.

![no img](https://i.imgur.com/y2b9A9j.png)

### Dependencies

* `Chromium Version` 91.0.4472.101 (not compatbile with newer versions)
* `JsonCPP` 1.8.0
* `Bootstrap` Latest version
* `jQuery` Latest version

### Build

The project can be builded with Visual Studio 2019 or a newer version.

**The project is linking the libraries using global environment variables:** `CEF_DIR` and `jsoncpp`.