• 3 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle
  • AbsentBird@lemm.eetoLinux@lemmy.mlFriendly Linux Tablet
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Xiaomi Pad 6 is a good price and is compatible with plenty of custom roms. Some people don’t trust them because it’s a Chinese brand, but I figure the odds are about the same that it’s got hardware level spying as a Google or Microsoft tablet. At least it’s easy to root or reformat.













  • 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.



  • 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