Add demo mode to cycle all themes
This commit is contained in:
@@ -196,6 +196,13 @@
|
||||
"layout": "two-line, segmented gradient",
|
||||
"preview": "[date time user] @host - /path"
|
||||
},
|
||||
{
|
||||
"id": "demo",
|
||||
"name": "Demo",
|
||||
"description": "Cycles through all styles each prompt.",
|
||||
"layout": "two-line, auto-rotate",
|
||||
"preview": "(auto-rotate)"
|
||||
},
|
||||
{
|
||||
"id": "radar",
|
||||
"name": "Radar",
|
||||
@@ -247,7 +254,7 @@
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"env": "PS1_STYLE=aurora|neon|forge|circuit|mono|git|hawolex|hawolexv2|radar|synthwave|noir|topo|glitch|arcticfire|acidlime; PS1_STYLE_PACK=standard|contest|holiday|custom; PS1_CONTEST_LAYOUT=day-time-user|user-time|time-user|day-time; PS1_HOLIDAY=christmas|easter|halloween|valentine|thanksgiving|newyear; PS1_GIT=0|1",
|
||||
"env": "PS1_STYLE=aurora|neon|forge|circuit|mono|git|hawolex|hawolexv2|radar|synthwave|noir|topo|glitch|arcticfire|acidlime|demo; PS1_STYLE_PACK=standard|contest|holiday|custom; PS1_CONTEST_LAYOUT=day-time-user|user-time|time-user|day-time; PS1_HOLIDAY=christmas|easter|halloween|valentine|thanksgiving|newyear; PS1_GIT=0|1",
|
||||
"config_file_keys": [
|
||||
"PS1_STYLE",
|
||||
"PS1_STYLE_PACK",
|
||||
|
||||
Reference in New Issue
Block a user