diff options
Diffstat (limited to 'configs/xmobar_gputemp.sh')
-rwxr-xr-x | configs/xmobar_gputemp.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/xmobar_gputemp.sh b/configs/xmobar_gputemp.sh new file mode 100755 index 0000000..c4dffe3 --- /dev/null +++ b/configs/xmobar_gputemp.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +nvidia-smi | grep -oE '[0-9]{2,3}C' |