-
Notifications
You must be signed in to change notification settings - Fork 33
FAQ
github-actions edited this page Jan 1, 2025
·
2 revisions
A: This usually happens because:
- Required Nerd Fonts are not installed or other font defined in styles.css
- Recommended JetBrainsMono Nerd Font
- Restart YASB after font installation
A: Check these points:
- Windows 10/11 transparency effects are enabled in system settings
- The
blur_effect
is enabled in config.yaml - Your GPU drivers are updated
- Windows composition is enabled
A: Default location: C:/Users/{username}/.config/yasb/
Required files:
-
config.yaml
- Main configuration -
styles.css
- Visual styling
A: After updates:
- Check release notes for breaking changes
- Compare your config with the latest example config
- Backup your configs before updating
A: Delete the config.yaml
and styles.css
files in the config directory. YASB will create new default files on the next run.
A: Modify the position
value in config.yaml
:
-
top
- Top of the screen -
bottom
- Bottom of the screen
A: Run yasbc update
in the terminal to check for updates.
A: Adjust the bar height
value in config.yaml
to change the bar size.
A: Check the yasb.log
file in the config directory for errors. or run yasbc logs
in the terminal.
A: Verify:
- Valid API key from weatherapi.com
- Correct
api_key
andlocation
in settings - Active internet connection
A: Note:
- Only shows minimized windows
- System tray apps won't appear
- Check
window_class
filters in config
A: Common causes:
- Low
update_interval
values - Too many real-time widgets
- Both
watch_config
andwatch_stylesheet
enabled
A: Solutions:
- Use
yasbc enable-autostart --task
to create a scheduled task for YASB - Check startup programs for conflicts
A: Edit styles.css
:
.yasb-bar { /* Main bar */ }
.widget { /* All widgets */ }
.clock-widget { /* Specific widget */ }
A: Limitations:
- Basic CSS properties supported
- No advanced CSS3 features
- Check syntax in styles.css
- Restart YASB after changes