first commit

This commit is contained in:
klein panic
2024-09-29 01:05:25 -04:00
commit 2bcc806b8b
670 changed files with 96169 additions and 0 deletions

2
conky/get_gpu_usage.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
sudo intel_gpu_top -J -s 1 2>/dev/null | grep -oP '\"busy\": \K\d+' | head -1