chore: simplified xmobar

This commit is contained in:
Afonso Franco 2022-11-08 17:10:50 +00:00
parent b90cf55515
commit 5a3660e7b4
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 54 additions and 75 deletions

View file

@ -13,10 +13,10 @@ else
fi
if [ "$temp" -ge "$temp2" ] ; then
echo "Cpu: <fc=#C1514E>$temp</fc>°C"
echo "<fn=6></fn> <fc=#C1514E>$temp</fc>°C"
elif [ "$temp" -ge "$temp1" ] ; then
echo "Cpu: <fc=#C1A24E>$temp</fc>°C"
echo "<fn=6></fn> <fc=#C1A24E>$temp</fc>°C"
else
echo "Cpu: <fc=#AAC0F0>$temp</fc>°C"
echo "<fn=6></fn> <fc=#AAC0F0>$temp</fc>°C"
fi