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