Troubleshooting
This page covers issues beyond the FAQ.
Panel Does Not Appear
Section titled “Panel Does Not Appear”- Ensure Hyprland is running and the layer rules from Post Installation are applied.
- Kill any conflicting bar:
pkill bar-name. - Start Tsumiki:
tsu -startand watch the log output.
Widget Missing
Section titled “Widget Missing”- Confirm the widget is enabled in
config.tomlunder[widgets.<name>]. - Verify the widget is listed in a
layoutsection. - Check for
ModuleNotFoundErrorand install dependencies withtsu -setup.
Theme Not Applying
Section titled “Theme Not Applying”- Confirm
theme_nameinconfig.tomlmatches a file inthemes/. - Recompile styles:
./init.sh -recompile. - For Matugen, see Theming with Matugen.
High CPU or Memory
Section titled “High CPU or Memory”- Reduce polling intervals in widget config.
- Disable unused widgets and modules.
- Enable
auto_hideto reduce redraws.
Still Stuck?
Section titled “Still Stuck?”Open an issue with your config.toml and logs from tsu -start.