🐛 fix(waybar): component modules use scratchpads instead of new terminals
This commit is contained in:
parent
2aa0fdf7e5
commit
deef8ffb2c
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cpu": {
|
||||
"on-click": "kitty --class center-float-large btop",
|
||||
"on-click": "pypr toggle btop",
|
||||
"format": "CPU: {usage}%",
|
||||
"tooltip": false,
|
||||
"interval": 2,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"custom/gpu-usage": {
|
||||
"exec": "cat /sys/class/hwmon/hwmon4/device/gpu_busy_percent",
|
||||
"on-click": "kitty --class center-float-large nvtop",
|
||||
"on-click": "pypr toggle nvtop",
|
||||
"format": "GPU: {}%",
|
||||
"return-type": "",
|
||||
"interval": 2,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"memory": {
|
||||
"format": "{}% ",
|
||||
"on-click": "kitty --class center-float-large btop",
|
||||
"on-click": "pypr toggle btop",
|
||||
"tooltip": true,
|
||||
"interval": 2,
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"temperature#cpu": {
|
||||
"critical-threshold": 90,
|
||||
"on-click": "kitty --class center-float-large btop",
|
||||
"on-click": "pypr toggle btop",
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"format-critical": "{icon} {temperatureC}°C",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"temperature#gpu": {
|
||||
"critical-threshold": 80,
|
||||
"on-click": "kitty --class center-float-large nvtop",
|
||||
"on-click": "pypr toggle nvtop",
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
|
||||
"format-critical": "{icon} {temperatureC}°C",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
|
|
Loading…
Add table
Reference in a new issue