polybar, python and js lsp

This commit is contained in:
Kopatz
2024-06-05 14:54:42 +02:00
parent d8a3ffd85d
commit 429ebb62a7
6 changed files with 28 additions and 14 deletions

2
.config/polybar/nvidia.sh Executable file
View 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
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
sensors | grep "Tccd2" | tr -d '+' | awk '{print $2}'