add config file: aria2 asdf zellij zsh bash starship Initial commit Changes to be committed: new file: .gitignore new file: app/aria2/AriaNg_config.json new file: app/aria2/AriaNg_config.toml new file: bombadil.toml new file: common/shell/asdf/asdfrc new file: common/shell/bash/bash.toml new file: common/shell/bash/bashrc new file: common/shell/shell.toml new file: common/shell/starship/starship.toml new file: common/shell/zellij/.config.kdl.swp new file: common/shell/zellij/config.kdl new file: common/shell/zellij/themes/README.md new file: common/shell/zellij/themes/catppuccin.kdl new file: common/shell/zellij/themes/dracula.kdl new file: common/shell/zellij/themes/everforest-dark.kdl new file: common/shell/zellij/themes/everforest-light.kdl new file: common/shell/zellij/themes/gruvbox.kdl new file: common/shell/zellij/themes/kanagawa.kdl new file: common/shell/zellij/themes/molokai-dark.kdl new file: common/shell/zellij/themes/nord.kdl new file: common/shell/zellij/themes/one-half-dark.kdl new file: common/shell/zellij/themes/solarized-dark.kdl new file: common/shell/zellij/themes/solarized-light.kdl new file: common/shell/zellij/themes/tokyo-night-dark.kdl new file: common/shell/zellij/themes/tokyo-night-light.kdl new file: common/shell/zellij/themes/tokyo-night-storm.kdl new file: common/shell/zellij/themes/tokyo-night.kdl new file: common/shell/zsh/check.sh new file: common/shell/zsh/zsh.toml new file: common/shell/zsh/zshenv new file: common/shell/zsh/zshrc new file: scripts/check.sh
30 lines
895 B
JSON
30 lines
895 B
JSON
{
|
|
"language": "zh_Hans",
|
|
"theme": "light",
|
|
"title": "${downspeed}, ${upspeed} - ${title}",
|
|
"titleRefreshInterval": 5000,
|
|
"browserNotification": false,
|
|
"rpcAlias": "",
|
|
"rpcHost": "192.168.68.101",
|
|
"rpcPort": "6800",
|
|
"rpcInterface": "jsonrpc",
|
|
"protocol": "http",
|
|
"httpMethod": "POST",
|
|
"secret": "UDNURVJY",
|
|
"extendRpcServers": [],
|
|
"globalStatRefreshInterval": 1000,
|
|
"downloadTaskRefreshInterval": 1000,
|
|
"swipeGesture": true,
|
|
"dragAndDropTasks": true,
|
|
"rpcListDisplayOrder": "recentlyUsed",
|
|
"afterCreatingNewTask": "task-list",
|
|
"removeOldTaskAfterRetrying": false,
|
|
"confirmTaskRemoval": true,
|
|
"includePrefixWhenCopyingFromTaskDetails": true,
|
|
"showPiecesInfoInTaskDetailPage": "le10240",
|
|
"afterRetryingTask": "task-list-downloading",
|
|
"displayOrder": "default:asc",
|
|
"fileListDisplayOrder": "default:asc",
|
|
"peerListDisplayOrder": "default:asc"
|
|
}
|