Waybar configuration for the Alpenglow Omarchy theme, including a Tempest Weather System module.
config.jsonc— Waybar layout (left/center/right modules).style.css— Waybar styling. The fencedalpenglow-waybar-schemeblock at the bottom is the warm/cool colorization. Only has effect when using Alpenglow or any theme that ships the extended@color1…@color8palette.tempestwx.sh— Weather widget script for the Tempest Weather System. ReplaceYOUR_STATION_IDandYOUR_API_TOKENwith your own from tempestwx.com.
# Copy to your waybar dir
cp config.jsonc style.css ~/.config/waybar/
mkdir -p ~/.config/waybar/scripts
cp tempestwx.sh ~/.config/waybar/scripts/
chmod +x ~/.config/waybar/scripts/tempestwx.sh
# Edit the script to add your Tempest station ID and API token
$EDITOR ~/.config/waybar/scripts/tempestwx.sh
# Restart waybar
omarchy-restart-waybarIf you're on an Omarchy theme other than Alpenglow, the Alpenglow colorization
block at the bottom of style.css is a no-op (the @color* vars are undefined).
Safe to leave in place, or remove it by deleting everything between the
alpenglow-waybar-scheme:start / :end markers.