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 +}