Removed weird new character from waybar config, prob weird font awesome stuff.

This commit is contained in:
vorboyvo 2024-11-07 12:33:08 -05:00
parent 77e93380ef
commit a2b52d6cc4

View file

@ -58,7 +58,7 @@ in {
on-click-right = "exec bluetoothctl disconnect"; on-click-right = "exec bluetoothctl disconnect";
}; };
cpu = { format = "{usage}% "; }; cpu = { format = "{usage}% "; };
memory = { format = "{used:0.1f}GB/{total:0.1f}GB "; }; memory = { format = "{used:0.1f}GB/{total:0.1f}GB"; };
disk = { disk = {
format = "{used} "; format = "{used} ";
path = "/"; path = "/";