Update README.md

This commit is contained in:
FURK4NGG
2026-01-19 16:00:23 +03:00
committed by GitHub
parent 9080971cc4
commit 1c3a65b7f0
+8
View File
@@ -49,6 +49,14 @@ Run/Stop
~/.config/blacklayer/call-blacklayer.sh ~/.config/blacklayer/call-blacklayer.sh
``` ```
# If you want to compile your special blacklayer.c document:
```
gcc -o ~/.config/blacklayer/blacklayer \
~/blacklayer/blacklayer.c \
$(pkg-config --cflags --libs gtk+-3.0 gdk-pixbuf-2.0) \
-lgtk-layer-shell
```
## Roadmap ## Roadmap
- [x] Changeable background(png,jpg,gif) using by .conf - [x] Changeable background(png,jpg,gif) using by .conf
- [ ] Run logout codes when detect no movement - [ ] Run logout codes when detect no movement