#!/usr/bin/env bash if [ "$1" = "$FOCUSED_WORKSPACE" ]; then sketchybar --set $NAME label.color=0xffcba6f7 else sketchybar --set $NAME label.color=0x77cdd6f4 fi