diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-29 17:40:42 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-29 17:40:42 +0000 |
commit | 8227b2e54ad4dc09a02332b5e46a85415f9b99b1 (patch) | |
tree | e2472f4001f22cc4abe2eddff1ac83a92bbbab23 /.config | |
parent | 57bf5223fb803f9715b98fb796a8f86829811179 (diff) |
Set hyprlock fonts to Go Mono Nerd
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 = <b>$TIME</b> 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, <i>$USER</i>! 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 |