From 9fdbf8f8462657c2623dde443ce1046452d47106 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Sat, 1 Aug 2026 21:25:52 -0700 Subject: more waybar text-only tweaks --- dot-config/waybar/config.jsonc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'dot-config/waybar/config.jsonc') diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index 3676989..98570a5 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -64,15 +64,15 @@ "warning": 30, "critical": 15 }, - "format": "Bat:{capacity}%", - "format-charging": "Charging:{capacity}%", - "format-plugged": "Plugged:{capacity}%", - "format-alt": "Bat:{time}", + "format": "Battery[{capacity}%]", + "format-charging": "Charging[{capacity}%]", + "format-plugged": "Plugged[{capacity}%]", + "format-alt": "Battery[{time}]", }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "Wifi:{essid}({signalStrength}%)", - "format-ethernet": "Wired:{ipaddr}/{cidr}", + "format-wifi": "Wifi[{essid}:{signalStrength}%]", + "format-ethernet": "Wired[{ipaddr}/{cidr}]", "tooltip-format": "{ifname} via {gwaddr}/{cidr}\ni am {ipaddr}/{cidr}\n{signalStrength}% strength at {bandwidthUpBytes} up and {bandwidthDownBytes} down", "format-linked": " {ifname}:No IP", "format-disconnected": "Disconnected", @@ -80,12 +80,12 @@ }, "pulseaudio": { // "scroll-step": 1, // %, can be a float - "format": "{icon}:{volume}% | {format_source}", - "format-bluetooth": "{icon}(BT):{volume}% | {format_source}", - "format-bluetooth-muted": "{icon}(BT):Muted | {format_source}", - "format-muted": "{icon}:Muted | {format_source}", - "format-source": "Mic:{volume}%", - "format-source-muted": "Mic:Muted", + "format": "{icon}[{volume}%] {format_source}", + "format-bluetooth": "{icon}[BT:{volume}%] {format_source}", + "format-bluetooth-muted": "{icon}[BT:Muted] {format_source}", + "format-muted": "{icon}[Muted] {format_source}", + "format-source": "Mic[{volume}%]", + "format-source-muted": "Mic[Muted]", "format-icons": { "headphone": "Headphones", "hands-free": "", -- cgit v1.3