New backup 2024-11-30 21:45:03

This commit is contained in:
Penelope Gwen 2024-11-30 21:45:03 -08:00
parent 806ad96697
commit 3c4bc2db30

View file

@ -79,7 +79,8 @@
// Memory (RAM) // Memory (RAM)
"memory": { "memory": {
"format": "{percentage}%  {swapPercentage}% " "format": "{percentage}% ",
"tooltip-format": "{swapPercentage}% "
}, },
// Temp // Temp
@ -116,7 +117,7 @@
"network": { "network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface // "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ", "format-wifi": "{essid} ",
"format-ethernet": "{essid} {ipaddr}/{cidr} 🖧", "format-ethernet": "{ipaddr} 🖧",
"tooltip-format": "{ifname} via {gwaddr}", "tooltip-format": "{ifname} via {gwaddr}",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": "", "format-disconnected": "",
@ -146,8 +147,8 @@
// Pulseaudio // Pulseaudio
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon}",
"format-bluetooth-muted": "🔇 {icon} {format_source}", "format-bluetooth-muted": "🔇 {icon}",
"format-muted": "🔇 {format_source}", "format-muted": "🔇 {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "",