Files
desktop/public/assets/desktop/skins/apple/profile.php
Lars Gebhardt-Kusche b23e390952
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped
Ui
2026-06-08 00:36:27 +02:00

18 lines
434 B
PHP

<?php
declare(strict_types=1);
return [
'id' => 'apple',
'label' => 'Apple',
'family' => 'apple',
'wallpaper' => 'radial-gradient(circle at top, #ffe7ba 0%, #ff9a62 38%, #531b53 100%)',
'top_bar' => true,
'taskbar_mode' => 'dock',
'taskbar_label' => 'Launchpad',
'taskbar_icon' => 'Mac',
'taskbar_icon_style' => 'apple',
'window_controls' => 'mac',
'maximize_over_system_bar' => true,
];