#!/bin/bash

# omarchy:summary=Ensure Waybar icon offering the available update is removed

pkill -RTMIN+7 waybar
exit 0
