diff options
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 |