Skip to content

thomasroodnl/yasb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

617 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASB Reborn

A highly configurable Windows status bar written in Python.

Discord



Installation

Requirements

Installer

  • Visit the releases page.
  • Look for the latest release version, which will typically be listed at the top.
  • Under the "Assets" section of the release, you’ll find various files. Click on the installer file to download it.

Winget

Install the YASB using winget install

winget install --id AmN.yasb

Using Python

  • Install Python 3.12
  • Install required Python Modules:
    • pip install -r requirements.txt
    • Create the directory C:/Users/{username}/.config/yasb/ and copy styles.css and config.yaml into folder. If you don't have the .config/yasb/ directory, on first run, the application will create it for you with the default configuration.
    • Configure styles.css and config.yaml to your liking.
  • Start the application:
    • run python src/main.py in your terminal (or click yasb.vbs)

Demo YASB

Reborn Windows 11 Yasb 001 for more themes visit yasb-themes

Demo YASB + Komorebi

Theme Catppuccin Mocha Theme Catppuccin Mocha

Note

This repository is updated on a regular basis; when you update files, always check styles.css and config.yaml for new features and changes; otherwise, your config can be broken.

List of currently available widgets in YASB.

🏆 Contributors

Thanks to our amazing contributors!

YASB Contributors

About

A highly configurable cross-platform (Windows) status bar written in Python.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.1%
  • Other 0.9%