waybar: Fix format
This commit is contained in:
parent
51c3fff85c
commit
ed8177dad2
|
@ -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! ⚠";
|
||||
|
|
Loading…
Reference in New Issue