Files
desktop/skins/linux/profile.php
Lars Gebhardt-Kusche 1ac9a1f542
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped
fadsad
2026-06-15 20:51:58 +02:00

18 lines
532 B
PHP

<?php
declare(strict_types=1);
return [
'id' => 'linux',
'label' => 'Linux Mint',
'family' => 'linux-mint',
'wallpaper' => 'linear-gradient(180deg, rgba(255,255,255,0.56), rgba(240,248,255,0.36)), url("/assets/desktop/wallpapers/skyline.png") center center / cover no-repeat fixed',
'top_bar' => false,
'taskbar_mode' => 'panel',
'taskbar_label' => 'Menu',
'taskbar_icon' => 'Mint',
'taskbar_icon_style' => 'linux',
'window_controls' => 'linux',
'maximize_over_system_bar' => false,
];