feat: added waybar & anyrun configs
This commit is contained in:
9
.config/waybar/lib/components/gpu.json
Normal file
9
.config/waybar/lib/components/gpu.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"custom/gpu": {
|
||||
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"format": " {}%",
|
||||
"return-type": "",
|
||||
"interval": 5,
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user