Skip to content

Installing EWW

gh0stzk edited this page Jun 17, 2024 · 1 revision

Sometimes for whatever reason, installing eww from my installer fails, and what you have to do is do it manually, so follow these steps:

Open a terminal with Super + Enter then paste the command one by one.

git clone https://github.com/elkowar/eww

cd eww

cargo build --release --no-default-features --features x11

Wait until it finish to compile...

cd target/release

chmod +x eww

The app is ready but need to move it to PATH

sudo install -m 755 "$HOME/eww/target/release/eww" -t /usr/bin/

Ready eww now is installed try again pressing the F1 key.

Reference: https://elkowar.github.io/eww/#building

Clone this wiki locally