From 8227b2e54ad4dc09a02332b5e46a85415f9b99b1 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 29 Feb 2024 17:40:42 +0000 Subject: Set hyprlock fonts to Go Mono Nerd --- .config/hypr/hyprlock.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index b9732cf..50e8d26 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -40,6 +40,7 @@ text = $TIME color = rgb(255, 255, 255) font_size = 96 + font_family = GoMono Nerd Font position = 0, -50 halign = center valign = top @@ -48,6 +49,7 @@ text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh color = rgb(255, 255, 255) font_size = 24 + font_family = GoMono Nerd Font position = 0, -190 halign = center valign = top @@ -56,6 +58,7 @@ text = Hi there, $USER! color = rgb(255, 255, 255) font_size = 32 + font_family = GoMono Nerd Font position = 0, 0 halign = center valign = center @@ -63,7 +66,7 @@ label { text =  color = rgb(255, 255, 255) - font_family = monospace + font_family = Symbols Nerd Font font_size = 32 position = 0, 0 halign = center -- cgit v1.2.3