Files
arthur-os/bin/omarchy-update-available-reset
2026-04-28 12:03:46 -04:00

7 lines
121 B
Bash
Executable File

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