From 3c4bc2db30389eb555fbcebf409482473caaa466 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 30 Nov 2024 21:45:03 -0800 Subject: [PATCH] New backup 2024-11-30 21:45:03 --- de/home/.config/waybar/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config index 9b6d040..9824368 100644 --- a/de/home/.config/waybar/config +++ b/de/home/.config/waybar/config @@ -79,7 +79,8 @@ // Memory (RAM) "memory": { - "format": "{percentage}%  {swapPercentage}% " + "format": "{percentage}% ", + "tooltip-format": "{swapPercentage}% " }, // Temp @@ -116,7 +117,7 @@ "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "format-wifi": "{essid} ", - "format-ethernet": "{essid} {ipaddr}/{cidr} 🖧", + "format-ethernet": "{ipaddr} 🖧", "tooltip-format": "{ifname} via {gwaddr}", "format-linked": "{ifname} (No IP) ", "format-disconnected": "", @@ -146,8 +147,8 @@ // Pulseaudio "pulseaudio": { "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": "🔇 {icon} {format_source}", + "format-bluetooth": "{volume}% {icon}", + "format-bluetooth-muted": "🔇 {icon}", "format-muted": "🔇 {format_source}", "format-source": "{volume}% ", "format-source-muted": "",