updated TOC for v2.0.0

This commit is contained in:
FelixKratz 2021-10-22 01:46:19 +02:00
parent 727cb97c74
commit a503f68076

View file

@ -46,36 +46,31 @@ Table of Contents
=================
* [SketchyBar](#sketchybar)
* [Table of Contents](#table-of-contents)
* [Features](#features)
* [Table of Contents](#table-of-contents)
* [Installation](#installation)
* [Stable Version](#stable-version)
* [Development Version](#development-version)
* [Switching branches and uninstalling](#switching-branches-and-uninstalling)
* [Plugins and Fonts](#plugins-and-fonts)
* [Updating](#updating)
* [Configuration](#configuration)
* [Note on batching configuration commands](#note-on-batching-configuration-commands)
* [Global configuration of the bar](#global-configuration-of-the-bar)
* [Adding a simple menubar item (items will appear in the bar in the order they are added)](#adding-a-simple-menubar-item-items-will-appear-in-the-bar-in-the-order-they-are-added)
* [Adding a component](#adding-a-component)
* [Changing the properties of an item](#changing-the-properties-of-an-item)
* [Global configuration of the bar](#global-configuration-of-the-bar)
* [Items and their properties](#items-and-their-properties)
* [Adding items to sketchybar](#adding-items-to-sketchybar)
* [Changing item properties](#changing-item-properties)
* [Changing the default values for all further items](#changing-the-default-values-for-all-further-items)
* [Subscribing items to system events for their script execution](#subscribing-items-to-system-events-for-their-script-execution)
* [Components -- Special Items with special properties](#components----special-items-with-special-properties)
* [Data Graph -- Draws an arbitrary graph into the bar](#data-graph----draws-an-arbitrary-graph-into-the-bar)
* [Space -- Associate mission control spaces with an item](#space----associate-mission-control-spaces-with-an-item)
* [Item Bracket -- Group Items in e.g. colored sections](#item-bracket----group-items-in-eg-colored-sections)
* [Item Alias -- Mirror items of the original macOS status bar into sketchybar](#item-alias----mirror-items-of-the-original-macos-status-bar-into-sketchybar)
* [Batching of configuration commands](#batching-of-configuration-commands)
* [Events and Scripting](#events-and-scripting)
* [Creating custom events](#creating-custom-events)
* [Triggering custom events](#triggering-custom-events)
* [Supplying data for graphs](#supplying-data-for-graphs)
* [Forcing all shell scripts to run and the bar to refresh](#forcing-all-shell-scripts-to-run-and-the-bar-to-refresh)
* [Completely remove an item](#completely-remove-an-item)
* [Freeze and unfreeze the bar](#freeze-and-unfreeze-the-bar)
* [Querying](#querying)
* [Bar Properties](#bar-properties)
* [Item Properties](#item-properties)
* [Default Properties](#default-properties)
* [Scripting](#scripting)
* [Experimental Features](#experimental-features)
* [Default Menu Bar Item Alias](#default-menu-bar-item-alias)
* [Group Items in a Bracket for e.g. colored sections](#group-items-in-a-bracket-for-eg-colored-sections)
* [Performance optimizations](#performance-optimizations)
* [Credits](#credits)
## Installation