From 28afc56d84aea3db91bd1ec27e1b3394dfd64939 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 21 Jul 2018 23:59:14 -0600 Subject: [PATCH] Update luciano_blocktronics theme for Who's Online 'itemFormat' --- art/themes/luciano_blocktronics/theme.hjson | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index d1c11297..bf28baab 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -166,11 +166,12 @@ } mainMenuWhosOnline: { - config: { - listFormat: "|00|03{node:<6.6}|11{userName:<17.17}|03{affils:<19.19}|11{action:<20.20}|03{timeOn:<8}" - } mci: { - VM1: { height: 10, width: 20 } + VM1: { + height: 10, + width: 20 + itemFormat: "|00|03{node:<6.6}|11{userName:<17.17}|03{affils:<19.19}|11{action:<20.20}|03{timeOn:<8}" + } } } @@ -437,11 +438,12 @@ } fullLoginSequenceWhosOnline: { - config: { - listFormat: "|00|03{node:<6.6}|11{userName:<17.17}|03{affils:<19.19}|11{action:<20.20}|03{timeOn:<8}" - } mci: { - VM1: { height: 10, width: 20 } + VM1: { + height: 10, + width: 20 + itemFormat: "|00|03{node:<6.6}|11{userName:<17.17}|03{affils:<19.19}|11{action:<20.20}|03{timeOn:<8}" + } } }