This theme for Open Web Desktop recreates the old fashioned Windows 95 UI.
owd install-theme @owdproject/theme-win95You could set this configuration in /desktop/owd.config.ts:
export default defineDesktopConfig({
theme: '@owdproject/theme-win95',
desktop: {
systemBar: {
enabled: true,
startButton: true,
position: 'bottom'
}
}
})The application is released under the MIT License.