da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 78 forks source link

[BUG] #128

Open GPananaiz opened 6 months ago

GPananaiz commented 6 months ago

when i try to run it this is what it prints,

2024-01-17 22:43:11 INFO log.py: Yasb - Yet Another Status Bar 2024-01-17 22:43:11 ERROR config.py: The config file 'C:\Users\usr.yasb\config.yaml' contains validation errors. Please fix: widgets:

2024-01-17 22:43:11 ERROR config.py: User config file could not be loaded. Exiting Application.

xiaoyaoshengy commented 6 months ago

At line 461 of src\config.yaml, the following 7 lines are indented incorrectly and need to be corrected: image

AverageMarshmallo commented 6 months ago

The problem has already been described in issue #113. There is also already a PR with solution #114.