aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-15 15:48:45 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-15 15:49:59 +0200
commit0dd7536b5acd87733a0d179cf6451f5d51551e82 (patch)
tree80c936a65e84ec0e0d9e09a5762fdf743bc8791e /README.adoc
parent0750096827713a090fe8099aaca469c408bf36b9 (diff)
downloadxK-0dd7536b5acd87733a0d179cf6451f5d51551e82.tar.gz
xK-0dd7536b5acd87733a0d179cf6451f5d51551e82.tar.xz
xK-0dd7536b5acd87733a0d179cf6451f5d51551e82.zip
Update README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc
index ea378be..da7f3e7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -151,14 +151,18 @@ Beware that you can easily break the program if you're not careful.
How do I make xC look like the screenshot?
------------------------------------------
-First of all, you must build it with Lua support. With the defaults, 'xC'
-doesn't look too fancy because I don't want to depend on Lua or 256-colour
-terminals. In addition to that, I appear to be one of the few people who use
-black on white terminals.
+With the defaults, 'xC' doesn't look too fancy because I don't want to have
+a hard dependency on either Lua for the bundled script that provides an easily
+adjustable enhanced prompt, or on 256-colour terminals. Moreover, it's nearly
+impossible to come up with a colour theme that would work well with both
+black-on-white and white-on-black terminals, or anything wild in between.
+Assuming that your build supports Lua plugins, and that you have a decent,
+properly set-up terminal emulator, it suffices to run:
+
+ /set behaviour.backlog_helper = Press Tab here and change +Gb to +Gb1d
/set behaviour.date_change_line = "%a %e %b %Y"
/set behaviour.plugin_autoload += "fancy-prompt.lua"
- /set behaviour.backlog_helper = "LESSSECURE=1 less -R +Gb1d -Ps'Backlog ?ltlines %lt-%lb?L/%L. .?e(END):?pB%pB\\%..'"
/set attributes.userhost = "\x1b[38;5;109m"
/set attributes.join = "\x1b[38;5;108m"
/set attributes.part = "\x1b[38;5;138m"