Waybar : Remove broken btop launch.

This commit is contained in:
Dmitry Voronin 2024-05-04 13:57:52 +03:00
parent 984f217835
commit 5ab9d12007
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -80,17 +80,14 @@
}, },
"cpu": { "cpu": {
"format": "{usage}% ({load})", "format": "{usage}% ({load})",
"tooltip": false, "tooltip": false
"on-click": "btop"
}, },
"memory": { "memory": {
"format": "{percentage}%", "format": "{percentage}%"
"on-click": "btop"
}, },
"temperature": { "temperature": {
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"format": "{temperatureC}°C", "format": "{temperatureC}°C"
"on-click": "btop"
} }
} }
''; '';