diff options
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.theme b/default.theme index 4f8d0e77..5b6f7be2 100644 --- a/default.theme +++ b/default.theme @@ -50,6 +50,9 @@ # default foreground color (%N) - -1 is the "default terminal color" default_color = "-1"; +# print timestamp/servertag at the end of line, not at beginning +info_eol = "false"; + # these characters are automatically replaced with specified color # (dark grey by default) replaces = { "[]=" = "%K$*%n"; }; |