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