update waybar config

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

View file

@ -109,8 +109,8 @@
},
"memory": {
"interval": 1,
// "format": "{}%  "
"format": " {used:0.1f}/{total:0.1f}G  {swapUsed:0.1f}/{swapTotal:0.1f}G",
// "format": "{}%  "
"format": " {used:0.1f}/{total:0.1f}G  {swapUsed:0.1f}/{swapTotal:0.1f}G",
"on-click": "alacritty --class floating_htop -e htop -t"
},
"temperature": {
@ -147,28 +147,28 @@
"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) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": " {ipaddr}/{cidr}"
"format-alt": " {ipaddr}/{cidr}"
},
"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-bluetooth-muted": " {icon} {format_source}",
"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"