From 10cd5f444dd48e2dccbdcad8db4aaf65d1f6c478 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 8 Jun 2025 00:40:04 +1000 Subject: install: fix shell install --- install/shell.fish | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'install/shell.fish') diff --git a/install/shell.fish b/install/shell.fish index 061321d..f2fa195 100755 --- a/install/shell.fish +++ b/install/shell.fish @@ -2,17 +2,14 @@ . (dirname (status filename))/util.fish -install-deps git dart-sass libastal-gjs-git libastal-meta npm curl libnotify ttf-material-symbols-variable-git ttf-jetbrains-mono-nerd ttf-rubik-vf pacman-contrib app2unit-git -install-optional-deps 'uwsm (for systems using uwsm)' 'yay (AUR package management)' 'fd (launcher file search)' 'tod-bin (launcher todo action)' 'wl-clipboard (clipboard support)' 'foot (opening stuff in terminal)' +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)' set -l shell $C_DATA/shell # Update/Clone repo update-repo shell $shell -cd $shell || exit -npm install - if which systemctl &> /dev/null log 'Installing systemd service...' @@ -20,7 +17,7 @@ if which systemctl &> /dev/null mkdir -p $systemd echo -n " [Unit] -Description=A visually stunning and feature-rich desktop shell made for the Caelestia project. +Description=A very segsy desktop shell. After=graphical-session.target [Service] -- cgit v1.2.3-freya