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