● EVERGREEN NOTE dotfilesscripting
Custom Scripts
Standalone scripts referenced by configs — windowSwitch, media, spotify notifier.
Standalone scripts referenced by configs — windowSwitch, media, spotify notifier.
Standalone scripts referenced by configs. Live in scripts/ package.
The system relies on a suite of custom scripts to handle complex logic outside of static configuration files.
run_terminal.sh: Intelligent terminal instantiation, handling session persistence.windowSwitcher.sh: Wofi-based fuzzy finder for active windows, enabling non-spatial navigation.capture.sh: Quick-note capture system for the Zettelkasten, handling metadata and timestamping.media.py: Python bridge converting playerctl state to JSON for the Waybar media module.switch.sh: The core of the generative UI, acting as a compiler for system themes.notify-send -i <path> expects absolute path. Use awk -F'\t' not -F' ' for tab-delimited playerctl output — IFS bites here.