From 8d5df9d3702342e8b553ace5f1cc3c62ede4d600 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 00:59:17 +0900 Subject: [PATCH] small tweak hyprlock --- config/hypr/hyprlock.conf | 4 ++++ 1 file changed, 4 insertions(+) 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