friday / Legacy-Ulauncher-Fork

Legacy Ulauncher fork, made before I was given maintenance. Use Ulauncher directly instead.
Other
22 stars 2 forks source link

Use system icons for the file browse mode #19

Closed friday closed 3 years ago

friday commented 3 years ago

Ulauncher currently uses custom icons, for example for the file browser mode and the calculator icon, rather than using the system icons that users can determine by setting the theme.

By switching to use system icons we can reduce the size of the installed app as well.

friday commented 3 years ago

Implemented for the file browser mode now, which was the big bulk of the icons. The old ones were Mac icons. Not sure they were legal to use to begin with, but they were definitely not made for this small size, and didn't cover a wide range of mime types either.

Before:

2021-07-01_02-11

After with Numix-Circle-Arc:

2021-07-01_01-51

After with Papirus: 2021-07-01_02-17

friday commented 3 years ago

Redefined the issue as the file browse media icons only. That was the bulk of them. There are still some in data/media for the built in shortcuts, the preferences button, the calculator mode icon, the fallback icon for extensions missing icons and the actual Ulauncher icon (which for some reason is duplicated in the source directory because different distros have different paths for it)