This commit is contained in:
KM4ACK 2023-11-29 17:26:04 -06:00
parent f1f7eefb69
commit 56c08d90ea

View file

@ -1,6 +1,6 @@
CONFIG_DIR=$HOME/bin/conky
CONKY_TMP=/tmp/conky.txt
CPU=$(lscpu | grep Architecture | grep arm)
CPU=$(lscpu | grep "Vendor ID" | grep ARM)
if [ -z "$CPU" ]; then
CONFIG_FILES=${CONFIG_DIR}/*.86
TYPE=".86"