-
Notifications
You must be signed in to change notification settings - Fork 0
Modules
readf0x edited this page Dec 26, 2024
·
2 revisions
This was automatically generated from the module definitions using ChatGPT, I apologize for any errors, but I was too busy with the code itself to write this out manually.
- Description: Specifies the active modules in the prompt.
- Type: Array of strings.
-
Default:
["direnv", "nix", "visym", "error", "dir", "git", "jobs"]
- Description: Specifies the modules to display on the right side of the prompt.
- Type: Array of strings.
-
Default:
["time"]
- Description: Enables Kitty terminal integration.
- Type: Boolean.
-
Default:
"false"
- Description: Customizes the prompt structure.
- Type: Array of strings.
-
Default:
["⌠", "⎮", "⌡", "∫"]
- Description: Defines the format for the Direnv module in the prompt.
-
Default: Displays
"⌁"
in yellow (%F{11}
).
- Description: Icons used in the Nix module.
- Type: Array of strings.
-
Default:
["❄", "\uf313"]
- Description: Colors associated with the Nix module icons.
- Type: Array of strings.
-
Default:
["14", "13"]
- Description: Customizes the Vim mode indicators.
- Type: Array of strings (insert, visual, v-line, normal).
-
Default:
- Insert:
"○"
- Visual:
"◒"
- V-line:
"◐"
- Normal:
"●"
- Insert:
- Description: Colors associated with Vim modes.
- Type: Array of strings.
-
Default:
- Insert:
"10"
- Visual:
"13"
- V-line:
"13"
- Normal:
"9"
- Insert:
- Description: Formats the error codes in the prompt.
- Type: Function.
-
Default:
- 1:
"✘"
in red. - 2/127:
"?"
in yellow. - 126:
"⚠"
in red. - 130:
"☠"
in white. - 148:
"✱"
in magenta. - Default:
"✘"
in red.
- 1:
- Description: Formats the directory path in the prompt.
- Type: Function.
-
Default: Replaces the home directory with
~
in the path.
- Description: The color used for the directory path in the prompt.
- Type: String.
-
Default:
"12"
- Description: Icons used in the Git module.
- Type: Array of strings.
-
Default:
- Branch:
"⎇"
- Conflict:
"✘"
- Added:
"+"
- Push:
"↑"
- Pull:
"↓"
- Branch:
- Description: Colors associated with the Git module icons.
- Type: Array of strings.
-
Default:
- Branch:
"11"
- Conflict:
"9"
- Added:
"11"
- Push:
"14"
- Pull:
"14"
- Branch:
- Description: Icon used to indicate background jobs.
- Type: String.
-
Default:
"⚙"
- Description: Color used for the jobs indicator.
- Type: String.
-
Default:
"13"
- Description: Specifies the format for the time display in the prompt.
- Type: String.
-
Default:
"%T"
- Description: Icon used for displaying system uptime.
- Type: String.
-
Default:
"⏲"
- Description: Color used for the uptime icon.
- Type: String.
-
Default:
"12"
- Description: Icons used for battery status.
- Type: Array of strings.
-
Default:
["🗲", "\U000f0079"]
- Description: Color used for the battery status icons.
- Type: String.
-
Default:
"10"
- Description: Defines the format for displaying SSH user and host.
- Type: String.
-
Default:
"%F{12}${USER}%F{13}@%F{14}${HOSTNAME}"