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": {
"format": "{usage}% ({load})",
"tooltip": false,
"on-click": "btop"
"tooltip": false
},
"memory": {
"format": "{percentage}%",
"on-click": "btop"
"format": "{percentage}%"
},
"temperature": {
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"format": "{temperatureC}°C",
"on-click": "btop"
"format": "{temperatureC}°C"
}
}
'';