Files
desktop/skins/linux/profile.php
Lars Gebhardt-Kusche aea2bb304e
All checks were successful
Deploy / deploy-staging (push) Successful in 1m1s
Deploy / deploy-production (push) Has been skipped
Zweite Megaupload
2026-06-08 02:05:46 +02:00

18 lines
438 B
PHP

<?php
declare(strict_types=1);
return [
'id' => 'linux',
'label' => 'Linux Mint',
'family' => 'linux-mint',
'wallpaper' => 'linear-gradient(140deg, #123329 0%, #1f5d4f 45%, #0f172a 100%)',
'top_bar' => false,
'taskbar_mode' => 'panel',
'taskbar_label' => 'Menu',
'taskbar_icon' => 'Mint',
'taskbar_icon_style' => 'linux',
'window_controls' => 'linux',
'maximize_over_system_bar' => false,
];