Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 42a7e8e27f
240 changed files with 2747 additions and 855 deletions

15
assets/var/gnu/st.md Normal file
View File

@ -0,0 +1,15 @@
st
=
https://root-kit.ru/AeroLinux/AeroSt.git
``` sh *** patch ***
cp config.def.h config.h
sed -i 's/^static char \*font = .*;/static char \*font = "monospace:bold:size=16:antialias=true:autohint=true";/' config.h
sed -i 's/^\t"gray90", \/\* default foreground colour \*\//\t"#ffffff", \/\* default foreground colour \*\//' config.h
sed -i 's/^\t"black", \/\* default background colour \*\//\t"#242424", \/\* default background colour \*\//' config.h
```
``` sh *** build ***
make CC=gcc -j$(nproc)
sudo make install
```