adi1090x / widgets

Few widgets for Eww, Elkowar’s Wacky Widgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep getting /.bin/eww is not a directory when executing launch script

KevinApodaca opened this issue · comments

Did this step

Copy eww executable to $HOME/.bin (create directory if not exist)`

using the command cp ./eww $HOME/.bin from the official /eww/target/release directory.

installed both fonts in fonts directory and copied files from nordic to root eww config folder.

Launched dameon and then launch_eww script.

Screenshot of outputs included. Any idea what I messed up on ? thanks!
Screenshot_2021-06-20-08-04-10_1244x1358

edit the launch_eww script, do these modifications

## Files and cmd
FILE="$HOME/.cache/eww_launch.xyz"
EWW="$HOME/eww/target/release/eww"

edit the launch_eww script, do these modifications

## Files and cmd
FILE="$HOME/.cache/eww_launch.xyz"
EWW="$HOME/eww/target/release/eww"

Yup that solved it, thanks!

I'll check this fix.

Nope.