Updated config

This commit is contained in:
Eduard Urbach 2025-02-05 09:58:20 +01:00
parent d80336a55b
commit 39e52e6ec8
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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": "",