feat(wm): set waybar bg to darker catppuccin color
This commit is contained in:
parent
4e791cba65
commit
b62a1dfa75
1 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
* Keyframes
|
* Keyframes
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
@keyframes blink-warning {
|
@keyframes blink-warning {
|
||||||
70% {
|
70% {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
@keyframes blink-critical {
|
@keyframes blink-critical {
|
||||||
70% {
|
70% {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background: #24273a;
|
background: #1e1e2e;
|
||||||
color: #f0c6c6;
|
color: #f0c6c6;
|
||||||
font-family: Cantarell, Noto Sans, sans-serif;
|
font-family: Cantarell, Noto Sans, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
/* No styles */
|
/* No styles */
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu.warning {
|
#cpu.warning {
|
||||||
|
|
@ -199,4 +199,4 @@
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
border-color: #c9545d;
|
border-color: #c9545d;
|
||||||
color: #c9545d;
|
color: #c9545d;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue