commit e8b4d83e2e0633755e42663bfb022036df90d763 parent f7b0ea1c185e5ca9a237f43103a29c1fc50c604d Author: Chris Down <chris@chrisdown.name> Date: Thu, 12 Jan 2017 08:34:41 +0000 readme: Escape colour codes Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ All args passed to clipmenu are transparently dispatched to dmenu. That is, if you usually call dmenu with args to set colours and other properties, you can invoke clipmenu in exactly the same way to get the same effect, like so: - clipmenu -i -fn Terminus:size=8 -nb #002b36 -nf #839496 -sb #073642 -sf #93a1a1 + clipmenu -i -fn Terminus:size=8 -nb '#002b36' -nf '#839496' -sb '#073642' -sf '#93a1a1' # How does it work?