refactor: only use medium nerdfont

This commit is contained in:
2024-09-12 21:38:34 +02:00
parent a5f1ed2a33
commit 2463ea459c
14 changed files with 23 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ export const WaybarRAMWidget = (props: {
className="px-[0.625rem]"
tooltip={`Memory - ${used.toFixed(1)}GB used`}
>
{usage}%
<span className="font-normal"></span> {usage}%
</WaybarWidget>
);
};