Skip to content

A sleek and customizable clock widget for your desktop, designed to seamlessly integrate with Hyprland and enhance your workflow with real-time time display and flexible theme support.

Notifications You must be signed in to change notification settings

cvusmo/hyprclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprclock Banner

Hyprclock

Hyprclock is a modern, highly customizable clock application designed for use with the Hyprland window manager on Linux. It offers real-time updates, animated effects, and easy theming options, making it a perfect fit for your Hyprland setup.

Features

  • Real-time Clock: Displays the current time and updates every second.
  • Customizable Themes: Supports different themes that can be applied through a simple configuration file or the application’s settings.
  • Animations: Includes support for basic animations like blur and fade-in effects.
  • Easy Configuration: Configure appearance and behavior through a user-friendly configuration file.

Status

Hyprclock is currently in active development. The application is nearing its release, but I'm still adding features and refining its functionality. Stay tuned for updates! This is my first rust built widget as I'm new to the rust language. I'm not a professional software engineer, or programmer. I'm simply a nerd who enjoys learning.

Installation

To install Hyprclock, follow these steps:

  1. WAIT FOR RELEASE

Configuration

Example for hyprclock.conf:

```
# ~/.config/hypr/hyprclock.conf

[General]
clock_format = "24-hour"

[Theme]
theme = "Materia-dark"

[Animation]
blur_enabled = true
fade_in_enabled = true
```

Usage

Once installed, you can launch Hyprclock from your application menu or by using a keybind in Hyprland. You can also add it to your autostart configuration to have it launch on startup.

Running Hyprclock

```
bash
hyprclock
```

Auto-start

Add the following line to your hyprland.conf

```
bash
exec-once = hyprclock
```

About

A sleek and customizable clock widget for your desktop, designed to seamlessly integrate with Hyprland and enhance your workflow with real-time time display and flexible theme support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published