mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Move omarchy-cmd-screen* to omarchy-capture-screen*
Will match upcoming cli grouping too
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user