A rather simple theme for YASB with the idea of keeping it minimalistic while having nice visuals with Acrylic effects.
This cannot be hosted on the official YASB themes repo due to its complex CSS structure which I personally want to keep that way to make it easier to extend and modularize.
- Install YASB from https://github.com/amnweb/yasb
- Follow the setup instructions and make sure the status bar loads without issues
- Download this repository as a .zip package here
- Open the explorer and navigate to C:/Users/{USERNAME}/.config/yasb
- (Optional) Backup your current config.yaml and styles.css
- Paste the contents of the .zip into your yasb folder
- Rename config.public.yaml to config.yaml
- Rename .env.sample to .env
- (Optional) Open the .env file and change the Weather API key and location if you want to use the weather widget
- Install the JetBrainsMono Nerd Font for the icons to work
If you want to configure the widgets I would highly suggest to check the documentation on the official YAML repository.
As for the styling, it would also be best to follow the guides and examples from the YAML documentations. But if you only want to adapt some colors, font-sizes and maybe spacings, simply open the styles.css from the root folder and adapt the variables to your liking.
The individual widget styles are then located in /styles/widgets.
If you don't like the font, you can install a different Nerd Font and change it in the /styles/global/global-styles.css.
- Due to the modular CSS structure, changing anything in the imported .css files (within the styles folder) will not trigger an immediate reload. To reload the styles you need to change and save the main styles.css
This repository is licensed under the MIT License. See the LICENSE file for more details.