diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-06-04 12:08:17 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-06-04 12:08:17 -0400 |
commit | fdefd17391393c9e79a4654976bc8faed35e487a (patch) | |
tree | 2a3e3f6f30168bbf8c6df29250ca77c78b20727f /sway/sway-bar.5.txt | |
parent | 8e0b218c9b3bd1b36989f21ec1206ff8132c014d (diff) | |
parent | 374654246221f01150f24c37063b6149b769928b (diff) |
Merge pull request #695 from zandrmartin/document-client-commands
add documentation for client commands
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r-- | sway/sway-bar.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-bar.5.txt b/sway/sway-bar.5.txt index 322dc32b..d0727440 100644 --- a/sway/sway-bar.5.txt +++ b/sway/sway-bar.5.txt @@ -61,7 +61,7 @@ Colors ------ Colors are defined within a _colors { }_ block inside a _bar { }_ block. Colors -must be defined in hex. E.g. _#fff000_ or _#fff000ff_ when including the alpha +must be defined in hex. i.e. _#rrggbb_ or _#rrggbbaa_ when including the alpha channel. **background** <color>:: |