better symbolic icons

This commit is contained in:
end-4
2024-03-25 16:26:48 +07:00
parent b592e05d44
commit 5886e53eb7
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -346,6 +346,7 @@ $bar_ws_width_focus_active: 2.045rem;
.bar-systray-item {
@include full-rounding;
@include element_decel;
@include symbolic-icon;
min-height: 1.032rem;
min-width: 1.032rem;
font-size: 1.032rem;
@@ -388,6 +389,7 @@ $bar_ws_width_focus_active: 2.045rem;
.bar-bluetooth-device {
@include full-rounding;
@include symbolic-icon;
min-height: 1.032rem;
min-width: 1.032rem;
font-size: 1.032rem;
+4
View File
@@ -29,6 +29,10 @@ $rounding_large: 1.705rem;
-gtk-outline-radius: 9999px;
}
@mixin symbolic-icon {
-gtk-icon-theme: 'Adwaita';
}
@mixin titlefont {
// Geometric sans-serif
font-family: "Gabarito", "Poppins", "Readex Pro", "Lexend", sans-serif;