From 8a351ecd7dd19ebf5c9dfc9641ca819c198764d6 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 4 Aug 2022 10:52:59 -0600 Subject: [PATCH] WFC Luciano Blocktronics theme --- art/themes/luciano_blocktronics/theme.hjson | 43 ++++++++++---------- art/themes/luciano_blocktronics/wfc.ans | Bin 3092 -> 3138 bytes 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index ff93609a..56a35ef7 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -249,35 +249,36 @@ mainMenuWaitingForCaller: { config: { // formats - quickLogTimestampFormat: "|01|02MM|08/|02DD hh:mm:ssa" - nowDateTimeFormat: "|00|11ddd|08, |11MMMM Do YYYY|08, |11h|08:|11mm|03a" + quickLogTimestampFormat: "|01|03MM|08/|03DD hh:mm:ssa" + nowDateTimeFormat: "|00|10ddd|08, |10MMMM Do YYYY|08, |10h|08:|10mm|02a" lastLoginDateTimeFormat: "|00|10ddd hh|08:|10mm|02a" // header - mainInfoFormat10: "|00|11{now} {currentUserName} |08- |03Prv|08:|11{newPrivateMail} |03Addr|08:|11{newMessagesAddrTo} |08- |03Avail|08:|11{availIndicator} |03Vis|08:|11{visIndicator}" + mainInfoFormat10: "|00|10{now} |10{currentUserName} |08- |02Prv|08:|10{newPrivateMail} |02Addr|08:|10{newMessagesAddrTo} |08- |02Avail|08:|10{availIndicator} |02Vis|07:|10{visIndicator}" // today - mainInfoFormat11: "|00|10{callsToday:>5}" - mainInfoFormat12: "|00|10{postsToday:>5}" - mainInfoFormat13: "|00|10{uploadsToday:>2} |08/ |10{uploadBytesToday!sizeWithoutAbbr:>3} |02{uploadBytesToday!sizeAbbr}" - mainInfoFormat14: "|00|10{downloadsToday:>2} |08/ |10{downloadBytesToday!sizeWithoutAbbr:>3} |02{downloadBytesToday!sizeAbbr}" - mainInfoFormat16: "|00|10{newUsersToday:>5}" + mainInfoFormat11: "|00|15{callsToday:>5}" + mainInfoFormat12: "|00|15{postsToday:>5}" + mainInfoFormat13: "|00|15{newUsersToday:>5}" + mainInfoFormat14: "|00|15{uploadsToday:<4}" + mainInfoFormat15: "|00|15{downloadsToday:<4}" + mainInfoFormat16: "|00|15{uploadBytesToday!sizeWithoutAbbr:<5} |07{uploadBytesToday!sizeAbbr}" + mainInfoFormat17: "|00|15{downloadBytesToday!sizeWithoutAbbr:<5} |07{downloadBytesToday!sizeAbbr}" + // last login - mainInfoFormat15: "|00|10{lastLoginUserName:<26} |02{lastLogin}" + mainInfoFormat18: "|00|15{lastLoginUserName:<26} |07{lastLogin}" // system stats - mainInfoFormat17: "|00|10{freeMemoryBytes!sizeWithoutAbbr} |02{freeMemoryBytes!sizeAbbr} free |08/ |10{totalMemoryBytes!sizeWithoutAbbr} |02{totalMemoryBytes!sizeAbbr}" - mainInfoFormat18: "|00|10{systemCurrentLoad} |02% |08/ |10{systemAvgLoad} |02load avg|08." - mainInfoFormat19: "|00|10{processUptimeSeconds!durationSeconds}" + mainInfoFormat20: "|00|15{freeMemoryBytes!sizeWithoutAbbr} |07{freeMemoryBytes!sizeAbbr} free |08/ |15{totalMemoryBytes!sizeWithoutAbbr} |07{totalMemoryBytes!sizeAbbr}" + mainInfoFormat22: "|00|15{systemCurrentLoad} |07% |08/ |15{systemAvgLoad} |07load avg|08." + mainInfoFormat24: "|00|15{processUptimeSeconds!durationSeconds} |08/ |15{processBytesIngress!sizeWithoutAbbr:>4} |07{processBytesIngress!sizeAbbr}|08/|15{processBytesEgress!sizeWithoutAbbr:>4} |07{processBytesEgress!sizeAbbr}" // totals - mainInfoFormat20: "|00|10{totalCalls:>5}" - mainInfoFormat21: "|00|10{totalPosts:>7}" - mainInfoFormat22: "|00|10{totalUsers:>5}" - mainInfoFormat23: "|00|10{totalFiles:>4} |08/ |10{totalFileBytes!sizeWithoutAbbr:>4} |02{totalFileBytes!sizeAbbr}" - mainInfoFormat24: "|00|10{processBytesIngress!sizeWithoutAbbr:>5} |02{processBytesIngress!sizeAbbr}" - mainInfoFormat25: "|00|10{processBytesEgress!sizeWithoutAbbr:>5} |02{processBytesEgress!sizeAbbr}" + mainInfoFormat19: "|00|15{totalCalls:>5}" + mainInfoFormat21: "|00|15{totalPosts:>7}" + mainInfoFormat23: "|00|15{totalUsers:>5}" + mainInfoFormat25: "|00|15{totalFiles:>4} |08/ |15{totalFileBytes!sizeWithoutAbbr:>4} |07{totalFileBytes!sizeAbbr}" quickLogLevel: info quickLogLevelIndicators: { @@ -299,7 +300,7 @@ statusAvailableIndicators: [ "N", "Y" ] statusVisibleIndicators: [ "N", "Y" ] - nodeStatusSelectionFormat: "|00|10{realName}\n{serverName}" + nodeStatusSelectionFormat: "|00|11{realName}\n{serverName}" } 0: { mci: { @@ -314,8 +315,8 @@ VM1: { height: 5 width: 37 - itemFormat: "|00 |11{node:<3.2} |10{userName:<12} |02{action:<14.13} |14{serverName}" - focusItemFormat: "|00|15> |11{node:<3.2} |10{userName:<12} |02{action:<14.13} |14{serverName}" + itemFormat: "|00 |11{node:<3.2} |11{userName:<12} |07{action:<14.13} |15{serverName}" + focusItemFormat: "|00|15> |11{node:<3.2} |11{userName:<12} |07{action:<14.13} |15{serverName}" focusItemAtTop: false } // quick log diff --git a/art/themes/luciano_blocktronics/wfc.ans b/art/themes/luciano_blocktronics/wfc.ans index ecb0eedd5ec20dacb212af45020fe5836dfa4eda..9bf19ca21893a2f8ab6ede54d203ee743f2109c8 100644 GIT binary patch literal 3138 zcmds3&5ja55N18%6DXIy5O3HsgEOlf%*f(~$dB#}DB(odQ8&^+K(Y_E-Zj~MiFJv* ziq+LW(+v#S4Z(wRAYIj6RbPEwRZXE!87cIgis!Rp+;C_C6#2YRQT7`au+wUv)JPPE zaVG-V;T9fcH<{m0?uA$%#sG)f-e+<9BxbQFg9f9v&D2Y8Jy1{^!em+jBC&b`koG19TJ6u z#aPySK>nzCVQMPSIRXpPquTQtz>2lc8etTZYS?Jh&Xi|vmD#{IKSTg<;j(1R!(M=< z0@4>YAkK4Mk-!8L1&j_Eo(qW1H_@RcFg4m>?FN^`f}eB=y$Y_E|HG z>+M#SxwuDpXM`;8ID&G(mdirFOxY6QVN^YKw$48V81L+*FyK0kOq;Vrw?V07nz{Ib z*nF7M8f!x2SXU4Z5U-XiKo6kdSG*yX1sw938kuP;ijisI;1e8Xsvvt?tD>vnbRqr2 zBVgG>g|EM1_sRn(=Y1mR7j+p_ARnHe(82=K%}Q_k{N*X~Wbl1*Jy@x(7eQ35!v-)k zn+%oOuu2DsnTlRpOoMiHxBRohU9|%~@%8+CF-qnT$#}F<*tusfk)|uPubVWP#U8ebnB@e4jWu9!>*Ll%Ty z7zHSB#BJsJjsVP91P@pQ#lq>pTM!5{LFi=W`I>Or^Ra7SSvSgoJVIW=bhS!ij6!$- z)PoqVmg@v`M=D%LT!R`kT=bVovPIh-MD|24u;r8zm&g+M4m&HEl5j7(xnj58!Z~fJ ziOtgO#U5h(-ie)DCJC|-zM_?`kXMOVq?kTc83c1m9+SxfsmijT;rLe}?ufA~fr zQ=ga@zqtEGX6BI1CXsb2K ztY{!}18E~t22S;+2w++%4dhtgGgpMu(DMVC{9;0HDWlnCyFm+A1dAXXj`Q>TCOV{;S#1EPgmgcN5!6VIBIG(=?))~g(8Oohx>6G;Z1-v4&NW)76J!kUh-Q)e#4Q-if zx#iIjIma1M{Tz_VY?HpnkrJI>tOd=Z;&VqP3~$eK%8jOCu+T#KuQd=fmH%X&#QBB9 zWXX!_iwuI@!v8QDwR-c@pj7m3Mjxv>uFJj@kUwle_Hi EZ!i);U;qFB