mirror of
https://github.com/cedev-1/quickshell-clock-widget.git
synced 2026-09-16 17:31:55 +00:00
The clock widget from caelestia without dependencies
- QML 66.4%
- Nix 33.6%
| .envrc | ||
| .gitignore | ||
| DesktopClock.qml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| shell.qml | ||
Quickshell Clock Widget
Desktop clock widget using Quickshell. Originally from Caelestia, extracted as a standalone module without extra dependencies.
NixOS
{
inputs.quickshell-clock-widget.url = "github:cedev-1/quickshell-clock-widget";
imports = [ inputs.quickshell-clock-widget.nixosModules.default ];
services.quickshell-clock-widget.enable = true;
}
Options:
position- Widget position:bottom-right(default),bottom-left,top-right,top-left,centerfontSize- Font size in pixels (default: 84)
Sources
https://github.com/caelestia-dots/shell/blob/main/modules/background/DesktopClock.qml https://raw.githubusercontent.com/caelestia-dots/shell/main/modules/bar/components/Clock.qml https://raw.githubusercontent.com/caelestia-dots/shell/main/modules/background/DesktopClock.qml