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
- Host: GitHub
- URL: https://github.com/owdproject/theme-win95
- Owner: owdproject
- License: mit
- Created: 2021-07-05T03:19:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T04:52:52.000Z (about 1 year ago)
- Last Synced: 2025-05-13T05:29:59.726Z (about 1 year ago)
- Topics: owd-client, owd-modules, owd-themes, win95, windows95
- Language: Vue
- Homepage:
- Size: 152 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).