Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 493 Bytes

Setup

git clone inside your i3blocks $SCRIPT_DIR and build the project with make:

cd eureka-project
make

copy the contents of i3blocks.conf into your config file

[eureka]
command=$SCRIPT_DIR/eureka-project/script
interval=1

if you decided to clone to a different directory, ensure that both script WD=$SCRIPT_DIR/eureka-project and i3blocks.conf command=$SCRIPT_DIR/eureka-project/script reflect the correct locations