Removed weird new character from waybar config, prob weird font awesome stuff.
This commit is contained in:
parent
77e93380ef
commit
a2b52d6cc4
|
|
@ -58,7 +58,7 @@ in {
|
|||
on-click-right = "exec bluetoothctl disconnect";
|
||||
};
|
||||
cpu = { format = "{usage}% "; };
|
||||
memory = { format = "{used:0.1f}GB/{total:0.1f}GB "; };
|
||||
memory = { format = "{used:0.1f}GB/{total:0.1f}GB"; };
|
||||
disk = {
|
||||
format = "{used} ";
|
||||
path = "/";
|
||||
|
|
|
|||
Loading…
Reference in a new issue