Skip to content

Releases: barrulus/clockie

v0.1.1

25 Feb 20:51

Choose a tag to compare

What's new

  • Face gallery -- assign multiple background images per face mode; cycles automatically or on a timer, with configurable rotation interval
  • Support for specifying a folder path as the gallery source
  • Renamed gallery config fields for clarity
  • Fix premultiplied alpha in window opacity for correct compositor blending
  • Added compositor integration examples (Hyprland, niri, Mango, Sway)

v0.1.0

25 Feb 14:14

Choose a tag to compare

clockie v0.1.0

Lightweight Wayland layer-shell desktop clock widget.

Features

  • Digital and analogue clock faces with runtime switching
  • Content-driven auto-sizing
  • Up to 2 timezone sub-clocks
  • Battery indicator with charge level and charging animation
  • Custom background images (PNG/JPEG) for both faces
  • Full RGBA hex theming
  • Drag-to-move with cross-monitor support
  • IPC control via clockiectl (face, compact, size, lock, output, reload, state, quit)
  • Shell completions for bash, zsh, fish (auto-installed via Nix flake)
  • TOML config with comments preserved on save
  • GPLv3 licensed

Installation

Nix flake:

clockie.url = "github:barrulus/clockie";

From source:

make install

See README and docs/ for full documentation.