From 97e2181c9b1711639d996a854fe1fb9134364857 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:43:21 +0400 Subject: [PATCH] config/hyprland: hyprlock --- config/hyprland/hyprlock.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config/hyprland/hyprlock.conf b/config/hyprland/hyprlock.conf index cd41f39f..e405aee9 100644 --- a/config/hyprland/hyprlock.conf +++ b/config/hyprland/hyprlock.conf @@ -3,6 +3,25 @@ background { path = /home/sako/background.png } +general { + no_fade_in = true + no_fade_out = true +} + +label { + monitor = + text = $TIME + text_align = center # center/right or any value for default left. multi-line text alignment inside label container + color = rgba(200, 200, 200, 1.0) + font_size = 25 + font_family = JetBrains Mono + rotate = 0 # degrees, counter-clockwise + + position = 0, 80 + halign = center + valign = center +} + input-field { monitor = size = 300, 50