38 lines
824 B
JSON
38 lines
824 B
JSON
{
|
|
"cpu": {
|
|
"interval": 2,
|
|
"format": "CPU: {usage}%",
|
|
"on-click": "$TERMINAL -e btop",
|
|
},
|
|
"custom/gpu": {
|
|
"interval": 2,
|
|
"format": "GPU: {}%",
|
|
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
|
"return-type": "",
|
|
"on-click": "$TERMINAL -e nvtop",
|
|
},
|
|
"memory": {
|
|
"interval": 2,
|
|
"format": "MEM: {used} GiB",
|
|
"on-click": "$TERMINAL -e btop",
|
|
},
|
|
"disk": {
|
|
"interval": 30,
|
|
"format": "SSD: {specific_used:0.0f} GiB",
|
|
"path": "/",
|
|
"unit": "GiB",
|
|
"on-click": "$TERMINAL -e dua i /",
|
|
},
|
|
"wireplumber": {
|
|
"format": "VOL: {volume}%",
|
|
"format-muted": "",
|
|
"scroll-step": 5,
|
|
"on-click": "easyeffects",
|
|
},
|
|
"clock": {
|
|
"interval": 60,
|
|
"format": "{:%H:%M}",
|
|
"tooltip-format": "{:%A, %Y-%m-%d}",
|
|
"on-click": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
|
|
},
|
|
} |