AronaGrid - Xenon257R/blue-archive-rainmeter GitHub Wiki

images/list/aronagrid.png

This skin is a 12x12 cell grid best used for System specs and shortcuts to various critical system files and folders.

Context Menu Options

Name Type Example Notes
dimensions string 0,0,4,2 The dimensions must follow the exact syntax of x,y,w,h. x and y are 0-indexed.
image string image.jpg The root directory of the images is located in @Resources\assets\largebuttons.
class string version Only two classes exist and used once each: version and resources. Basic entries do not need a class.
execution string "C:\Windows" The syntax is the same as one Rainmeter bang without the enclosing brackets.

Mouse Actions

  • Left-clicking a Cell: Executes its programmed function.

Details

version and resources

These two special classes are reserved classes and can only be instanced once each, with the first to claim it being the winning cell.

  • version makes the cell a GitHub tracker for this Rainmeter suite's updates. It has a minimum size requirement of 5x2, and its execution parameter will be overwritten to open the Suite's Releases page.
  • resources makes the cell a system metrics display. It has a minimum size requirement of 4x4. From top to bottom, it displays:
    • CPU
    • RAM
    • GPU
    • C:\ used storage
    • D:\ used storage

12x12 Grid, 12 Cells Maximum

There exists a virtual 12x12 grid in which you are placing your cells into. Also, due to the nature of Rainmeter, graphical elements have to be "reserved" ahead of time for rendering, and thus for the grid I have reserved enough meters to render up to 12 cells. This limit is indeed arbitrary, but 12 cells should more than suffice for a 12x12 grid.

Attempts to place cells outside of those boundaries or making large cells doing the same thing is ill-advised. There are soft locks in place that will warn you whenever you attempt to do so, but is not fully restricted. You may also overlap cells if that is what you desire. Overall, the script will mostly leave it to your devices in building the grid in the way you desire.