flameshot-org / flameshot

Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
https://flameshot.org
GNU General Public License v3.0
25.03k stars 1.6k forks source link

Ability to change the colour of the tray icon? #3241

Open mxmilkiib opened 1 year ago

mxmilkiib commented 1 year ago

Feature Description

It would be handy to be able to pick the colour of the tray icon, to make it stand out a bit more.

image

mmahmoudian commented 1 year ago

At the moment the tray icon is based on your own icon pack. You can find the Flameshot icons from the installed icon packs:

# system-wide installed packs
find /usr/share/icons -iname '*flameshot*'

# user-installed packs
find ~/.local/share/icons -iname '*flameshot*'

Most software do not let you set the icon as it is easier to let it be controlled by the user's theme and icon pack to make it more cohesive from design perspective, and also because it dynamically can change when the theme changes (e.g for users who use dark theme after sunset.

Nonetheless, I will keep this feature request open to gauge how much the community want/need this feature.