fix: waybar colors

This commit is contained in:
kenji
2025-12-27 11:14:39 -06:00
parent b9471c83ed
commit e8abbff15e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{config, ...}: {
programs.waybar = {
style = ''
@import "matugen.css"
@import "matugen.css";
* {
background-color: @background;
color: @foreground;
color: @on_surface;
border: none;
border-radius: 0;
@@ -81,7 +81,7 @@
}
#custom-screenrecording-indicator.active {
color: #a55555;
color: @on_secondary;
}
'';
};