Display upcoming Eureka NMs for FFXIV in i3blocks as a convenient heads up form of the Eureka Tracker
- name - time until weather condition opens - worst cast NM downtime [m] (start of upcoming window - end of previous window) - *expected NM downtime [m] (start of upcoming window - start of previous window) - *best case NM downtime [m] ( end of upcoming window - start of previous window)
(*some downtime entries will be omitted if earlier values already exceed the maximum cooldown duration of 120m)
Tracked NMs: Skoll, Copycat Cassie (Cassie), King Arthro (Arthro), Penthesilea (Penny), Pazuzu
- Because Arthro and Penny weather windows perfectly overlap, they will always be listed together
- In cases where Skoll and Pazuzu have overlapping weathers, Skoll is prioritized
git clone inside your i3blocks $SCRIPT_DIR and build the project with make:
(The resulting eureka binary is placed in eureka-project/..)
cd eureka-project
make
Copy and paste the recommended configuration
[eureka]
interval=persist
markup=pango
After building the binary and copying the config, you may delete the git repo to save on disk space.
If you clone the project outside of the $SCRIPT_DIR, ensure to either:
- move the
eurekabinary to your$SCRIPT_DIR, or - specify the alternate location with
command=/path/to/binary



