Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NX-Fetch-Rem Switch: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 49: Line 49:
* <code>format.module=...</code> formats built-in values using tokens
* <code>format.module=...</code> formats built-in values using tokens


=== Custom modules ===
== Custom modules ==
<pre>
<pre>
label.custom.btw=Fetch
label.custom.btw=Fetch
Line 58: Line 58:
If <code>label.custom.btw</code> is missing, the label defaults to the module name.
If <code>label.custom.btw</code> is missing, the label defaults to the module name.


=== Simple lines ===
== Simple lines ==
<pre>
<pre>
simple.1.space=     
simple.1.space=     
Line 71: Line 71:
* <code>simple.3.*</code> -> white
* <code>simple.3.*</code> -> white


=== Logo ===
== Logo ==
Leave this commented to use the built-in logo:
Leave this commented to use the built-in logo:


Line 84: Line 84:


Note: the quick color switching on the arrows does not work as intended, so there is roughly a 5 second wait before the color can be changed.
Note: the quick color switching on the arrows does not work as intended, so there is roughly a 5 second wait before the color can be changed.
== Screenshots ==
[[File:NXFetchRemSwitch.png]]


==Changelog==  
==Changelog==  

Latest revision as of 07:16, 22 June 2026

NX-Fetch-Rem
General
Authorremn9k
TypeUtilities
Version0.1.0
LicenseMIT License
Last Updated2026/03/28
Links
Download
Website
Source

NX-Fetch-Rem is a configurable fork of NX-Fetch for Nintendo Switch homebrew. The project keeps the spirit of the original app, but makes it much easier to customize through an external config file instead of editing the source every time.

Features

  • Auto-generated config.ini on first launch.
  • Palette switching with left/right on the D-Pad.
  • Built-in system info modules.
  • Custom labeled modules like custom.btw.
  • Simple text-only lines like simple.1.space.
  • External logo support through logo_path.
  • Formatting and override support for built-in modules.

Installation

Put NX-Fetch-Rem.nro into sdmc:/switch/

Launch the app once.

The app will automatically create: sdmc:/switch/NX-Fetch-Rem/config.ini

Edit that file however you want.

Config

The full example config is in config.example.ini. The main ideas are:

  • modules=... controls order and visibility
  • palette=left:right:accent adds a color preset
  • custom.name=value adds a labeled custom module
  • simple.1.space=... adds a text-only line
  • override.module=... replaces a built-in value
  • format.module=... formats built-in values using tokens

Custom modules

label.custom.btw=Fetch
custom.btw=NX-Fetch-Rem
modules=os,custom.btw,battery

If label.custom.btw is missing, the label defaults to the module name.

Simple lines

simple.1.space=     
simple.3.sys=------- System -------
modules=simple.1.space,simple.3.sys,os,cfw

Default simple colors:

  • simple.1.* -> left palette color
  • simple.2.* -> right palette color
  • simple.3.* -> white

Leave this commented to use the built-in logo:

# logo_path=sdmc:/switch/NX-Fetch-Rem/logo.txt

Uncomment it to use a text file logo. If a line contains |, the text before it uses the left color and the text after it uses the right color. A sample file is included in logo.example.txt.

Controls

D-Pad Left/right - Switch palette

Note: the quick color switching on the arrows does not work as intended, so there is roughly a 5 second wait before the color can be changed.

Screenshots

Changelog

v0.1.0

  • First Release.

External links

Advertising: