polybar, python and js lsp
This commit is contained in:
2
.config/polybar/nvidia.sh
Executable file
2
.config/polybar/nvidia.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
nvidia-smi --query-gpu=utilization.gpu,temperature.gpu --format=csv,noheader | xargs -I {} echo "GPU: {}°C"
|
||||
2
.config/polybar/temperature.sh
Executable file
2
.config/polybar/temperature.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
sensors | grep "Tccd2" | tr -d '+' | awk '{print $2}'
|
||||
Reference in New Issue
Block a user