6 lines
96 B
Bash
6 lines
96 B
Bash
echo "Update Waybar for new Omarchy menu"
|
|
|
|
if ! grep -q ""; then
|
|
omarchy-refresh-waybar
|
|
fi
|