da-rth / yasb

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

Add cli commands #22

Closed XxnittanixX closed 1 year ago

XxnittanixX commented 2 years ago

Like yasb.exe -h Output: useful information on how to customize. About project the link to ur page

-r -reload reloads the bar

-a -apply apply css style example : yasb.exe -a path to css and path of the other -e -edit edit css with defualt editor

Maybe a json file saying hey true or false bar top =true or false for bottom ... basic functions and what not hope this helps and doesnt make things to complicated.

-u -update

da-rth commented 1 year ago

A cli interface has been added to the YASB tauri port, including help, styles and config loading commands. Marking as complete as there is no plan to introduce this to YASB v1