From 56c08d90eac83d42bdb8a8d3fd2ca668964bb9b3 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Wed, 29 Nov 2023 17:26:04 -0600 Subject: [PATCH] fix #52 --- data/conky/setconky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conky/setconky b/data/conky/setconky index 95c7f27..18acdd7 100755 --- a/data/conky/setconky +++ b/data/conky/setconky @@ -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"