chore(waybar): rework modules
This commit is contained in:
parent
d732e1bda2
commit
a3b08d0a40
1 changed files with 6 additions and 6 deletions
|
@ -92,7 +92,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"memory" = {
|
"memory" = {
|
||||||
"format" = "{used:0.1f}G/{total:0.1f}G ";
|
"format" = "{used:0.0f}/{total:0.0f}G ";
|
||||||
"interval" = 30;
|
"interval" = 30;
|
||||||
"states" = {
|
"states" = {
|
||||||
"critical" = 90;
|
"critical" = 90;
|
||||||
|
@ -100,11 +100,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"network" = {
|
"network" = {
|
||||||
"format-alt" = "{ifname}: {ipaddr}/{cidr} ";
|
"format-alt" = "{ifname}: {essid} {ipaddr}/{cidr} ";
|
||||||
"format-disconnected" = "Disconnected ⚠ ";
|
"format-disconnected" = "Disconnected ⚠ ";
|
||||||
"format-ethernet" = "{ifname} ";
|
"format-ethernet" = "{ifname} ";
|
||||||
"format-linked" = "{ifname} (No IP) ";
|
"format-linked" = "{ifname} (No IP) ";
|
||||||
"format-wifi" = "{essid} ({signalStrength}%) ";
|
"format-wifi" = "{signalStrength}% ";
|
||||||
"tooltip" = false;
|
"tooltip" = false;
|
||||||
};
|
};
|
||||||
"privacy"= {
|
"privacy"= {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue