diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index fc957ef..150a27d 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -87,6 +87,7 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H
valign = center
}
+# user
label {
monitor =
text = $USER
@@ -99,6 +100,7 @@ label {
valign = bottom
}
+# uptime
label {
monitor =
text = cmd[update:60000] echo " "$(uptime -p)" "
@@ -110,6 +112,7 @@ label {
valign = bottom
}
+# weather (note: this cause delay)
label {
monitor =
text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2
@@ -121,6 +124,7 @@ label {
valign = bottom
}
+# picture
image {
monitor =
path = $picture # set the picture path above