[waybar] use mocha
This commit is contained in:
parent
a888ea94e5
commit
a9ca845b62
2 changed files with 12 additions and 6 deletions
|
|
@ -1,10 +1,4 @@
|
||||||
@import "mocha.css";
|
@import "mocha.css";
|
||||||
#custom-uair.resumed {
|
|
||||||
color: #f87171;
|
|
||||||
}
|
|
||||||
#custom-watson.nothing {
|
|
||||||
color: #f87171;
|
|
||||||
}
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
*
|
*
|
||||||
* Waybar configuration
|
* Waybar configuration
|
||||||
|
|
@ -221,3 +215,9 @@ window#waybar {
|
||||||
#custom-valent.dangerously-empty {
|
#custom-valent.dangerously-empty {
|
||||||
color: @warning_color;
|
color: @warning_color;
|
||||||
}
|
}
|
||||||
|
#custom-uair.resumed {
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
#custom-watson.nothing {
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -215,3 +215,9 @@ window#waybar {
|
||||||
#custom-valent.dangerously-empty {
|
#custom-valent.dangerously-empty {
|
||||||
color: @warning_color;
|
color: @warning_color;
|
||||||
}
|
}
|
||||||
|
#custom-uair.resumed {
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
#custom-watson.nothing {
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue