• 9 Posts
  • 339 Comments
Joined 1 年前
cake
Cake day: 2023年6月17日

help-circle
  • It uses a makefile, you can just type make while in the pride-system-icon directory.

    On Windows you may need to install GNU make first.

    You’ll need to have Go installed, I’ve added a vendor directory to make it easier. The compiled files will be placed in dist/windows/prideicon.exe and dist/linux/prideicon

    Here are the commands to compile without using make:

    go build -mod vendor -tags linux -o prideicon
    go build -mod vendor -tags windows -ldflags -H=windowsgui -o prideicon.exe







  • Nobody needs it, but some people like it.

    Last year Windows added a pride icon to the taskbar of some Windows 11 users, and people in the Linux community were having a laugh over the angry reactions, but some Linux-enjoyers mentioned that they’d actually like the option of adding a pride icon. I wrote a simple python script and shared it.

    Over the past year multiple people have said they liked the little icon in my system tray, so this year I decided to spruce up the project and make it compatible with Windows. It’s just a silly little aesthetic option for anyone who wants it.





  • AbsentBird@lemm.eeOPtoOpen Source@lemmy.mlPride System Icon
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    11 小时前

    People in the Linux community were just having a laugh at Windows users who were unable to remove an icon, then some people were saying how they actually wanted a pride icon on their panel, so I wrote a simple python script and shared it.

    Over the past year multiple people have said they liked the little icon in my system tray, so I decided to polish up the project and share it again. I’m not expecting it to change the world, I just thought some people out there might enjoy it.

    EDIT: it’s not a random executable, the source code is right there, you can compile it yourself if you like.