Go to file
2025-03-28 20:46:15 +03:00
conf.d init 2025-03-28 20:46:15 +03:00
scripts init 2025-03-28 20:46:15 +03:00
config init 2025-03-28 20:46:15 +03:00
README.md init 2025-03-28 20:46:15 +03:00

Install

Sway config

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)

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