update waybar config

This commit is contained in:
primardj 2024-07-20 23:57:19 +02:00
parent 1710a9f779
commit 0e273c92a0

View file

@ -147,7 +147,7 @@
"network": {
"interface": "wlan*", // (Optional) To force the use of this interface
"interval": 1,
"format-wifi": " {signalStrength}%", //"{essid} ({signalStrength}%) ",
"format-wifi": " {signalStrength}%", //"{essid} ({signalStrength}%)  ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{essid} - {ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
@ -156,19 +156,19 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format": "{volume}% {icon}{format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-muted": "{format_source}",
"format-source": " {volume}% ",
"format-source-muted": " ",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"default": ["", "", ""]
},
//"on-click": "pavucontrol"