Move omarchy-cmd-screen* to omarchy-capture-screen*

Will match upcoming cli grouping too
This commit is contained in:
David Heinemeier Hansson
2026-04-29 14:50:15 +02:00
parent 858916783f
commit e76d7544d3
10 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ fi
echo "Copy hooks examples"
cp -r $OMARCHY_PATH/config/omarchy/* $HOME/.config/omarchy/
echo "Add packages for updated omarchy-cmd-screenshot"
echo "Add packages for updated omarchy-capture-screenshot"
omarchy-pkg-add grim slurp
echo "Add nfs support by default to Nautilus"
+8
View File
@@ -0,0 +1,8 @@
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