# Installare tema GTK Akwa-dark (attivarlo poi da lxappearance) cd ~/code && git clone https://github.com/berkiyo/akwa.git && cd akwa && mkdir -p ~/.themes && cp -r Akwa* ~/.themes # Compilare herbe cd ~/code && git clone https://github.com/dudik/herbe.git && cd herbe micro config.h (configurare come voluto) sudo make install # Compilare dmenu con patches cd ~/code && git clone git://git.suckless.org/dmenu && cd dmenu/ && wget https://tools.suckless.org/dmenu/patches/border/dmenu-border-20201112-1a13d04.diff https://tools.suckless.org/dmenu/patches/line-height/dmenu-lineheight-5.0.diff && git apply dmenu-lineheight-5.0.diff && git apply dmenu-border-20201112-1a13d04.diff && make && sudo make install # Compilare wordgrinder con patches cd ~/code && git clone https://github.com/davidgiven/wordgrinder.git && cd wordgrinder micro src/lua/document.lua (cambiare in "false" la riga 704) make all PREFIX=/usr && sudo make install PREFIX=/usr # Installare binario qrcp cd ~/code && wget https://github.com/claudiodangelis/qrcp/releases/download/0.7.0/qrcp_0.7.0_linux_i386.tar.gz && tar xf qrcp_0.7.0_linux_i386.tar.gz chx qrcp sudo mv qrcp /usr/local/bin/ # Installare script per anteprime img su lf cd ~/code && git clone https://github.com/cirala/lfimg.git && cd lfimg/ mkdir ~/.config/lf && cp /usr/share/examples/lf/lfrc ~/.config/lf/ echo 'set ratios 1:2:3' >> ~/.config/lf/lfrc make install