Update README.md

This commit is contained in:
FURK4NGG
2026-01-28 19:41:21 +03:00
committed by GitHub
parent 0200077732
commit 79843d483c
+4
View File
@@ -119,6 +119,7 @@ Arch
``` ```
sudo pacman -S gcc pkgconf gtk3 gdk-pixbuf2 gtk-layer-shell jq sudo pacman -S gcc pkgconf gtk3 gdk-pixbuf2 gtk-layer-shell jq
``` ```
<br><br>
Debian / Ubuntu Debian / Ubuntu
``` ```
@@ -130,6 +131,7 @@ libgdk-pixbuf-2.0-dev \
libgtk-layer-shell-dev \ libgtk-layer-shell-dev \
jq jq
``` ```
<br><br>
Fedora Fedora
``` ```
@@ -141,6 +143,7 @@ gdk-pixbuf2-devel \
gtk-layer-shell-devel \ gtk-layer-shell-devel \
jq jq
``` ```
<br><br>
Compile: Compile:
``` ```
@@ -149,6 +152,7 @@ gcc -o ~/.config/blacklayer/blacklayer \
$(pkg-config --cflags --libs gtk+-3.0 gdk-pixbuf-2.0) \ $(pkg-config --cflags --libs gtk+-3.0 gdk-pixbuf-2.0) \
-lgtk-layer-shell -lgtk-layer-shell
``` ```
<br><br>
## Roadmap ## Roadmap
- [x] Changeable and resizable background(color, png, jpg, gif) using by .conf - [x] Changeable and resizable background(color, png, jpg, gif) using by .conf