Skip to content

Instantly share code, notes, and snippets.

@LukeberryPi
Created November 23, 2023 22:04
Show Gist options
  • Save LukeberryPi/9e624aeaeb5dfe0859dccc39e3943a91 to your computer and use it in GitHub Desktop.
Save LukeberryPi/9e624aeaeb5dfe0859dccc39e3943a91 to your computer and use it in GitHub Desktop.
get borderless arc

this gist is a combination of these two links:

running scripts on macos startup and get-borderless-arc repo

open automator.app

select "new document"

select "application"

select "run shell script"

paste the following

# Download the script and make it executable
curl -O https://raw.githubusercontent.com/ifvictr/get-borderless-arc/master/get-borderless-arc.sh
chmod +x get-borderless-arc.sh

# Run it
./get-borderless-arc.sh

press ctrl + s

name it "get-borderless-arc.app"

press enter

open settings

go to login items

click on +

search for "get-borderless-arc"

select it and press enter

now the script will run on startup

and you will have the option to toggle arc border using cmd + shift + b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment