From bee30af0c7adbc069784422ee86c6dee68910b41 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 4 Jun 2024 15:26:53 +0200 Subject: [PATCH] [waybar] feat: moved vpn and network details into a group --- apps/waybar/waybar.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/waybar/waybar.conf b/apps/waybar/waybar.conf index 6966e02..61563c2 100644 --- a/apps/waybar/waybar.conf +++ b/apps/waybar/waybar.conf @@ -34,7 +34,7 @@ // modules "backlight": { "device": "intel_backlight", - "format": "{icon} {percent}% ", + "format": "{icon} {percent}%", "format-icons": [ "󰃞", "󰃟", @@ -45,8 +45,8 @@ }, "battery": { - "format": "{icon} ", - "format-full": "{icon} ", + "format": "{icon} ", + "format-full": "{icon} ", "format-icons": [ "", "", @@ -118,14 +118,14 @@ "network": { "tooltip": false, - "format-wifi": "󰣶 ", + "format-wifi": "󰣶 {signalStrength}%", "format-ethernet": "󰱓 ", "on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh" }, "network#full": { "tooltip": true, - "format-wifi": "{essid}({signalStrength}%)", + "format-wifi": "{essid}", "format-ethernet": "󰱓 ", "tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", "tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}", @@ -133,7 +133,7 @@ }, "pulseaudio": { - "format": "{icon} {volume:2}% ", + "format": "{icon} {volume:2}%", "format-muted": "󰖁 ", "format-icons": { "headphone": "",