[waybar] use mocha

This commit is contained in:
Christophe Robillard 2025-08-11 22:16:49 +02:00
parent a888ea94e5
commit a9ca845b62
2 changed files with 12 additions and 6 deletions

View file

@ -1,10 +1,4 @@
@import "mocha.css";
#custom-uair.resumed {
color: #f87171;
}
#custom-watson.nothing {
color: #f87171;
}
/* =============================================================================
*
* Waybar configuration
@ -221,3 +215,9 @@ window#waybar {
#custom-valent.dangerously-empty {
color: @warning_color;
}
#custom-uair.resumed {
color: #f87171;
}
#custom-watson.nothing {
color: #f87171;
}

View file

@ -215,3 +215,9 @@ window#waybar {
#custom-valent.dangerously-empty {
color: @warning_color;
}
#custom-uair.resumed {
color: #f87171;
}
#custom-watson.nothing {
color: #f87171;
}