summaryrefslogtreecommitdiff
path: root/install/shell.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-08 00:44:20 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-08 00:44:20 +1000
commit0d7dd0707a7c0e48f228b380bbdc0ff871083d2a (patch)
treed6b1d8c1951041d5e8864a8f7a8ca127a81ebf52 /install/shell.fish
parentwallpaper: use shell for wallpaper (diff)
downloadcaelestia-cli-0d7dd0707a7c0e48f228b380bbdc0ff871083d2a.tar.gz
caelestia-cli-0d7dd0707a7c0e48f228b380bbdc0ff871083d2a.tar.bz2
caelestia-cli-0d7dd0707a7c0e48f228b380bbdc0ff871083d2a.zip
install: shell install add lm_sensors
Diffstat (limited to 'install/shell.fish')
-rwxr-xr-xinstall/shell.fish5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/shell.fish b/install/shell.fish
index f2fa195..78ec78a 100755
--- a/install/shell.fish
+++ b/install/shell.fish
@@ -2,6 +2,11 @@
. (dirname (status filename))/util.fish
+if ! pacman -Q lm_sensors > /dev/null
+ sudo pacman -S --noconfirm lm_sensors
+ sudo sensors-detect --auto
+end
+
install-deps git quickshell curl jq ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-ibm-plex app2unit-git fd fish python-aubio python-pyaudio python-numpy cava networkmanager bluez-utils ddcutil brightnessctl
install-optional-deps 'uwsm (for systems using uwsm)'