bar: add "nothing" mode (#544)

This commit is contained in:
end-4
2024-06-08 20:20:50 +07:00
parent acd6154a75
commit 8752384306
3 changed files with 17 additions and 3 deletions
+5
View File
@@ -22,6 +22,11 @@ $bar_ws_width_focus_active: 2.045rem;
min-height: 1.364rem;
}
.bar-bg-nothing {
background-color: $layer0;
min-height: 2px;
}
.bar-bg-focus-batterylow {
background-color: mix($layer0, $errorContainer, 80%);
}