18 lines
534 B
PHP
18 lines
534 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'id' => 'windows',
|
|
'label' => 'Windows',
|
|
'family' => 'windows',
|
|
'wallpaper' => 'linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.34)), url("/assets/desktop/wallpapers/skyline.png") center center / cover no-repeat fixed',
|
|
'top_bar' => false,
|
|
'taskbar_mode' => 'taskbar',
|
|
'taskbar_label' => 'Start',
|
|
'taskbar_icon' => 'Win',
|
|
'taskbar_icon_style' => 'windows',
|
|
'window_controls' => 'windows',
|
|
'maximize_over_system_bar' => false,
|
|
];
|