diff options
Diffstat (limited to '.config/hypr/hyprlock.conf')
-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 |