mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-26 13:20:24 +00:00
updated TOC for v2.0.0
This commit is contained in:
parent
727cb97c74
commit
a503f68076
1 changed files with 13 additions and 18 deletions
31
README.md
31
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue