Commit Diff
Commit:
b3f35c851b6cdd7f3b8fc59e1509cd94b295faec
Date:
Fri May 18 22:19:52 2018
UTC
Message
added resource file example
--- README.md
+++ README.md
@@ -16,7 +16,8 @@ Check out the [manpage](mymenu.1) for further document
## How?
-Check out the [manpage](mymenu.1) for further documentation.
+Check out the [manpage](mymenu.1) for further documentation. Check out
+also the [template](Xexample) for the resources.
---
--- /dev/null
+++ Xexample
@@ -0,0 +1,15 @@
+MyMenu.font: -misc-tamsyn-medium-r-normal--15-108-100-100-c-80-iso8859-1
+
+MyMenu.width: 100%
+MyMenu.height: 30
+MyMenu.x: 0
+MyMenu.y: 0
+
+MyMenu.prompt.background: #222
+MyMenu.prompt.foreground: #eaeaea
+
+MyMenu.completion.background: #222
+MyMenu.completion.foreground: #eaeaea
+
+MyMenu.completion_highlighted.background: #eaeaea
+MyMenu.completion_highlighted.foreground: #222
Omar Polo