mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix grep
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
echo "Update Waybar for new Omarchy menu"
|
||||
|
||||
if ! grep -q ""; then
|
||||
if ! grep -q "" ~/.config/waybar/config.jsonc; then
|
||||
omarchy-refresh-waybar
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user