> Statusbar app to quickly toggle between light and dark modes I might want to use it in the future. Now, I just bind the following script to something: ```sh osascript -e 'tell application "System Events" to tell appearance preferences to set dark mode to not dark mode' ```