hyprlock: pin label font + flesh out ARCHITECTURE description

Final-review caveats:
- ARCHITECTURE.md hyprlock section was a generic one-liner inherited
  from gtklock; now mentions fprintd integration + GPU + blur.
- hyprlock label blocks didn't set font_family; clock/date now
  pinned to JetBrains Mono Nerd Font (same as rest of desktop).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-25 11:28:04 -07:00
parent 577c169bae
commit 28f6160b02
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ This system is a **Wayland-first desktop environment** built around the **Niri c
#### hyprlock #### hyprlock
* Simple Wayland-native lockscreen * GPU-accelerated Wayland lockscreen
* Native fprintd polling — touch the reader to unlock without typing
* Blurred-screenshot background, Tomorrow Night palette
--- ---
+2
View File
@@ -13,6 +13,7 @@ background {
label { label {
monitor = monitor =
text = cmd[update:1000] date +"%-I:%M %p" text = cmd[update:1000] date +"%-I:%M %p"
font_family = JetBrains Mono Nerd Font
font_size = 96 font_size = 96
color = rgba(c5c8c6ff) color = rgba(c5c8c6ff)
position = 0, 150 position = 0, 150
@@ -23,6 +24,7 @@ label {
label { label {
monitor = monitor =
text = cmd[update:60000] date +"%A, %B %-d" text = cmd[update:60000] date +"%A, %B %-d"
font_family = JetBrains Mono Nerd Font
font_size = 24 font_size = 24
color = rgba(969896ff) color = rgba(969896ff)
position = 0, 40 position = 0, 40