da-rth / yasb

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

feat: add child css class for specific layout in komorebi-active-layout #90

Open Fuann-Kinoko opened 1 year ago

Fuann-Kinoko commented 1 year ago

a small change to allow different specific layouts to have different css.

Example.

.komorebi-active-layout .label.Monocle {
  color: red;
  margin-right:20px;
  font-size: 13px;
}