Files
arthur-os/migrations/1772990935.sh

8 lines
253 B
Bash

echo "Add sample low battery notification hook"
mkdir -p ~/.config/omarchy/hooks
if [[ ! -f ~/.config/omarchy/hooks/battery-low.sample ]]; then
cp "$OMARCHY_PATH/config/omarchy/hooks/battery-low.sample" ~/.config/omarchy/hooks/battery-low.sample
fi