waybar: Fix format

This commit is contained in:
Pyrox 2023-03-06 22:23:21 -05:00
parent 51c3fff85c
commit ed8177dad2
Signed by: thehedgehog
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -41,8 +41,10 @@
spacing = 12;
};
"clock" = {
tooltip-format = "{%H:%M:%S}<tt><small>{calendar}</small></tt>";
tooltip-format = "<tt><small>{calendar}</small></tt>";
format = "{:%H:%M:%S} ";
format-alt = "{%d %b %Y}";
interval = 30;
};
"cpu" = {
format = "{usage}% ";
@ -74,7 +76,7 @@
format-icons = ["" "" "" "" ""];
};
"network" = {
format-wifi = "{essid}";
format-wifi = "{essid}<big></big>";
format-ethernet = "{ifname}: {ipaddr}/{cidr} ";
format-linked = "{ifname} (No IP) ";
format-disconnected = "Disconnected! ";