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" = {
|
||||
"format" = "{used:0.1f}G/{total:0.1f}G ";
|
||||
"format" = "{used:0.0f}/{total:0.0f}G ";
|
||||
"interval" = 30;
|
||||
"states" = {
|
||||
"critical" = 90;
|
||||
|
@ -100,11 +100,11 @@ in
|
|||
};
|
||||
};
|
||||
"network" = {
|
||||
"format-alt" = "{ifname}: {ipaddr}/{cidr} ";
|
||||
"format-alt" = "{ifname}: {essid} {ipaddr}/{cidr} ";
|
||||
"format-disconnected" = "Disconnected ⚠ ";
|
||||
"format-ethernet" = "{ifname} ";
|
||||
"format-linked" = "{ifname} (No IP) ";
|
||||
"format-wifi" = "{essid} ({signalStrength}%) ";
|
||||
"format-ethernet" = "{ifname} ";
|
||||
"format-linked" = "{ifname} (No IP) ";
|
||||
"format-wifi" = "{signalStrength}% ";
|
||||
"tooltip" = false;
|
||||
};
|
||||
"privacy"= {
|
||||
|
@ -159,7 +159,7 @@ in
|
|||
};
|
||||
"temperature" = {
|
||||
"critical-threshold" = 80;
|
||||
"format" = "{temperatureC}°C ";
|
||||
"format" = " {temperatureC}°C ";
|
||||
"thermal-zone" = mkIf ( cfg.waybar.cpuThermal.thermalZone != "" )
|
||||
"${cfg.waybar.cpuThermal.thermalZone}";
|
||||
"hwmon-path-abs" = mkIf ( cfg.waybar.cpuThermal.hwmonPathAbs != "" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue