this post was submitted on 30 Jun 2024
74 points (100.0% liked)

Free and Open Source Software

17545 readers
10 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Just a little system tray icon to show support for the LGBTQ+ community.

Originally created last year as a simple one-off project in response to Windows 11 users getting mad about a pride icon appearing on their task bar.

This year I remade it in Go, added support for Windows (7 and up), and improved compatibility with a variety of Linux environments.

Let me know what you think, or don’t, just please be nice about it.

you are viewing a single comment's thread
view the rest of the comments
[–] jarfil@beehaw.org 2 points 2 weeks ago (1 children)

Screenshot for reference?

Option to change it to any flag?

[–] absentbird@lemm.ee 4 points 2 weeks ago

You can change it to any flag by modifying .config/prideicon/lastselected so the first line is the absolute path to the image you want (png on Linux, ico on Windows).

I considered adding a menu option to open a prompt to select a custom icon, but I wasn't sure how many people would want to use it, so I just left it as a configuration file option for now.

Screenshots are a good idea.