@reactivemarkets/desktop-dock

0.39.0 • Public • Published

Desktop Dock

The architecture for Desktop is modular with the build combining many asar files into one package.

This application exposes a dock to find, open and manage applications.

Configuration

---
kind: application
metadata:
  name: dock
  description: Creates a dock to launch new windows.
  namespace: desktop
  annotations:
    "@reactivemarkets/desktop-core":
      includeInTray: true
    "@reactivemarkets/desktop-dock":
      excludeFromSearch: true
spec:
  singleInstance: true
  url: dock.asar
  window:
    backgroundColor: "#303030"
    center: true
    frame: false
    fullscreenable: false
    height: 60
    minimizable: false
    maximizable: false
    minHeight: 60
    minWidth: 400
    title: Dock
    useContentSize: true
    width: 680

Building from source

To install all dependencies and build run:

git clone https://github.com/reactivemarkets/desktop.git
cd desktop
npm ci
npm run build

Package Sidebar

Install

npm i @reactivemarkets/desktop-dock

Weekly Downloads

0

Version

0.39.0

License

Apache-2.0

Unpacked Size

673 kB

Total Files

4

Last publish

Collaborators

  • mmcdowell