diff options
| author | tslil clingman <> | 2023-12-14 20:15:57 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-14 20:15:57 +0100 |
| commit | 952c39a529ed6ec812810f7dfd7ff18a8d3b1537 (patch) | |
| tree | 0672bd45978f36f71690931001a4481d1a5fb241 | |
| parent | 73889b4862a045fbe86b32e594595e35214b0272 (diff) | |
yambar_status: remove
| -rwxr-xr-x | yambar_status | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/yambar_status b/yambar_status deleted file mode 100755 index 2fc331e..0000000 --- a/yambar_status +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -time="$(TZ=America/Chicago date +'%Z %H:%M')" -time="$time | $(TZ=America/New_York date +'%Z %H:%M')" -time="$time | $(TZ=UTC date +'%Z %H:%M')" -# time="$time | $(TZ=Europe/London date +'%Z %H:%M')" -time="$time | $(TZ=Europe/Amsterdam date +'%Z %H:%M:%S %Y/%m/%d')" -temp="GPU $(nvidia-smi --query-gpu temperature.gpu --format=csv,noheader)°C" -temp="CPU $(sensors k10temp-pci-00c3 | grep Tctl | cut -d: -f2 | tr -d ' +') $temp" -echo "temp|string|$temp" -echo "time|string|$time" -echo "" |
