Files
archypr/scripts/update-available-reset
T

7 lines
121 B
Bash
Raw Normal View History

#!/bin/bash
# archypr:summary=Ensure Waybar icon offering the available update is removed
pkill -RTMIN+7 waybar
exit 0