Explore Workflow

Automation

The nervous system of your environment.

Directive

Automation is a professional necessity. If a script lacks error handling or leaks secrets, it is not a tool—it is a liability.

switch_layout.sh

Hot-swaps Waybar configurations and CSS themes. Manages symlinks to avoid session restarts.

./switch_layout.sh --next

weather.py

Asynchronous fetch for OpenWeatherMap API. Includes network timeout fallback.

python weather.py
Permissions
chmod +x *.sh
Security Requirement

Never hardcode API keys. Use .env and verify your .gitignore prevents secret leaks to public repositories.