exequtic / apdatifier

KDE Plasma widget that tracks updates for ArchLinux, Plasma Widgets, and Flatpak, providing notifications for new ones
https://store.kde.org/p/2135796
MIT License
87 stars 7 forks source link

Option to generate mirrorlist every x updates #15

Closed Whayme closed 7 months ago

Whayme commented 7 months ago

As the mirrorlist checker naturally takes a while to complete, it'd be very nice to be able to set it to only run every once in a while, whether that's defined by number of applied updates or simply on a user-defined timer.

Wonderful work, by the way, this is applet is wonderful.

exequtic commented 7 months ago

Hi! Good suggestion, but adding additional settings or a timer I think is unnecessary and complicated, so I simply added a question with [y\N]. Now you can just press Enter to skip the mirror generation.

You can reinstall with latest commit. it reset Apdatifier settings curl -fsSL https://raw.githubusercontent.com/exequtic/apdatifier/main/package/contents/tools/tools.sh | sh -s install

or you can download tools.sh and replace in ~/.local/share/plasma/plasmoids/com.github.exequtic.apdatifier/contents/tools/ This file may not be compatible with versions earlier than 2.5.

Screenshot_20240414_104558

Whayme commented 7 months ago

Works great, thank you!