16 lines
524 B
Markdown
16 lines
524 B
Markdown
|
|
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
|
||
|
|
```
|