From affaecf2181ba87abceb355f38007bc5340624de Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 17 Jun 2025 14:13:20 -0400 Subject: [PATCH] fortune --- hypr/hyprlock.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 5e25155..c16bfde 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -126,3 +126,16 @@ input-field { halign = center valign = center } + +# QUOTE +label { + monitor = + shadow_passes = 1 + text = cmd[update:60000] echo "$(fortune)" + color = $text + font_size = 12 + font_family = $font + position = 0, 200 + halign = center + valign = bottom +}