Browse Source

small tweak hyprlock

pull/224/head
JaKooLit 2 years ago
parent
commit
8d5df9d370
  1. 4
      config/hypr/hyprlock.conf

4
config/hypr/hyprlock.conf

@ -87,6 +87,7 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
valign = center valign = center
} }
# user
label { label {
monitor = monitor =
text = $USER text = $USER
@ -99,6 +100,7 @@ label {
valign = bottom valign = bottom
} }
# uptime
label { label {
monitor = monitor =
text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>" text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>"
@ -110,6 +112,7 @@ label {
valign = bottom valign = bottom
} }
# weather (note: this cause delay)
label { label {
monitor = 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 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 valign = bottom
} }
# picture
image { image {
monitor = monitor =
path = $picture # set the picture path above path = $picture # set the picture path above

Loading…
Cancel
Save