Changes

1,984 bytes added ,  18:11, 25 December 2019
Line 27: Line 27:  
See [[Homebrew Themes]] for a list of themes.
 
See [[Homebrew Themes]] for a list of themes.
   −
The string used for displaying the buttons/stars can be set with buttonAText, buttonBText, buttonXText, buttonMText, labelStarOnText, and labelStarOffText, but normally these can be left at the defaults. Change the value of the enableWaveBlending field to 1 to enable wave blending.
+
The string used for displaying the buttons/stars can be set with buttonAText, buttonBText, buttonXText, buttonYText, buttonMText, labelStarOnText, and labelStarOffText, but normally these can be left at the defaults. Change the value of the enableWaveBlending field to 1 to enable wave blending.
    
There's also borderColor, borderTextColor, and progressBarColor fields which can be set like the other color fields.
 
There's also borderColor, borderTextColor, and progressBarColor fields which can be set like the other color fields.
Line 99: Line 99:  
| infoMsg || Text for NoAppsFound_Msg. || Yes, Yes || posStart
 
| infoMsg || Text for NoAppsFound_Msg. || Yes, Yes || posStart
 
|-
 
|-
| menuPath || || No, Yes ||  
+
| menuPath || Menu path text. || No, Yes || posStart, size[0]
 
|-
 
|-
| menuTypeMsg || || No, Yes ||  
+
| menuTypeMsg || Text for the current type of menu (such as "Theme Menu"). Position is right-justified from posStart. || No, Yes || posStart
 
|-
 
|-
| msgBoxSeparator || || No, No ||  
+
| msgBoxSeparator || Message-box separator. Position is relative to the bottom of the box. || No, No || posStart[1]
 
|-
 
|-
| msgBoxBottomText || || No, No ||  
+
| msgBoxBottomText || Message-box text displayed at the bottom below the separator. Position is relative to the bottom of the box. || No, No || posStart[1]
 
|-
 
|-
| backWave || || No, Yes ||  
+
| backWave || Back wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
 
|-
 
|-
| middleWave || || No, Yes ||  
+
| middleWave || Middle wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
 
|-
 
|-
| frontWave || || No, Yes ||  
+
| frontWave || Front wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
 
|-
 
|-
| buttonA || || No, Yes ||  
+
| buttonA || Button A, displayed with the string from theme*.buttonAText. With posType=relative (default is absolute) the position is relative to buttonAText. || No, Yes || posType, posStart
 
|-
 
|-
| buttonAText || || No, Yes ||  
+
| buttonAText || Button A text. posType=true is the same as absolute since the base-pos is 0. || No, Yes || posType, posStart
 
|-
 
|-
| buttonB || || No, Yes ||  
+
| buttonB || Button B, displayed with the string from theme*.buttonBText. With posType=relative the base position is buttonBText. || No, Yes || posType, posStart
 
|-
 
|-
| buttonBText || || No, Yes ||  
+
| buttonBText || Button B text. With posType=relative the base position is buttonA. When buttonA is displayed with non-empty-directory, posStart is used, otherwise posEnd is used (buttonA not displayed). || No, Yes || posType, posStart
 
|-
 
|-
| buttonY || || No, Yes ||  
+
| buttonY || Button Y, displayed with the string from theme*.buttonYText. With posType=relative the base position is buttonYText. || No, Yes || posType, posStart
 
|-
 
|-
| buttonYText || || No, Yes ||  
+
| buttonYText || Button Y text. With posType=relative the base position is buttonB, or if that's not displayed (menu path is in the root directory) the base is buttonA instead. || No, Yes || posType, posStart
 
|-
 
|-
| buttonM || || No, Yes ||  
+
| buttonM || Button '-', displayed with the string from theme*.buttonMText. With posType=relative the base position is buttonMText. || No, Yes || posType, posStart
 
|-
 
|-
| buttonMText || || No, Yes ||  
+
| buttonMText || Button '-' text. With posType=relative the base position is buttonY. || No, Yes || posType, posStart
 
|-
 
|-
| buttonX || || No, Yes ||  
+
| buttonX || Button X, displayed with the string from theme*.buttonXText. With posType=relative the base position is buttonXText. || No, Yes || posType, posStart
 
|-
 
|-
| buttonXText || || No, Yes ||  
+
| buttonXText || Button X text. With posType=relative the base position is buttonM. || No, Yes || posType, posStart
 
|-
 
|-
 
| networkIcon || || No, Yes ||  
 
| networkIcon || || No, Yes ||