diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-23 15:35:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-23 15:35:56 -0500 |
commit | 2e399b105ecea123b42e9ed21ec1a562799e0cd6 (patch) | |
tree | 6c984abc8429960b75bf9ce6ad9484d4d506c5ed /i3blocks.conf | |
parent | c1a11261f26ca8f8c0e94fda0f7acbe226e38452 (diff) | |
download | i3-config-2e399b105ecea123b42e9ed21ec1a562799e0cd6.tar.lz i3-config-2e399b105ecea123b42e9ed21ec1a562799e0cd6.tar.xz i3-config-2e399b105ecea123b42e9ed21ec1a562799e0cd6.zip |
temperature: use injected properties
Diffstat (limited to 'i3blocks.conf')
-rw-r--r-- | i3blocks.conf | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/i3blocks.conf b/i3blocks.conf index a08bcb9..6b06e9a 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -125,15 +125,12 @@ interval=10 # Support multiple chips, though lm-sensors. # The script may be called with -w and -c switches to specify thresholds, # see the script for details. -# [temperature] -# label=TEMP -# interval=10 - -[temp] -label= -command=echo "$(sensors coretemp-isa-0000 | awk '/Physical/ {print $4}')" +[temperature] +label=: interval=10 -color=#18FFFF +#T_WARN=70 +#T_CRIT=90 +#SENSOR_CHIP="" #[load_average] #interval=10 |