#!/bin/bash

if pgrep -x ".waybar-wrapped" >/dev/null; then
    pkill -x ".waybar-wrapped"
else
    uwsm-app -- waybar >/dev/null 2>&1 &
fi
