| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #var tmux-update-events[DEFAULT] {char/score};
- #var tmux-pane-border-format[DEFAULT] {
- {left} {ID: [<g23><188>\$char[档案][账号]<099>]}
- {centre} {大名: [\$char[档案][大名]]}
- {right} {头衔: [\$char[档案][头衔]]}
- };
- #nop {Top} {TopSepBar} {MidSepBar} {Bot} {BotSepBar};
- #list prompt-fields create {
- { {place}{BotSepBar} {label}{<119>警报} {name}{alert} }
- { {place}{BotSepBar} {label}{屏幕美化} {name}{beautify} {cooldown}{600} {visibility}{HideCool} }
- { {place}{BotSepBar} {label}{状态栏更新} {name}{disable} {visibility}{HideLabel} }
- { {place}{BotSepBar} {label}{随手记} {name}{note} {color}{<134>}}
- };
- #nop 配色主题,注意这里不要直接嵌入 SGR(ansi codes),否则计算宽度时会有问题。;
- #var prompt-theme {
- {Disable}{<bbc>}
- {BusyColor}{<239>}
- {BattleColor}{<119>}
- {BattleBusyColor}{<599><119>}
- {TopSepBar}{<229>}
- {MidSepBar}{<229>}
- {BotSepBar}{<229>}
- {HotLabel}{<199><F399>}
- {CoolLabel}{<109>}
- {Value}{<299>}
- };
- #nop 自定义图标;
- #var prompt-icon {
- {DisableRefresh}{🚫}
- };
- #var prompt-prompt {};
- #nop 热键绑定;
- #list global-key-bindings create {
- {{key}{\cd} {action}{cli.SmartToggle}}
- {{key}{\cos} {action}{prompt.ToggleSwitch}}
- {{key}{\cob} {action}{beautify.ToggleSwitch}}
- {{key}{\coD} {action}{xtt.ToggleDisableCommands}}
- {{key}{\col} {action}{option.List}}
- {{key}{\cod} {action}{option.Toggle DebugLog}}
- {{key}{\coe} {action}{option.Toggle EchoCommand}}
- };
|