From ffad80982819172ecbcb755bb813261adf43db7c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Feb 2025 14:04:26 +0100 Subject: [PATCH] Basic hyprlock theme. --- modules/home-manager/hyprland.nix | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 391fee8..6a9058b 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -77,6 +77,35 @@ hide_cursor = true; no_fade_in = false; }; + + image = { + path = "$HOME/.face"; + size = 150; + border_size = 4; + border_color = "rgb(d5c4a1)"; + position = "0, 285"; + halign = "center"; + valign = "center"; + }; + + label = [ + { + text = "$TIME"; + font_size = 90; + color = "rgb(d5c4a1)"; + position = "0, 165"; + halign = "center"; + valight = "center"; + } + { + text = ''cmd[update:43200000] date +"%Y %m %d"''; + font_size = 25; + color = "rgb(d5c4a1)"; + position = "0, -225"; + halign = "center"; + valign = "center"; + } + ]; }; };