liquidprompt icon indicating copy to clipboard operation
liquidprompt copied to clipboard

Temperature appears despite LP_ENABLE_TEMP=0

Open bound-variable opened this issue 2 years ago • 3 comments

Shell: bash 5.1.16(1)-release

Operating system: 6.1.31-gentoo-dist

Liquid Prompt version: I didn't install via git

Steps to Reproduce

  1. Set LP_ENABLE_TEMP=0 in config file (~/.config/liquidpromptrc)

Expected Behavior

Temp should stop appearing

Current Behavior

Temp appears (when above threshold)

Possible Solution

bound-variable avatar Jun 09 '23 23:06 bound-variable

Liquid Prompt version: I didn't install via git

I'll need to know the LP version to be able to help. There was a temp display bug fairly recently that this might be related to.

Rycieos avatar Jun 09 '23 23:06 Rycieos

My package manager shows it as version 2.1.2

bound-variable avatar Jun 10 '23 00:06 bound-variable

That version is the latest stable, and should not have that issue.

Can you post the output of the following commands?

declare -p | grep TEMP
set -x; _lp_temperature; set +x

Rycieos avatar Jun 12 '23 01:06 Rycieos