From a8b21a7ba80729348141c9539cb89d7b82f798aa Mon Sep 17 00:00:00 2001 From: toni Date: Thu, 9 Oct 2014 12:24:37 +0200 Subject: xmobarrc: display gpu temp (nvidia-smi) --- configs/xmobar_gputemp.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 configs/xmobar_gputemp.sh (limited to 'configs/xmobar_gputemp.sh') 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' -- cgit v1.2.3