mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
9 lines
301 B
Bash
9 lines
301 B
Bash
echo "Update Waybar screen recording command"
|
|
|
|
WAYBAR_CONFIG="$HOME/.config/waybar/config.jsonc"
|
|
|
|
if [[ -f $WAYBAR_CONFIG ]] && grep -q 'omarchy-cmd-screenrecord' "$WAYBAR_CONFIG"; then
|
|
sed -i 's/omarchy-cmd-screenrecord/omarchy-capture-screencording/g' "$WAYBAR_CONFIG"
|
|
omarchy-restart-waybar
|
|
fi
|