diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-11-08 22:27:07 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-11-08 22:27:07 +0100 |
| commit | e97e9fd6930932608f30fb2fd3d6aeb8568c3e74 (patch) | |
| tree | 40f82e3d83d88af719e03b88651e6893d61890fe | |
| parent | 1c72b5309890ececc768b0536c9741af01d0dd63 (diff) | |
| download | dotfiles-e97e9fd6930932608f30fb2fd3d6aeb8568c3e74.tar.gz | |
Update
| -rw-r--r-- | .config/i3status/config | 2 | ||||
| -rwxr-xr-x | .shenanigans.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/i3status/config b/.config/i3status/config index 9858e6a..3ec0af1 100644 --- a/.config/i3status/config +++ b/.config/i3status/config | |||
| @@ -32,7 +32,7 @@ ethernet enp5s0 { | |||
| 32 | 32 | ||
| 33 | cpu_temperature 0 { | 33 | cpu_temperature 0 { |
| 34 | format = "TEMP: %degrees°C" | 34 | format = "TEMP: %degrees°C" |
| 35 | path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input" | 35 | path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | volume master { | 38 | volume master { |
diff --git a/.shenanigans.sh b/.shenanigans.sh index c1b34d7..9a10f57 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -40,6 +40,9 @@ export PATH=$HOME/Applications:$PATH | |||
| 40 | export PATH=$HOME/go/bin:$PATH | 40 | export PATH=$HOME/go/bin:$PATH |
| 41 | export PATH=/usr/local/go/bin:$PATH | 41 | export PATH=/usr/local/go/bin:$PATH |
| 42 | 42 | ||
| 43 | # Language server. | ||
| 44 | export PATH=$HOME/.local/bin/luals/bin:$PATH | ||
| 45 | |||
| 43 | # History and search. Stolen from J. | 46 | # History and search. Stolen from J. |
| 44 | HISTCONTROL=ignoreboth | 47 | HISTCONTROL=ignoreboth |
| 45 | shopt -s histappend | 48 | shopt -s histappend |
