This commit is contained in:
2026-01-01 22:58:38 +04:00
parent c842933094
commit dc557284b6
3 changed files with 36 additions and 14 deletions

View File

@@ -104,14 +104,14 @@
min-height: 0;
margin: 0;
padding: 0;
font-family: "Iosevka Custom";
font-family: "Noto Sans";
}
/* The whole bar */
window#waybar {
background: @bg0_h;
color: @theme_text_color;
font-size: 12px;
font-size: 14px;
}
/* Each module */
@@ -255,7 +255,7 @@ window#waybar {
}
#custom-taskwarrior {
background-color: @warning_color;
background-color: @green1;
color: @theme_base_color;
font-weight: bold;
padding-left: 10px;
@@ -263,7 +263,7 @@ window#waybar {
}
#custom-playerctl {
background-color: @aqua1;
background-color: @blue1;
color: @theme_base_color;
font-weight: bold;
padding-left: 10px;