diff options
| author | EverythingWindows <[email protected]> | 2022-11-05 05:36:43 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-05 05:36:43 +0700 |
| commit | 60b6ce686dfd812c6f808a01463473610787e15c (patch) | |
| tree | d7361a19c15d58f25f2eba4e0f8280cd77f47403 /ShiftOS-TheRevival/MainForms/Strings.vb | |
| parent | 552304f614c30c8be8d2e5f042b39cadf3477bcf (diff) | |
| download | shiftos-therevival-old-60b6ce686dfd812c6f808a01463473610787e15c.tar.gz shiftos-therevival-old-60b6ce686dfd812c6f808a01463473610787e15c.tar.bz2 shiftos-therevival-old-60b6ce686dfd812c6f808a01463473610787e15c.zip | |
neofetch ported to shiftfetch
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Strings.vb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb index cbf28c6..89980bd 100644 --- a/ShiftOS-TheRevival/MainForms/Strings.vb +++ b/ShiftOS-TheRevival/MainForms/Strings.vb @@ -1,9 +1,9 @@ Public Class Strings Public Shared OSInfo() As String - Public Shared ComputerInfo(3) As String + Public Shared ComputerInfo(4) As String Public Shared IsFree As Boolean Public Shared OnceInfo(0) As String - Public Shared AvailableFeature(7) As String + Public Shared AvailableFeature(8) As String Public Shared CLIInterpreter As String Public Shared SaveFile As String @@ -34,6 +34,7 @@ '1 = Username (0.1) (default : user) '2 = Codepoint (0.2) (default : 0) '3 = Story Chapter (0.2) (default : 0 for New Game) + '4 = Installed Packages (0.2.3) (default : 0 for New Game) ' 'AvailableFeature (Default is defined on the Story Mode, Free Mode automatically assigns every available feature to 1, Unavailable in the Shiftorium assigned as 2, Upgraded assigned as 3) Strings: '0 = MAN command [Manual on each command] (0.2) (default : 0) @@ -44,6 +45,7 @@ '5 = Time by Second [Showing time in seconds form since midnight] (0.2.2) (default : 0) '6 = Time by Minutes [Showing time in minutes form since midnight] (0.2.2) (default : 0) '7 = Time by Hours [Showing time in hours form since midnight] (0.2.2) (default : 0) + '8 = Shiftfetch [ShiftOS port of Neofetch, A command-line system information tool] (0.2.3) (default : 0) ' 'Features bought hierarchy : 'ShiftOS Help Manual (MAN) (20 CP) @@ -51,6 +53,7 @@ '>Terminal Print (PRINT) (30 CP) '>>Terminal Display Driver (50 CP) '>>>Terminal InfoBar (55 CP) + '>>>Shiftfetch (75 CP) '>Time by Seconds (TIME, STIME) (10 CP) '>>Time by Minutes (TIME, MTIME) (20 CP) '>>>Time by Hours (Time, HTIME) (40 CP) |
