ui-settings.tin 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #var tmux-update-events[DEFAULT] {char/score};
  2. #var tmux-pane-border-format[DEFAULT] {
  3. {left} {ID: [<g23><188>\$char[档案][账号]<099>]}
  4. {centre} {大名: [\$char[档案][大名]]}
  5. {right} {头衔: [\$char[档案][头衔]]}
  6. };
  7. #nop {Top} {TopSepBar} {MidSepBar} {Bot} {BotSepBar};
  8. #list prompt-fields create {
  9. { {place}{BotSepBar} {label}{<119>警报} {name}{alert} }
  10. { {place}{BotSepBar} {label}{屏幕美化} {name}{beautify} {cooldown}{600} {visibility}{HideCool} }
  11. { {place}{BotSepBar} {label}{状态栏更新} {name}{disable} {visibility}{HideLabel} }
  12. { {place}{BotSepBar} {label}{随手记} {name}{note} {color}{<134>}}
  13. };
  14. #nop 配色主题,注意这里不要直接嵌入 SGR(ansi codes),否则计算宽度时会有问题。;
  15. #var prompt-theme {
  16. {Disable}{<bbc>}
  17. {BusyColor}{<239>}
  18. {BattleColor}{<119>}
  19. {BattleBusyColor}{<599><119>}
  20. {TopSepBar}{<229>}
  21. {MidSepBar}{<229>}
  22. {BotSepBar}{<229>}
  23. {HotLabel}{<199><F399>}
  24. {CoolLabel}{<109>}
  25. {Value}{<299>}
  26. };
  27. #nop 自定义图标;
  28. #var prompt-icon {
  29. {DisableRefresh}{🚫}
  30. };
  31. #var prompt-prompt {};
  32. #nop 热键绑定;
  33. #list global-key-bindings create {
  34. {{key}{\cd} {action}{cli.SmartToggle}}
  35. {{key}{\cos} {action}{prompt.ToggleSwitch}}
  36. {{key}{\cob} {action}{beautify.ToggleSwitch}}
  37. {{key}{\coD} {action}{xtt.ToggleDisableCommands}}
  38. {{key}{\col} {action}{option.List}}
  39. {{key}{\cod} {action}{option.Toggle DebugLog}}
  40. {{key}{\coe} {action}{option.Toggle EchoCommand}}
  41. };