feat: Update lockscreen

This commit is contained in:
2025-10-23 13:49:17 +11:00
parent 7f9b095859
commit 5857d4a0ed
2 changed files with 134 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ label {
position = -80, 290
halign = center
valign = center
shadow_passes = 3
shadow_size = 3
shadow_color = rgba(0, 0, 0, 1)
}
# Time-Minute
@@ -56,18 +59,24 @@ label {
position = 0, 170
halign = center
valign = center
shadow_passes = 3
shadow_size = 3
shadow_color = rgba(0, 0, 0,1)
}
# Day-Month-Date
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %B")"
color = rgba(255, 255, 255, 100)
color = rgba(255, 255, 255, 1)
font_size = 22
font_family = Suisse Int'l Mono
position = 20, 92
halign = center
valign = center
shadow_passes = 3
shadow_size = 5
shadow_color = rgba(0, 0, 0, 1)
}
# USER AVATAR
@@ -126,3 +135,16 @@ label {
halign = right
valign = bottom
}
# Stats
label {
monitor = eDP-1
text = cmd[update:15000] /home/nathan/.config/hypr/scripts/stats.sh
color = rgb(255, 255, 255)
font_size = 10
font_family = Symbols Nerd Font Mono
position = 10, 10
halign = left
valign = bottom
}