updated gpu module

This commit is contained in:
2025-08-15 09:19:05 +02:00
parent 8eb626164b
commit dc3133cc94
2 changed files with 125 additions and 25 deletions

View File

@@ -142,13 +142,14 @@
"return-type": "json",
"exec": "~/.config/waybar/scripts/gpu-screen-recorder-status.sh",
"on-click-right": "~/.config/hypr/scripts/replay-ctrl.sh save",
"on-click": "~/.config/waybar/scripts/toggle-replay.sh",
"on-click": "~/.config/hypr/scripts/replay-ctrl.sh toggle",
"interval": 1
},
"custom/gpu-usage": {
"format": "{}",
"return-type": "json",
"exec": "~/.config/waybar/scripts/gpu_usage.sh",
"on-click": "lact gui",
"interval": 5
}
}