5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
if not ps -e | grep hyprlock
|
||
|
hyprlock -c ~/.config/hypr/components/hyprland/hyprlock.conf
|
||
|
end
|