diff options
author | James Booth <boothj5@gmail.com> | 2016-10-16 22:20:36 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-10-16 22:20:36 +0100 |
commit | 503e0ae38ee70497ffc5cd90a4443ca87cd468f6 (patch) | |
tree | 8cb7562ef23cdd16f1506aa65713ae54ab28d509 /themes | |
parent | 333403d2e5c54039d84578c94dfe777ebf7d08d0 (diff) | |
download | profani-tty-503e0ae38ee70497ffc5cd90a4443ca87cd468f6.tar.gz |
Fix time.xmlconsole in themes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bios | 2 | ||||
-rw-r--r-- | themes/boothj5 | 2 | ||||
-rw-r--r-- | themes/boothj5_laptop | 2 | ||||
-rw-r--r-- | themes/boothj5_slack | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/themes/bios b/themes/bios index 3d524652..80ac885f 100644 --- a/themes/bios +++ b/themes/bios @@ -86,7 +86,7 @@ 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.xmlconsole=%H:%M:%S time.statusbar=%H:%M:%S time.lastactivity=%d/%m/%y %H:%M:%S privileges=true diff --git a/themes/boothj5 b/themes/boothj5 index fc7c8b8a..a0da10c5 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -86,7 +86,7 @@ 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.xmlconsole=%H:%M:%S time.statusbar=%H:%M:%S time.lastactivity=%d/%m/%y %H:%M:%S privileges=true diff --git a/themes/boothj5_laptop b/themes/boothj5_laptop index f1da2d1d..8c5a9a26 100644 --- a/themes/boothj5_laptop +++ b/themes/boothj5_laptop @@ -86,7 +86,7 @@ time.chat=%H:%M:%S time.muc=%H:%M:%S time.mucconfig=off time.private=%H:%M:%S -time.xml=%H:%M:%S +time.xmlconsole=%H:%M:%S time.statusbar=%H:%M:%S time.lastactivity=%d/%m/%y %H:%M:%S privileges=true diff --git a/themes/boothj5_slack b/themes/boothj5_slack index 2c306598..b372df77 100644 --- a/themes/boothj5_slack +++ b/themes/boothj5_slack @@ -86,7 +86,7 @@ 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.xmlconsole=%H:%M:%S time.statusbar=%H:%M:%S time.lastactivity=%d/%m/%y %H:%M:%S privileges=false |