├── 10minute.png ├── CloverWindows ├── CloverWindows.bat └── custom │ ├── CloverTask.ps1 │ └── CloverTask.xml ├── QRCode.png ├── README.md ├── banner.png ├── custom ├── Clover-Toolbox.sh ├── clover-bootmanager.service ├── clover-bootmanager.sh ├── clover-whitelist.conf ├── config.plist ├── config_sdcard.plist ├── efi │ ├── custom_clover_5157.efi │ └── info.txt ├── iconset │ ├── Batocera │ │ ├── custom1_os_batocera.png │ │ └── custom2_os_batocera.png │ └── SteamOS │ │ ├── custom1_os_steamos.png │ │ ├── custom2_os_steamos.png │ │ ├── custom3_os_steamos.png │ │ ├── custom4_os_steamos.png │ │ └── custom5_os_steamos.png ├── logos │ ├── Alienware.png │ ├── BestBuy.png │ ├── OLEDDefault.png │ ├── PixelArt.png │ ├── ROG.png │ ├── SteamDeck.png │ ├── SteamDeckLogo.png │ ├── SteamDeckOLED.png │ ├── coreboot.png │ └── info.txt ├── open_as_root.desktop └── themes │ ├── Apocalypse │ ├── Font_DroidSans_16pt_WhiteFx.png │ ├── Selection_big.png │ ├── Selection_small.png │ ├── background.png │ ├── checkbox.png │ ├── checkbox_checked.png │ ├── icons │ │ ├── cd.icns │ │ ├── cd_lin.icns │ │ ├── cd_mac.icns │ │ ├── cd_win.icns │ │ ├── func_about.png │ │ ├── func_clover.png │ │ ├── func_help.png │ │ ├── func_options.png │ │ ├── func_reset.png │ │ ├── func_shutdown.png │ │ ├── os_arch.icns │ │ ├── os_batocera.icns │ │ ├── os_bazzite.icns │ │ ├── os_bsd.icns │ │ ├── os_cap.icns │ │ ├── os_cata.icns │ │ ├── os_centos.icns │ │ ├── os_chrome.icns │ │ ├── os_clover.icns │ │ ├── os_cougar.icns │ │ ├── os_debian.icns │ │ ├── os_deepin.icns │ │ ├── os_ecomstation.icns │ │ ├── os_endless.icns │ │ ├── os_eos.icns │ │ ├── os_fedora.icns │ │ ├── os_freebsd.icns │ │ ├── os_freedos.icns │ │ ├── os_gentoo.icns │ │ ├── os_ghostbsd.icns │ │ ├── os_grub.icns │ │ ├── os_hsierra.icns │ │ ├── os_kali.icns │ │ ├── os_knoppix.icns │ │ ├── os_kubuntu.icns │ │ ├── os_legacy.icns │ │ ├── os_leo.icns │ │ ├── os_linux.icns │ │ ├── os_lion.icns │ │ ├── os_mac.icns │ │ ├── os_manjaro.icns │ │ ├── os_mav.icns │ │ ├── os_mint.icns │ │ ├── os_moja.icns │ │ ├── os_mx.icns │ │ ├── os_neon.icns │ │ ├── os_netbsd.icns │ │ ├── os_openbsd.icns │ │ ├── os_parrot.icns │ │ ├── os_pclinux.icns │ │ ├── os_phoenix.icns │ │ ├── os_puppy.icns │ │ ├── os_react.icns │ │ ├── os_recovery.icns │ │ ├── os_redhat.icns │ │ ├── os_remix.icns │ │ ├── os_sierra.icns │ │ ├── os_slackware.icns │ │ ├── os_snow.icns │ │ ├── os_solaris.icns │ │ ├── os_solus.icns │ │ ├── os_steamos.icns │ │ ├── os_suse.icns │ │ ├── os_template.png │ │ ├── os_tiger.icns │ │ ├── os_ubuntu.icns │ │ ├── os_unknown.icns │ │ ├── os_vista.icns │ │ ├── os_win.icns │ │ ├── os_xubuntu.icns │ │ ├── os_yos.icns │ │ ├── os_zorin.icns │ │ ├── pointer.png │ │ ├── tool_shell.png │ │ ├── vol_clover.icns │ │ ├── vol_external.icns │ │ ├── vol_firewire.icns │ │ ├── vol_internal.icns │ │ ├── vol_internal_apfs.icns │ │ ├── vol_internal_ext3.icns │ │ ├── vol_internal_hfs.icns │ │ ├── vol_internal_ntfs.icns │ │ ├── vol_optical.icns │ │ └── vol_recovery.icns │ ├── logo.png │ ├── radio_button.png │ ├── radio_button_selected.png │ ├── screenshot.png │ ├── scrollbar │ │ ├── bar_end.png │ │ ├── bar_fill.png │ │ ├── bar_start.png │ │ ├── down_button.png │ │ ├── scroll_end.png │ │ ├── scroll_fill.png │ │ ├── scroll_start.png │ │ └── up_button.png │ ├── sound.wav │ └── theme.plist │ ├── Catalina │ ├── Font_DroidSans_16pt_WhiteFx.png │ ├── Selection_big.png │ ├── Selection_small.png │ ├── background.png │ ├── checkbox.png │ ├── checkbox_checked.png │ ├── icons │ │ ├── cd.icns │ │ ├── cd_lin.icns │ │ ├── cd_mac.icns │ │ ├── cd_win.icns │ │ ├── func_about.png │ │ ├── func_clover.png │ │ ├── func_help.png │ │ ├── func_options.png │ │ ├── func_reset.png │ │ ├── func_shutdown.png │ │ ├── os_arch.icns │ │ ├── os_batocera.icns │ │ ├── os_bazzite.icns │ │ ├── os_bsd.icns │ │ ├── os_cap.icns │ │ ├── os_cata.icns │ │ ├── os_centos.icns │ │ ├── os_chrome.icns │ │ ├── os_clover.icns │ │ ├── os_cougar.icns │ │ ├── os_debian.icns │ │ ├── os_deepin.icns │ │ ├── os_ecomstation.icns │ │ ├── os_endless.icns │ │ ├── os_eos.icns │ │ ├── os_fedora.icns │ │ ├── os_freebsd.icns │ │ ├── os_freedos.icns │ │ ├── os_gentoo.icns │ │ ├── os_ghostbsd.icns │ │ ├── os_grub.icns │ │ ├── os_hsierra.icns │ │ ├── os_kali.icns │ │ ├── os_knoppix.icns │ │ ├── os_kubuntu.icns │ │ ├── os_legacy.icns │ │ ├── os_leo.icns │ │ ├── os_linux.icns │ │ ├── os_linux.icns.orig │ │ ├── os_lion.icns │ │ ├── os_mac.icns │ │ ├── os_manjaro.icns │ │ ├── os_mav.icns │ │ ├── os_mint.icns │ │ ├── os_moja.icns │ │ ├── os_mx.icns │ │ ├── os_neon.icns │ │ ├── os_netbsd.icns │ │ ├── os_openbsd.icns │ │ ├── os_parrot.icns │ │ ├── os_pclinux.icns │ │ ├── os_phoenix.icns │ │ ├── os_puppy.icns │ │ ├── os_react.icns │ │ ├── os_recovery.icns │ │ ├── os_redhat.icns │ │ ├── os_remix.icns │ │ ├── os_sierra.icns │ │ ├── os_slackware.icns │ │ ├── os_snow.icns │ │ ├── os_solaris.icns │ │ ├── os_solus.icns │ │ ├── os_steamos.icns │ │ ├── os_suse.icns │ │ ├── os_tiger.icns │ │ ├── os_ubuntu.icns │ │ ├── os_unknown.icns │ │ ├── os_vista.icns │ │ ├── os_vista.icns.orig │ │ ├── os_win.icns │ │ ├── os_xubuntu.icns │ │ ├── os_yos.icns │ │ ├── os_zorin.icns │ │ ├── pointer.png │ │ ├── tool_shell.png │ │ ├── vol_clover.icns │ │ ├── vol_external.icns │ │ ├── vol_firewire.icns │ │ ├── vol_internal.icns │ │ ├── vol_internal_apfs.icns │ │ ├── vol_internal_ext3.icns │ │ ├── vol_internal_hfs.icns │ │ ├── vol_internal_ntfs.icns │ │ ├── vol_optical.icns │ │ └── vol_recovery.icns │ ├── logo.png │ ├── radio_button.png │ ├── radio_button_selected.png │ ├── screenshot.png │ ├── scrollbar │ │ ├── bar_end.png │ │ ├── bar_fill.png │ │ ├── bar_start.png │ │ ├── down_button.png │ │ ├── scroll_end.png │ │ ├── scroll_fill.png │ │ ├── scroll_start.png │ │ └── up_button.png │ ├── sound.wav │ └── theme.plist │ ├── Crystal │ ├── Font_DroidSans_16pt_GlassFx.png │ ├── Selection_big.png │ ├── Selection_small.png │ ├── background.png │ ├── checkbox.png │ ├── checkbox_checked.png │ ├── icons │ │ ├── cd.icns │ │ ├── cd_lin.icns │ │ ├── cd_mac.icns │ │ ├── cd_win.icns │ │ ├── func_about.png │ │ ├── func_clover.png │ │ ├── func_help.png │ │ ├── func_options.png │ │ ├── func_reset.png │ │ ├── func_shutdown.png │ │ ├── os_arch.icns │ │ ├── os_batocera.icns │ │ ├── os_bazzite.icns │ │ ├── os_bsd.icns │ │ ├── os_cap.icns │ │ ├── os_cata.icns │ │ ├── os_centos.icns │ │ ├── os_chrome.icns │ │ ├── os_clover.icns │ │ ├── os_cougar.icns │ │ ├── os_debian.icns │ │ ├── os_deepin.icns │ │ ├── os_ecomstation.icns │ │ ├── os_endless.icns │ │ ├── os_eos.icns │ │ ├── os_fedora.icns │ │ ├── os_freebsd.icns │ │ ├── os_freedos.icns │ │ ├── os_gentoo.icns │ │ ├── os_ghostbsd.icns │ │ ├── os_grub.icns │ │ ├── os_hsierra.icns │ │ ├── os_kali.icns │ │ ├── os_knoppix.icns │ │ ├── os_kubuntu.icns │ │ ├── os_legacy.icns │ │ ├── os_leo.icns │ │ ├── os_linux.icns │ │ ├── os_lion.icns │ │ ├── os_mac.icns │ │ ├── os_manjaro.icns │ │ ├── os_mav.icns │ │ ├── os_mint.icns │ │ ├── os_moja.icns │ │ ├── os_mx.icns │ │ ├── os_neon.icns │ │ ├── os_netbsd.icns │ │ ├── os_openbsd.icns │ │ ├── os_parrot.icns │ │ ├── os_pclinux.icns │ │ ├── os_phoenix.icns │ │ ├── os_puppy.icns │ │ ├── os_react.icns │ │ ├── os_recovery.icns │ │ ├── os_redhat.icns │ │ ├── os_remix.icns │ │ ├── os_sierra.icns │ │ ├── os_slackware.icns │ │ ├── os_snow.icns │ │ ├── os_solaris.icns │ │ ├── os_solus.icns │ │ ├── os_steamos.icns │ │ ├── os_suse.icns │ │ ├── os_tiger.icns │ │ ├── os_ubuntu.icns │ │ ├── os_unknown.icns │ │ ├── os_vista.icns │ │ ├── os_win.icns │ │ ├── os_win2.icns │ │ ├── os_xubuntu.icns │ │ ├── os_yos.icns │ │ ├── os_zorin.icns │ │ ├── pointer.png │ │ ├── tool_shell.png │ │ ├── vol_clover.icns │ │ ├── vol_external.icns │ │ ├── vol_firewire.icns │ │ ├── vol_internal.icns │ │ ├── vol_internal_apfs.icns │ │ ├── vol_internal_ext3.icns │ │ ├── vol_internal_hfs.icns │ │ ├── vol_internal_ntfs.icns │ │ ├── vol_optical.icns │ │ └── vol_recovery.icns │ ├── logo.png │ ├── radio_button.png │ ├── radio_button_selected.png │ ├── screenshot.png │ ├── scrollbar │ │ ├── bar_end.png │ │ ├── bar_fill.png │ │ ├── bar_start.png │ │ ├── down_button.png │ │ ├── scroll_end.png │ │ ├── scroll_fill.png │ │ ├── scroll_start.png │ │ └── up_button.png │ ├── sound.wav │ └── theme.plist │ ├── Gothic │ ├── Font_DroidSans_16pt_BlueRedFx.png │ ├── GT_Logo │ │ ├── GT_Logo_000.png │ │ ├── GT_Logo_001.png │ │ ├── GT_Logo_002.png │ │ ├── GT_Logo_003.png │ │ ├── GT_Logo_004.png │ │ ├── GT_Logo_005.png │ │ ├── GT_Logo_006.png │ │ ├── GT_Logo_007.png │ │ ├── GT_Logo_008.png │ │ ├── GT_Logo_009.png │ │ ├── GT_Logo_010.png │ │ ├── GT_Logo_011.png │ │ ├── GT_Logo_012.png │ │ └── GT_Logo_013.png │ ├── Selection_big.png │ ├── Selection_small.png │ ├── background.png │ ├── checkbox.png │ ├── checkbox_checked.png │ ├── icons │ │ ├── cd.icns │ │ ├── cd_lin.icns │ │ ├── cd_mac.icns │ │ ├── cd_win.icns │ │ ├── func_about.png │ │ ├── func_clover.png │ │ ├── func_help.png │ │ ├── func_options.png │ │ ├── func_reset.png │ │ ├── func_shutdown.png │ │ ├── os_arch.icns │ │ ├── os_batocera.icns │ │ ├── os_bazzite.icns │ │ ├── os_bsd.icns │ │ ├── os_cap.icns │ │ ├── os_cata.icns │ │ ├── os_centos.icns │ │ ├── os_chrome.icns │ │ ├── os_clover.icns │ │ ├── os_cougar.icns │ │ ├── os_debian.icns │ │ ├── os_deepin.icns │ │ ├── os_ecomstation.icns │ │ ├── os_endless.icns │ │ ├── os_eos.icns │ │ ├── os_fedora.icns │ │ ├── os_freebsd.icns │ │ ├── os_freedos.icns │ │ ├── os_gentoo.icns │ │ ├── os_ghostbsd.icns │ │ ├── os_grub.icns │ │ ├── os_hsierra.icns │ │ ├── os_kali.icns │ │ ├── os_knoppix.icns │ │ ├── os_kubuntu.icns │ │ ├── os_legacy.icns │ │ ├── os_leo.icns │ │ ├── os_linux.icns │ │ ├── os_lion.icns │ │ ├── os_mac.icns │ │ ├── os_manjaro.icns │ │ ├── os_mav.icns │ │ ├── os_mint.icns │ │ ├── os_moja.icns │ │ ├── os_mx.icns │ │ ├── os_neon.icns │ │ ├── os_netbsd.icns │ │ ├── os_openbsd.icns │ │ ├── os_parrot.icns │ │ ├── os_pclinux.icns │ │ ├── os_phoenix.icns │ │ ├── os_puppy.icns │ │ ├── os_react.icns │ │ ├── os_recovery.icns │ │ ├── os_redhat.icns │ │ ├── os_remix.icns │ │ ├── os_sierra.icns │ │ ├── os_slackware.icns │ │ ├── os_snow.icns │ │ ├── os_solaris.icns │ │ ├── os_solus.icns │ │ ├── os_steamos.icns │ │ ├── os_suse.icns │ │ ├── os_tiger.icns │ │ ├── os_ubuntu.icns │ │ ├── os_unknown.icns │ │ ├── os_vista.icns │ │ ├── os_win.icns │ │ ├── os_win2.icns │ │ ├── os_xubuntu.icns │ │ ├── os_yos.icns │ │ ├── os_zorin.icns │ │ ├── pointer.png │ │ ├── tool_shell.png │ │ ├── vol_clover.icns │ │ ├── vol_external.icns │ │ ├── vol_firewire.icns │ │ ├── vol_internal.icns │ │ ├── vol_internal_apfs.icns │ │ ├── vol_internal_ext3.icns │ │ ├── vol_internal_hfs.icns │ │ ├── vol_internal_ntfs.icns │ │ ├── vol_optical.icns │ │ └── vol_recovery.icns │ ├── logo.png │ ├── radio_button.png │ ├── radio_button_selected.png │ ├── screenshot.png │ ├── scrollbar │ │ ├── bar_end.png │ │ ├── bar_fill.png │ │ ├── bar_start.png │ │ ├── down_button.png │ │ ├── scroll_end.png │ │ ├── scroll_fill.png │ │ ├── scroll_start.png │ │ └── up_button.png │ ├── sound.wav │ └── theme.plist │ ├── Mojave │ ├── Font_DroidSans_16pt_WhiteFx.png │ ├── Selection_big.png │ ├── Selection_small.png │ ├── background.png │ ├── checkbox.png │ ├── checkbox_checked.png │ ├── icons │ │ ├── cd.icns │ │ ├── cd_lin.icns │ │ ├── cd_mac.icns │ │ ├── cd_win.icns │ │ ├── func_about.png │ │ ├── func_clover.png │ │ ├── func_help.png │ │ ├── func_options.png │ │ ├── func_reset.png │ │ ├── func_shutdown.png │ │ ├── os_arch.icns │ │ ├── os_batocera.icns │ │ ├── os_bazzite.icns │ │ ├── os_bsd.icns │ │ ├── os_cap.icns │ │ ├── os_cata.icns │ │ ├── os_centos.icns │ │ ├── os_chrome.icns │ │ ├── os_clover.icns │ │ ├── os_cougar.icns │ │ ├── os_debian.icns │ │ ├── os_deepin.icns │ │ ├── os_ecomstation.icns │ │ ├── os_endless.icns │ │ ├── os_eos.icns │ │ ├── os_fedora.icns │ │ ├── os_freebsd.icns │ │ ├── os_freedos.icns │ │ ├── os_gentoo.icns │ │ ├── os_ghostbsd.icns │ │ ├── os_grub.icns │ │ ├── os_hsierra.icns │ │ ├── os_kali.icns │ │ ├── os_knoppix.icns │ │ ├── os_kubuntu.icns │ │ ├── os_legacy.icns │ │ ├── os_leo.icns │ │ ├── os_linux.icns │ │ ├── os_linux.icns.orig │ │ ├── os_lion.icns │ │ ├── os_mac.icns │ │ ├── os_manjaro.icns │ │ ├── os_mav.icns │ │ ├── os_mint.icns │ │ ├── os_moja.icns │ │ ├── os_mx.icns │ │ ├── os_neon.icns │ │ ├── os_netbsd.icns │ │ ├── os_openbsd.icns │ │ ├── os_parrot.icns │ │ ├── os_pclinux.icns │ │ ├── os_phoenix.icns │ │ ├── os_puppy.icns │ │ ├── os_react.icns │ │ ├── os_recovery.icns │ │ ├── os_redhat.icns │ │ ├── os_remix.icns │ │ ├── os_sierra.icns │ │ ├── os_slackware.icns │ │ ├── os_snow.icns │ │ ├── os_solaris.icns │ │ ├── os_solus.icns │ │ ├── os_steamos.icns │ │ ├── os_suse.icns │ │ ├── os_tiger.icns │ │ ├── os_ubuntu.icns │ │ ├── os_unknown.icns │ │ ├── os_vista.icns │ │ ├── os_vista.icns.orig │ │ ├── os_win.icns │ │ ├── os_xubuntu.icns │ │ ├── os_yos.icns │ │ ├── os_zorin.icns │ │ ├── pointer.png │ │ ├── tool_shell.png │ │ ├── vol_clover.icns │ │ ├── vol_external.icns │ │ ├── vol_firewire.icns │ │ ├── vol_internal.icns │ │ ├── vol_internal_apfs.icns │ │ ├── vol_internal_ext3.icns │ │ ├── vol_internal_hfs.icns │ │ ├── vol_internal_ntfs.icns │ │ ├── vol_optical.icns │ │ └── vol_recovery.icns │ ├── logo.png │ ├── radio_button.png │ ├── radio_button_selected.png │ ├── screenshot.png │ ├── scrollbar │ │ ├── bar_end.png │ │ ├── bar_fill.png │ │ ├── bar_start.png │ │ ├── down_button.png │ │ ├── scroll_end.png │ │ ├── scroll_fill.png │ │ ├── scroll_start.png │ │ └── up_button.png │ ├── sound.wav │ └── theme.plist │ ├── embedded │ └── info.txt │ └── random │ └── theme.plist ├── install-Clover.sh └── install-clover.sh /10minute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/10minute.png -------------------------------------------------------------------------------- /CloverWindows/CloverWindows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/CloverWindows/CloverWindows.bat -------------------------------------------------------------------------------- /CloverWindows/custom/CloverTask.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/CloverWindows/custom/CloverTask.ps1 -------------------------------------------------------------------------------- /CloverWindows/custom/CloverTask.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/CloverWindows/custom/CloverTask.xml -------------------------------------------------------------------------------- /QRCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/QRCode.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/README.md -------------------------------------------------------------------------------- /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/banner.png -------------------------------------------------------------------------------- /custom/Clover-Toolbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/Clover-Toolbox.sh -------------------------------------------------------------------------------- /custom/clover-bootmanager.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/clover-bootmanager.service -------------------------------------------------------------------------------- /custom/clover-bootmanager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/clover-bootmanager.sh -------------------------------------------------------------------------------- /custom/clover-whitelist.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/clover-whitelist.conf -------------------------------------------------------------------------------- /custom/config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/config.plist -------------------------------------------------------------------------------- /custom/config_sdcard.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/config_sdcard.plist -------------------------------------------------------------------------------- /custom/efi/custom_clover_5157.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/efi/custom_clover_5157.efi -------------------------------------------------------------------------------- /custom/efi/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/efi/info.txt -------------------------------------------------------------------------------- /custom/iconset/Batocera/custom1_os_batocera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/Batocera/custom1_os_batocera.png -------------------------------------------------------------------------------- /custom/iconset/Batocera/custom2_os_batocera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/Batocera/custom2_os_batocera.png -------------------------------------------------------------------------------- /custom/iconset/SteamOS/custom1_os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/SteamOS/custom1_os_steamos.png -------------------------------------------------------------------------------- /custom/iconset/SteamOS/custom2_os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/SteamOS/custom2_os_steamos.png -------------------------------------------------------------------------------- /custom/iconset/SteamOS/custom3_os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/SteamOS/custom3_os_steamos.png -------------------------------------------------------------------------------- /custom/iconset/SteamOS/custom4_os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/SteamOS/custom4_os_steamos.png -------------------------------------------------------------------------------- /custom/iconset/SteamOS/custom5_os_steamos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/iconset/SteamOS/custom5_os_steamos.png -------------------------------------------------------------------------------- /custom/logos/Alienware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/Alienware.png -------------------------------------------------------------------------------- /custom/logos/BestBuy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/BestBuy.png -------------------------------------------------------------------------------- /custom/logos/OLEDDefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/OLEDDefault.png -------------------------------------------------------------------------------- /custom/logos/PixelArt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/PixelArt.png -------------------------------------------------------------------------------- /custom/logos/ROG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/ROG.png -------------------------------------------------------------------------------- /custom/logos/SteamDeck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/SteamDeck.png -------------------------------------------------------------------------------- /custom/logos/SteamDeckLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/SteamDeckLogo.png -------------------------------------------------------------------------------- /custom/logos/SteamDeckOLED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/SteamDeckOLED.png -------------------------------------------------------------------------------- /custom/logos/coreboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/coreboot.png -------------------------------------------------------------------------------- /custom/logos/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/logos/info.txt -------------------------------------------------------------------------------- /custom/open_as_root.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/open_as_root.desktop -------------------------------------------------------------------------------- /custom/themes/Apocalypse/Font_DroidSans_16pt_WhiteFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/Font_DroidSans_16pt_WhiteFx.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/Selection_big.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/Selection_small.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/background.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/checkbox.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/checkbox_checked.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/cd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/cd_lin.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/cd_mac.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/cd_win.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_about.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_clover.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_help.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_options.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_reset.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/func_shutdown.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_arch.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_batocera.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_batocera.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_bazzite.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_bazzite.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_bsd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_cap.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_cata.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_centos.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_chrome.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_clover.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_cougar.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_debian.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_deepin.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_endless.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_eos.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_fedora.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_freebsd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_freedos.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_gentoo.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_grub.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_hsierra.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_kali.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_knoppix.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_legacy.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_leo.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_linux.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_lion.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_mac.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_manjaro.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_mav.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_mint.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_moja.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_mx.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_neon.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_netbsd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_openbsd.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_parrot.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_pclinux.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_phoenix.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_puppy.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_react.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_redhat.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_remix.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_sierra.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_slackware.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_snow.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_solaris.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_solus.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_steamos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_steamos.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_suse.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_template.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_tiger.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_unknown.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_vista.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_win.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_yos.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/os_zorin.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/pointer.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/tool_shell.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_clover.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_external.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_firewire.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_internal.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_optical.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/icons/vol_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Apocalypse/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/logo.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/radio_button.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/radio_button_selected.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/screenshot.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/bar_end.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/bar_start.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/down_button.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/scrollbar/up_button.png -------------------------------------------------------------------------------- /custom/themes/Apocalypse/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/sound.wav -------------------------------------------------------------------------------- /custom/themes/Apocalypse/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Apocalypse/theme.plist -------------------------------------------------------------------------------- /custom/themes/Catalina/Font_DroidSans_16pt_WhiteFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/Font_DroidSans_16pt_WhiteFx.png -------------------------------------------------------------------------------- /custom/themes/Catalina/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/Selection_big.png -------------------------------------------------------------------------------- /custom/themes/Catalina/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/Selection_small.png -------------------------------------------------------------------------------- /custom/themes/Catalina/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/background.png -------------------------------------------------------------------------------- /custom/themes/Catalina/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/checkbox.png -------------------------------------------------------------------------------- /custom/themes/Catalina/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/checkbox_checked.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/cd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/cd_lin.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/cd_mac.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/cd_win.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_about.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_clover.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_help.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_options.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_reset.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/func_shutdown.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_arch.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_batocera.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_batocera.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_bazzite.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_bazzite.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_bsd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_cap.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_cata.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_centos.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_chrome.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_clover.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_cougar.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_debian.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_deepin.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_endless.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_eos.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_fedora.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_freebsd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_freedos.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_gentoo.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_grub.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_hsierra.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_kali.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_knoppix.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_legacy.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_leo.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_linux.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_linux.icns.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_linux.icns.orig -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_lion.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_mac.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_manjaro.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_mav.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_mint.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_moja.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_mx.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_neon.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_netbsd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_openbsd.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_parrot.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_pclinux.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_phoenix.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_puppy.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_react.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_redhat.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_remix.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_sierra.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_slackware.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_snow.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_solaris.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_solus.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_steamos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_steamos.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_suse.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_tiger.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_unknown.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_vista.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_vista.icns.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_vista.icns.orig -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_win.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_yos.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/os_zorin.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/pointer.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/tool_shell.png -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_clover.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_external.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_firewire.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_internal.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_optical.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/icons/vol_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Catalina/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/logo.png -------------------------------------------------------------------------------- /custom/themes/Catalina/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/radio_button.png -------------------------------------------------------------------------------- /custom/themes/Catalina/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/radio_button_selected.png -------------------------------------------------------------------------------- /custom/themes/Catalina/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/screenshot.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/bar_end.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/bar_start.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/down_button.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /custom/themes/Catalina/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/scrollbar/up_button.png -------------------------------------------------------------------------------- /custom/themes/Catalina/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/sound.wav -------------------------------------------------------------------------------- /custom/themes/Catalina/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Catalina/theme.plist -------------------------------------------------------------------------------- /custom/themes/Crystal/Font_DroidSans_16pt_GlassFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/Font_DroidSans_16pt_GlassFx.png -------------------------------------------------------------------------------- /custom/themes/Crystal/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/Selection_big.png -------------------------------------------------------------------------------- /custom/themes/Crystal/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/Selection_small.png -------------------------------------------------------------------------------- /custom/themes/Crystal/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/background.png -------------------------------------------------------------------------------- /custom/themes/Crystal/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/checkbox.png -------------------------------------------------------------------------------- /custom/themes/Crystal/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/checkbox_checked.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/cd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/cd_lin.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/cd_mac.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/cd_win.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_about.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_clover.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_help.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_options.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_reset.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/func_shutdown.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_arch.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_batocera.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_batocera.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_bazzite.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_bazzite.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_bsd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_cap.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_cata.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_centos.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_chrome.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_clover.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_cougar.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_debian.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_deepin.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_endless.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_eos.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_fedora.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_freebsd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_freedos.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_gentoo.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_grub.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_hsierra.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_kali.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_knoppix.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_legacy.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_leo.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_linux.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_lion.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_mac.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_manjaro.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_mav.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_mint.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_moja.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_mx.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_neon.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_netbsd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_openbsd.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_parrot.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_pclinux.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_phoenix.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_puppy.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_react.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_redhat.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_remix.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_sierra.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_slackware.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_snow.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_solaris.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_solus.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_steamos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_steamos.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_suse.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_tiger.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_unknown.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_vista.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_win.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_win2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_win2.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_yos.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/os_zorin.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/pointer.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/tool_shell.png -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_clover.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_external.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_firewire.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_internal.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_optical.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/icons/vol_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Crystal/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/logo.png -------------------------------------------------------------------------------- /custom/themes/Crystal/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/radio_button.png -------------------------------------------------------------------------------- /custom/themes/Crystal/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/radio_button_selected.png -------------------------------------------------------------------------------- /custom/themes/Crystal/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/screenshot.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/bar_end.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/bar_start.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/down_button.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /custom/themes/Crystal/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/scrollbar/up_button.png -------------------------------------------------------------------------------- /custom/themes/Crystal/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/sound.wav -------------------------------------------------------------------------------- /custom/themes/Crystal/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Crystal/theme.plist -------------------------------------------------------------------------------- /custom/themes/Gothic/Font_DroidSans_16pt_BlueRedFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/Font_DroidSans_16pt_BlueRedFx.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_000.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_001.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_002.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_003.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_004.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_005.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_006.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_007.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_008.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_009.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_010.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_011.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_012.png -------------------------------------------------------------------------------- /custom/themes/Gothic/GT_Logo/GT_Logo_013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/GT_Logo/GT_Logo_013.png -------------------------------------------------------------------------------- /custom/themes/Gothic/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/Selection_big.png -------------------------------------------------------------------------------- /custom/themes/Gothic/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/Selection_small.png -------------------------------------------------------------------------------- /custom/themes/Gothic/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/background.png -------------------------------------------------------------------------------- /custom/themes/Gothic/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/checkbox.png -------------------------------------------------------------------------------- /custom/themes/Gothic/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/checkbox_checked.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/cd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/cd_lin.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/cd_mac.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/cd_win.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_about.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_clover.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_help.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_options.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_reset.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/func_shutdown.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_arch.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_batocera.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_batocera.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_bazzite.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_bazzite.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_bsd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_cap.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_cata.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_centos.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_chrome.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_clover.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_cougar.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_debian.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_deepin.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_endless.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_eos.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_fedora.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_freebsd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_freedos.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_gentoo.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_grub.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_hsierra.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_kali.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_knoppix.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_legacy.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_leo.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_linux.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_lion.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_mac.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_manjaro.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_mav.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_mint.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_moja.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_mx.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_neon.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_netbsd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_openbsd.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_parrot.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_pclinux.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_phoenix.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_puppy.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_react.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_redhat.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_remix.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_sierra.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_slackware.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_snow.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_solaris.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_solus.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_steamos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_steamos.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_suse.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_tiger.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_unknown.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_vista.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_win.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_win2.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_win2.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_yos.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/os_zorin.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/pointer.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/tool_shell.png -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_clover.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_external.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_firewire.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_internal.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_optical.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/icons/vol_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Gothic/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/logo.png -------------------------------------------------------------------------------- /custom/themes/Gothic/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/radio_button.png -------------------------------------------------------------------------------- /custom/themes/Gothic/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/radio_button_selected.png -------------------------------------------------------------------------------- /custom/themes/Gothic/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/screenshot.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/bar_end.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/bar_start.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/down_button.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /custom/themes/Gothic/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/scrollbar/up_button.png -------------------------------------------------------------------------------- /custom/themes/Gothic/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/sound.wav -------------------------------------------------------------------------------- /custom/themes/Gothic/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Gothic/theme.plist -------------------------------------------------------------------------------- /custom/themes/Mojave/Font_DroidSans_16pt_WhiteFx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/Font_DroidSans_16pt_WhiteFx.png -------------------------------------------------------------------------------- /custom/themes/Mojave/Selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/Selection_big.png -------------------------------------------------------------------------------- /custom/themes/Mojave/Selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/Selection_small.png -------------------------------------------------------------------------------- /custom/themes/Mojave/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/background.png -------------------------------------------------------------------------------- /custom/themes/Mojave/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/checkbox.png -------------------------------------------------------------------------------- /custom/themes/Mojave/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/checkbox_checked.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/cd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/cd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/cd_lin.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/cd_mac.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/cd_win.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_about.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_clover.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_help.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_options.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_reset.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/func_shutdown.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_arch.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_arch.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_batocera.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_batocera.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_bazzite.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_bazzite.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_bsd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_cap.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_cap.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_cata.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_cata.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_centos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_centos.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_chrome.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_chrome.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_clover.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_cougar.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_debian.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_debian.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_deepin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_deepin.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_ecomstation.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_ecomstation.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_endless.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_endless.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_eos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_eos.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_fedora.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_fedora.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_freebsd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_freedos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_freedos.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_gentoo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_gentoo.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_ghostbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_ghostbsd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_grub.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_grub.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_hsierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_hsierra.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_kali.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_kali.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_knoppix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_knoppix.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_kubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_kubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_legacy.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_leo.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_linux.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_linux.icns.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_linux.icns.orig -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_lion.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_mac.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_manjaro.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_manjaro.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_mav.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_mint.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_mint.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_moja.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_moja.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_mx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_mx.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_neon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_neon.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_netbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_netbsd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_openbsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_openbsd.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_parrot.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_parrot.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_pclinux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_pclinux.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_phoenix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_phoenix.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_puppy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_puppy.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_react.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_react.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_redhat.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_redhat.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_remix.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_remix.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_sierra.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_sierra.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_slackware.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_slackware.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_snow.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_solaris.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_solaris.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_solus.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_solus.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_steamos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_steamos.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_suse.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_suse.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_tiger.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_ubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_ubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_unknown.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_unknown.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_vista.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_vista.icns.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_vista.icns.orig -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_win.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_xubuntu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_xubuntu.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_yos.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/os_zorin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/os_zorin.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/pointer.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/tool_shell.png -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_clover.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_external.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_firewire.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_internal.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_internal_apfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_internal_apfs.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_optical.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/icons/vol_recovery.icns -------------------------------------------------------------------------------- /custom/themes/Mojave/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/logo.png -------------------------------------------------------------------------------- /custom/themes/Mojave/radio_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/radio_button.png -------------------------------------------------------------------------------- /custom/themes/Mojave/radio_button_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/radio_button_selected.png -------------------------------------------------------------------------------- /custom/themes/Mojave/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/screenshot.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/bar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/bar_end.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/bar_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/bar_fill.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/bar_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/bar_start.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/down_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/down_button.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/scroll_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/scroll_end.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/scroll_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/scroll_fill.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/scroll_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/scroll_start.png -------------------------------------------------------------------------------- /custom/themes/Mojave/scrollbar/up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/scrollbar/up_button.png -------------------------------------------------------------------------------- /custom/themes/Mojave/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/sound.wav -------------------------------------------------------------------------------- /custom/themes/Mojave/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/Mojave/theme.plist -------------------------------------------------------------------------------- /custom/themes/embedded/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/embedded/info.txt -------------------------------------------------------------------------------- /custom/themes/random/theme.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/custom/themes/random/theme.plist -------------------------------------------------------------------------------- /install-Clover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/install-Clover.sh -------------------------------------------------------------------------------- /install-clover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanrudolfoba/SteamDeck-Clover-dualboot/HEAD/install-clover.sh --------------------------------------------------------------------------------