diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index b2a1a16..3aa029d 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -47,7 +47,7 @@ input-field {
label {
monitor =
text = cmd[update:18000000] echo " "$(date +'%A, %-d %B %Y')" "
- color = $color5
+ color = $color1
font_size = 34
font_family = JetBrains Mono Nerd Font 10
@@ -63,7 +63,6 @@ label {
color = $color7
font_size = 24
font_family = JetBrains Mono Nerd Font 10
-
position = 0, -250
halign = center
valign = top
@@ -83,6 +82,7 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H
valign = center
}
+# User
label {
monitor =
text = $USER
@@ -95,6 +95,7 @@ label {
valign = bottom
}
+# uptime
label {
monitor =
text = cmd[update:60000] echo " "$(uptime -p)" "
@@ -106,6 +107,7 @@ label {
valign = bottom
}
+# weather edit specific location. Note, this cause a 2-4 seconds delay in locking
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
@@ -117,13 +119,14 @@ label {
valign = bottom
}
+# Put a picture of choice here. Default is the current wallpaper
image {
monitor =
path = $HOME/.config/rofi/.current_wallpaper
size = 230
rounding = -1
border_size = 4
- border_color = $color12
+ border_color = $color2
rotate = 0
reload_time = -1
position = 0, 300