mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 12:40:55 +02:00
6 lines
181 B
Bash
6 lines
181 B
Bash
echo "Add auto-update icon to waybar when update available"
|
|
|
|
if ! grep -q "custom/update" ~/.config/waybar/config.jsonc; then
|
|
~/.local/share/omarchy/bin/omarchy-refresh-waybar
|
|
fi
|