0.0.2 • Published 7 months ago

@owdproject/theme-gnome v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Overview

This theme for Open Web Desktop recreates the Adwaita GNOME UI.

Installation

  1. Navigate to your client folder in your terminal:

    cd owd-client
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/theme-gnome
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        theme: '@owdproject/theme-gnome',
        apps: [
            '@owdproject/app-about',
        ]
    })

Compatibility

The application is compatible with Open Web Desktop client version 3.0.0-alpha.9.

License

The application is released under the MIT License.

0.0.2

7 months ago

0.0.1

7 months ago