mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-04 07:39:24 +00:00
6 lines
154 B
Bash
6 lines
154 B
Bash
echo "Add auto-update icon to waybar when update available"
|
|
|
|
if ! grep -q "custom/update" ~/.config/waybar/config.jsonc; then
|
|
omarchy-refresh-waybar
|
|
fi
|