aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.txt
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin+git@gmail.com>2016-06-04 10:43:23 -0500
committerLibravatar Zandr Martin <zandrmartin+git@gmail.com>2016-06-04 10:43:23 -0500
commit374654246221f01150f24c37063b6149b769928b (patch)
treee76b48bc3e76776a7733169019fb2cb43fc1a047 /sway/sway-bar.5.txt
parentMerge pull request #692 from zandrmartin/inplace-merge-sort (diff)
downloadsway-374654246221f01150f24c37063b6149b769928b.tar.gz
sway-374654246221f01150f24c37063b6149b769928b.tar.zst
sway-374654246221f01150f24c37063b6149b769928b.zip
add documentation for client commands
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r--sway/sway-bar.5.txt2
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
61------ 61------
62 62
63Colors are defined within a _colors { }_ block inside a _bar { }_ block. Colors 63Colors are defined within a _colors { }_ block inside a _bar { }_ block. Colors
64must be defined in hex. E.g. _#fff000_ or _#fff000ff_ when including the alpha 64must be defined in hex. i.e. _#rrggbb_ or _#rrggbbaa_ when including the alpha
65channel. 65channel.
66 66
67**background** <color>:: 67**background** <color>::