Update all

This commit is contained in:
Pablu
2026-01-20 10:40:50 +01:00
parent 365b3a180b
commit efa6e543ad
13 changed files with 115 additions and 371 deletions

8
.config/hypr/fix-hypr-lock.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
IS_LOCKED=$(ps -e | grep hyprlock)
if [ -z "$IS_LOCKED" ]
then
hyprlock
fi