#!/usr/bin/env bash # hyprland/workspaces active/visible -> highlighted (white) icon. # Waybar's 3px white top-border on the active button maps to icon.highlight here. if [ "$SELECTED" = "true" ]; then sketchybar --set "$NAME" icon.highlight=on else sketchybar --set "$NAME" icon.highlight=off fi