mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-26 05:10:20 +00:00
add main design principle to README
This commit is contained in:
parent
fdef4ac0c0
commit
71463b85c4
1 changed files with 15 additions and 10 deletions
25
README.md
25
README.md
|
@ -32,16 +32,21 @@ shell scripts.
|
|||
|
||||
|
||||
## Features
|
||||
* Optimized to be *Fast* and *Efficient*
|
||||
* Completely *Scriptable*
|
||||
* Fully *Configurable*
|
||||
* Entirely *Animatable*
|
||||
* Support for drawing native macOS menu bar applications (aliases)
|
||||
* Powerful event and scripting system
|
||||
* Popup Menus
|
||||
* Mouse Support
|
||||
* Support for graphs
|
||||
* Per display and per space individualization
|
||||
* Full *configurability* at any time
|
||||
* Dynamic *animation* system
|
||||
* Powerful *scripting* and *event* system
|
||||
* Optimized to be *fast* and *efficient*
|
||||
* Interactive *mouse* support
|
||||
* Support for displaying macOS menu bar apps (*aliases*)
|
||||
* Can draw arbitrary *graphs*
|
||||
* On-demand *popup* menus
|
||||
|
||||
The main design principle of this project is that *all* elements of the bar can
|
||||
be added, removed and freely changed at any point in time. Thus, the
|
||||
configuration of the bar is not *static*, rather it is possible to adapt the
|
||||
appearance of the bar completely dynamically with the help of a powerful
|
||||
event-driven scripting system at any point in time using the highly
|
||||
configurable basic building blocks SketchyBar offers.
|
||||
|
||||
## Getting Started
|
||||
Refer to the installation guide in the [documentation](https://felixkratz.github.io/SketchyBar/setup) to get the program set up.
|
||||
|
|
Loading…
Reference in a new issue