mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
hyprlock: script respect xdg dir (#549)
This commit is contained in:
parent
d6a34b1d07
commit
0bea17fb2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue