Padova · IT
● EVERGREEN NOTE dotfilesscripting

Custom Scripts

Standalone scripts referenced by configs — windowSwitch, media, spotify notifier.

Standalone scripts referenced by configs. Live in scripts/ package.

Inventory

The system relies on a suite of custom scripts to handle complex logic outside of static configuration files.

Gotcha

notify-send -i <path> expects absolute path. Use awk -F'\t' not -F' ' for tab-delimited playerctl output — IFS bites here.