diff options
author | James Booth <boothj5@gmail.com> | 2015-09-30 23:20:29 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-30 23:20:29 +0100 |
commit | 06afcb5964309f97d107096491ef3e615278431b (patch) | |
tree | b675d14236d8da5046c30776d9a27e3c71d8980b /themes | |
parent | e9aff68947668b6e720d353ed395ed3369ca7ed0 (diff) | |
download | profani-tty-06afcb5964309f97d107096491ef3e615278431b.tar.gz |
Updated themes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/boothj5 | 7 | ||||
-rw-r--r-- | themes/complex | 7 | ||||
-rw-r--r-- | themes/simple | 9 |
3 files changed, 19 insertions, 4 deletions
diff --git a/themes/boothj5 b/themes/boothj5 index dfbb0192..251f2119 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -54,7 +54,12 @@ beep=false flash=false splash=true wrap=true -time=%d-%m-%y %H:%M +time.console=%H:%M:%S +time.chat=%d/%m/%y %H:%M:%S +time.muc=%d/%m/%y %H:%M:%S +time.mucconfig=off +time.private=%d/%m/%y %H:%M:%S +time.xml=%H:%M:%S time.statusbar=%H:%M:%S time.lastactivity=%d/%m/%y %H:%M:%S privileges=true diff --git a/themes/complex b/themes/complex index f71a7d47..470255da 100644 --- a/themes/complex +++ b/themes/complex @@ -3,7 +3,12 @@ beep=false flash=false splash=true wrap=true -time=%H:%M:%S +time.console=%d/%m/%y %H:%M:%S +time.chat=%d/%m/%y %H:%M:%S +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 resource.title=true resource.message=true diff --git a/themes/simple b/themes/simple index 8ba45b4c..03140560 100644 --- a/themes/simple +++ b/themes/simple @@ -3,8 +3,13 @@ beep=false flash=false splash=true wrap=true -time=%H:%M -time.statusbar= +time.console=off +time.chat=off +time.muc=off +time.mucconfig=off +time.private=off +time.xmlconsole=off +time.statusbar=off resource.title=false resource.message=false statuses.console=none |