#!/usr/bin/env bash

# Get current workspace ID
workspace=$(hyprctl activeworkspace -j | jq -r '.id')

# Send notification with just the workspace number
notify-send -t 800 -a "workspace" -u low "$workspace"