mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
echo "Update Waybar for new Omarchy menu"
|
|
|
|
if ! grep -q "" ~/.config/waybar/config.jsonc; then
|
|
omarchy-refresh-waybar
|
|
fi
|