Updated config
This commit is contained in:
@ -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": "",
|
||||
|
Reference in New Issue
Block a user