A collection of commands that change the Arc Browser icon on macOS.
Theme | Command |
---|---|
Candy Arc | defaults write company.thebrowser.Browser currentAppIconName candy |
import os | |
from pathlib import Path | |
from sys import argv | |
class ResetTrial: | |
path = str(Path().home()) + "/Library/" | |
file_array = [] | |
dir_array = [] |