Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Feb 12, 2021
1 parent 3c514a1 commit 78f8ce7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/icon_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ IconController.setGap(integer, alignment)
```
Defines the offset width (i.e. gap) between each icon for the given alignment, ``left``, ``mid``, ``right``, or all alignments if not specified.

----
#### updateTopbar
```lua
IconController.updateTopbar()
```
Determines how icons should be positioned on the topbar and moves them accordingly.

----
#### clearIconOnSpawn
```lua
Expand Down

0 comments on commit 78f8ce7

Please sign in to comment.