From f42b5bdf3c4a59072c76294350a3895073440c94 Mon Sep 17 00:00:00 2001 From: subh Date: Mon, 9 Mar 2026 05:25:46 +0530 Subject: changes --- hyprlock/berserk.png | Bin 0 -> 4454142 bytes hyprlock/hyprlock.conf | 4 ++-- hyprlock/vivek.png | Bin 0 -> 200401 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 hyprlock/berserk.png create mode 100644 hyprlock/vivek.png (limited to 'hyprlock') diff --git a/hyprlock/berserk.png b/hyprlock/berserk.png new file mode 100644 index 0000000..651e3ac Binary files /dev/null and b/hyprlock/berserk.png differ diff --git a/hyprlock/hyprlock.conf b/hyprlock/hyprlock.conf index 2ce2125..d2c2a12 100644 --- a/hyprlock/hyprlock.conf +++ b/hyprlock/hyprlock.conf @@ -1,7 +1,7 @@ # BACKGROUND background { monitor = - path = ~/.config/hyprlock/hyprlock.png + path = ~/.config/hyprlock/berserk.png blur_passes = 0 contrast = 0.8916 brightness = 0.8172 @@ -19,7 +19,7 @@ general { # GREETINGS label { monitor = - text = cmd[update:1000] sh -c 'h=$(date +%H); if [ "$h" -ge 22 ] || [ "$h" -lt 5 ]; then echo "Good night!"; elif [ "$h" -lt 12 ]; then echo "Good morning!"; elif [ "$h" -lt 17 ]; then echo "Good afternoon!"; else echo "Good evening!"; fi' + text = cmd[update:1000] $(date +%H); if ((h<12)); then echo "Good morning!"; elif ((h<17)); then echo "Good afternoon!"; else echo "Good evening!"; fi color = rgba(216, 222, 233, .75) font_size = 55 font_family = SF Pro Display Bold diff --git a/hyprlock/vivek.png b/hyprlock/vivek.png new file mode 100644 index 0000000..5b9be9a Binary files /dev/null and b/hyprlock/vivek.png differ -- cgit v1.2.3