Skip to content

Modern reClock v2.6.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:20
· 128 commits to main since this release

Modern reClock v2.6.2

A modern clock widget for your KDE Plasma 6 desktop.

Changes

  • fix: update kde-store-publish to v2.0.0 with split edit+upload steps

Installation

Quick install (recommended)

sh -c "$(curl -fsSL https://github.com/YoannDev90/KDE-Modern-reClock/releases/download/v2.6.2/install-dist.sh)"

Manual install

  1. Download com.github.yoanndev90.modernreclock-2.6.2.plasmoid
  2. Install:
    kpackagetool6 -t Plasma/Applet -i com.github.yoanndev90.modernreclock-2.6.2.plasmoid
  3. Or use Plasma installer ("Add Widgets" > "Install from Local File")

Offline install (no internet required)

  1. Download the .plasmoid + the offline zip matching your arch (x86_64 or aarch64)
  2. Extract the zip, run install-local.sh from the extracted folder

Files

File Description
*.plasmoid Widget package
modernreclock-timezone_*.so Timezone plugin (raw .so, for manual install)
modernreclock-timezone-*.zip Offline install zip (plugin + qmldir)
install-dist.sh One-line remote install script