# Install > ## Sway config > ``` bash > cd .config > git clone https://root-kit.ru/PIVODEVAT/SexiSway.git sway; echo \ > "\e[33m==== Requirements ====\e[0m\n"\ > "jq - parser tool\n"\ > "brightnessctl - display brightness control\n"\ > "notify-send, mako - notification services\n"\ > "\e[33m==== Requirements ====\e[0m" > ``` > ## SimpleTerminal > (or change $term in ~/.config/sway/config to your term) > ``` bash > mkdir ~/src > cd ~/src > git clone git://git.suckless.org/st > cd st > 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 > make > sudo make install > ```