diff --git a/.config/i3status/config b/.config/i3status/config index 9858e6a7b83c17ffd40c4e4e0218f8a84f14f885..3ec0af1a3e63834ad4a955d9a2fd54a78cc64222 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -32,7 +32,7 @@ } cpu_temperature 0 { format = "TEMP: %degrees°C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" } volume master { diff --git a/.shenanigans.sh b/.shenanigans.sh index c1b34d799aeef69d7acddf126d18675225fe0d52..9a10f57f04174810f178f278d031ca7a0460ed8d 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -40,6 +40,9 @@ export PATH=$HOME/Applications:$PATH export PATH=$HOME/go/bin:$PATH export PATH=/usr/local/go/bin:$PATH +# Language server. +export PATH=$HOME/.local/bin/luals/bin:$PATH + # History and search. Stolen from J. HISTCONTROL=ignoreboth shopt -s histappend