fixup! font: change to pixel fonts

This commit is contained in:
2026-06-05 02:16:23 +03:00
parent 5b93b31de3
commit 03fbc1e1b7
+2 -2
View File
@@ -51,7 +51,7 @@
}; };
pulseaudio = { pulseaudio = {
format = "{icon} {volume}%"; format = "{icon} {volume}%";
format-icons = { format-icons = {
headphone = ""; headphone = "";
hands-free = ""; hands-free = "";
@@ -161,7 +161,7 @@
background: transparent; background: transparent;
color: ${colors.base05}; color: ${colors.base05};
border-radius: ${radius}; border-radius: ${radius};
font-family: "Monocraft", "Font Awesome 6 Free", "Symbols Nerd Font"; font-family: "Symbols Nerd Font Mono", "Monocraft", "Font Awesome 7 Free";
font-weight: bold; font-weight: bold;
font-size: .85em; font-size: .85em;