adi1090x / widgets

Few widgets for Eww, Elkowar’s Wacky Widgets.
GNU General Public License v3.0
643 stars 41 forks source link

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

Closed KevinApodaca closed 3 years ago

KevinApodaca commented 3 years ago

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

shivanshu-semwal commented 3 years ago

edit the launch_eww script, do these modifications

## Files and cmd
FILE="$HOME/.cache/eww_launch.xyz"
EWW="$HOME/eww/target/release/eww"
KevinApodaca commented 3 years ago

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!

d2rgaming-9000 commented 3 years ago

I'll check this fix.

d2rgaming-9000 commented 3 years ago

Nope.