Add files via upload

This commit is contained in:
FURK4NGG
2026-01-29 01:19:22 +03:00
committed by GitHub
parent e6a7381297
commit 106062adb8
6 changed files with 232 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
CONF="$HOME/.config/blacklayer/blacklayer.conf"
[ -f "$CONF" ] && source "$CONF"
# sleep kapalıysa → çık
[ "$run_sleep" != "true" ] && exit 0
hyprctl dispatch dpms off