|
|
@ -33,14 +33,18 @@
|
|
|
|
"network": {
|
|
|
|
"network": {
|
|
|
|
"interval": 2,
|
|
|
|
"interval": 2,
|
|
|
|
"format-icons": [" ", " ", " ", " "],
|
|
|
|
"format-icons": [" ", " ", " ", " "],
|
|
|
|
"format-ethernet": "ETH: {bandwidthTotalBytes}",
|
|
|
|
"format-disconnected": " ",
|
|
|
|
"format-wifi": "WLAN: {icon}",
|
|
|
|
"format-ethernet": " ",
|
|
|
|
"tooltip-format": "DOWN: {bandwidthDownBits} UP: {bandwidthUpBits} IP: {ipaddr}"
|
|
|
|
"format-wifi": "{icon}",
|
|
|
|
|
|
|
|
"tooltip-format-wifi": "{essid} {ipaddr} {bandwidthDownBits} {bandwidthUpBits}",
|
|
|
|
|
|
|
|
"tooltip-format-ethernet": "{ipaddr} CAP: {bandwidthTotalBits} {bandwidthDownBits} {bandwidthUpBits}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"battery": {
|
|
|
|
"format": "BAT: {capacity}%",
|
|
|
|
"format": "{icon} {capacity}%",
|
|
|
|
|
|
|
|
"format-charging": " {capacity}%",
|
|
|
|
|
|
|
|
"format-icons": [ "", "", "", "", "", "", "", "", "", "", ""],
|
|
|
|
"format-tooltip": "{timeTo}",
|
|
|
|
"format-tooltip": "{timeTo}",
|
|
|
|
"format-time": "{H} hours {M} minutes",
|
|
|
|
"format-time": "{H}:{M}",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"custom/bg": {
|
|
|
|
"custom/bg": {
|
|
|
|
"exec": "echo -e '\uf1c5'",
|
|
|
|
"exec": "echo -e '\uf1c5'",
|
|
|
|