From 0bea17fb2f5130afaffaafcd4dd30d164bb886d0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 28 May 2024 22:00:32 +0700 Subject: [PATCH] hyprlock: script respect xdg dir (#549) --- .config/ags/scripts/templates/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/scripts/templates/hypr/hyprlock.conf b/.config/ags/scripts/templates/hypr/hyprlock.conf index 15b9f3db..d3de5d80 100644 --- a/.config/ags/scripts/templates/hypr/hyprlock.conf +++ b/.config/ags/scripts/templates/hypr/hyprlock.conf @@ -89,7 +89,7 @@ label { # "locked" text label { # Status monitor = - text = cmd[update:5000] ~/.config/hypr/hyprlock/status.sh + text = cmd[update:5000] ${XDG_CONFIG_HOME:-$HOME/.config}/hypr/hyprlock/status.sh shadow_passes = 1 shadow_boost = 0.5 color = $text_color