Hyprclock v0.1.0a release
Hyprclock v0.1.0a release is now live. It's rough and I've got a lot of work to do. More to come! Enjoy!
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:
- WAIT FOR RELEASE
Configuration
Example for hyprclock.conf:
# ~/.config/hypr/hyprclock.conf
[animation]
blur = true
fade_in = true
[env]
environment = "development"
[general]
clock_format = "24-hour"
[theme]
background_color = "#000000"
font_color = "#59F87E"
font_size = 200
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
hyprclock
Auto-start
Add the following line to your hyprland.conf
exec-once = hyprclock