Update all
This commit is contained in:
8
.config/hypr/fix-hypr-lock.sh
Executable file
8
.config/hypr/fix-hypr-lock.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
IS_LOCKED=$(ps -e | grep hyprlock)
|
||||
|
||||
if [ -z "$IS_LOCKED" ]
|
||||
then
|
||||
hyprlock
|
||||
fi
|
||||
Reference in New Issue
Block a user