forked from Shinonome/dots-hyprland
use xdg dir in hyprlock conf (accidentally reverted?)
This commit is contained in:
@@ -89,7 +89,7 @@ label { # "locked" text
|
|||||||
|
|
||||||
label { # Status
|
label { # Status
|
||||||
monitor =
|
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_passes = 1
|
||||||
shadow_boost = 0.5
|
shadow_boost = 0.5
|
||||||
color = $text_color
|
color = $text_color
|
||||||
|
|||||||
Reference in New Issue
Block a user