Updated config

This commit is contained in:
2025-02-05 09:58:20 +01:00
parent e411d35dd3
commit 549b443893
4 changed files with 30 additions and 7 deletions

View File

@ -31,6 +31,22 @@
"tooltip-format": "Number of running processes",
"on-click": "$TERMINAL -e btop",
},
"custom/tcp": {
"interval": 2,
"format": "[TCP] {}",
"exec": "lsof -tPniTCP | wc -l",
"return-type": "",
"tooltip-format": "Number of processes with TCP connections",
"on-click": "$TERMINAL -e bandwhich",
},
"custom/udp": {
"interval": 2,
"format": "[UDP] {}",
"exec": "lsof -tPniUDP | wc -l",
"return-type": "",
"tooltip-format": "Number of processes with UDP connections",
"on-click": "$TERMINAL -e bandwhich",
},
"wireplumber": {
"format": "[VOL] {volume}%",
"format-muted": "",