From ab6b0d4f1393b45cefbe00e0e3d6f481a40d0022 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:24:41 +0100 Subject: waybar: show memory used/free and wifi SSID + signal + throughput --- dot_config/waybar/config.jsonc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index d37051c..568738f 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -31,9 +31,9 @@ }, "memory": { - "format": "MEM {}%", + "format": "MEM {used:0.1f}G used / {avail:0.1f}G free", "interval": 10, - "tooltip-format": "{used:0.1f}G / {total:0.1f}G", + "tooltip-format": "{used:0.1f}G used · {avail:0.1f}G free · {total:0.1f}G total ({percentage}%)", }, "temperature": { @@ -42,10 +42,12 @@ }, "network": { - "format-wifi": "{essid} ({signalStrength}%)", - "format-ethernet": "{ifname}", + "interval": 2, + "format-wifi": "{essid} {signalStrength}% ↓{bandwidthDownBits} ↑{bandwidthUpBits}", + "format-ethernet": "↓{bandwidthDownBits} ↑{bandwidthUpBits}", "format-disconnected": "disconnected", - "tooltip-format": "{ifname}: {ipaddr}/{cidr}", + "tooltip-format-wifi": "{essid} ({signalStrength}%) · {frequency} MHz\n{ifname}: {ipaddr}/{cidr}", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", }, "battery": { -- cgit v1.2.3-70-g09d2