diff options
author | Steven Erenst <stevenerenst@gmail.com> | 2015-10-28 10:47:18 -0700 |
---|---|---|
committer | Steven Erenst <stevenerenst@gmail.com> | 2015-10-28 10:47:18 -0700 |
commit | ef603c46b573c07ca12af8743b6ec1de6fe27bed (patch) | |
tree | 19ead552ea6e80b8c5304d1430ed8849ed5369e8 | |
parent | fa8a5323b6d93da37a9ac13164e8d37c7ed7f15b (diff) | |
download | profani-tty-ef603c46b573c07ca12af8743b6ec1de6fe27bed.tar.gz |
Fix statusbar time in complex theme
The complex theme had the time in the status bar set to `$H:$M:%S` which resulted in the time being displayed as `$H:$M:30`.
-rw-r--r-- | themes/complex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/complex b/themes/complex index 2f8e2d8f..61af29b1 100644 --- a/themes/complex +++ b/themes/complex @@ -9,7 +9,7 @@ time.muc=%d/%m/%y %H:%M:%S time.mucconfig=%d/%m/%y %H:%M:%S time.private=%d/%m/%y %H:%M:%S time.xmlconsole=%d/%m/%y %H:%M:%S -time.statusbar=$H:$M:%S +time.statusbar=%H:%M:%S resource.title=true resource.message=true statuses.console=all |