故障排除
- 确保 Hyprland 正在运行。
- 停止其他状态栏:
pkill bar-name。 - 启动 Tsumiki:
tsu -start。
- 确认组件已在
config.toml中启用。 - 检查它是否列在
layout部分中。
- 检查
config.toml中的theme_name。 - 重新编译:
./init.sh -recompile。
CPU 使用率高
Section titled “CPU 使用率高”- 减少轮询间隔。
- 禁用未使用的组件。
pkill bar-name。tsu -start。config.toml 中启用。layout 部分中。config.toml 中的 theme_name。./init.sh -recompile。