Files
Nomarchy/bin/nomarchy-update-available-reset
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

6 lines
104 B
Bash
Executable File

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