New backup 2024-11-30 21:45:03
This commit is contained in:
parent
806ad96697
commit
3c4bc2db30
1 changed files with 5 additions and 4 deletions
|
@ -79,7 +79,8 @@
|
|||
|
||||
// Memory (RAM)
|
||||
"memory": {
|
||||
"format": "{percentage}% {swapPercentage}% "
|
||||
"format": "{percentage}% ",
|
||||
"tooltip-format": "{swapPercentage}% "
|
||||
},
|
||||
|
||||
// Temp
|
||||
|
@ -116,7 +117,7 @@
|
|||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ",
|
||||
"format-ethernet": "{essid} {ipaddr}/{cidr} 🖧",
|
||||
"format-ethernet": "{ipaddr} 🖧",
|
||||
"tooltip-format": "{ifname} via {gwaddr}",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "",
|
||||
|
@ -146,8 +147,8 @@
|
|||
// Pulseaudio
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% {icon}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": "🔇 {icon} {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon}",
|
||||
"format-bluetooth-muted": "🔇 {icon}",
|
||||
"format-muted": "🔇 {format_source}",
|
||||
"format-source": "{volume}% ",
|
||||
"format-source-muted": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue