mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|