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

https://github.com/owdproject/theme-win95

Windows 95 theme for OWD client
https://github.com/owdproject/theme-win95

owd-client owd-modules owd-themes win95 windows95

Last synced: 8 months ago
JSON representation

Windows 95 theme for OWD client

Awesome Lists containing this project

README

          




Win95 Theme



Windows 95 Theme for Open Web Desktop.

## Overview

This theme for Open Web Desktop recreates the old fashioned Windows 95 UI.

## Installation

```bash
owd install-theme @owdproject/theme-win95
```

## Usage

#### Available configuration

You could set this configuration in `/desktop/owd.config.ts`:

```js
export default defineDesktopConfig({
theme: '@owdproject/theme-win95',
desktop: {
systemBar: {
enabled: true,
startButton: true,
position: 'bottom'
}
}
})
```

## License

The application is released under the [MIT License](LICENSE).