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:
+3
-1
@@ -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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user