diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-08 00:40:04 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-08 00:40:04 +1000 |
| commit | 10cd5f444dd48e2dccbdcad8db4aaf65d1f6c478 (patch) | |
| tree | 820b6b1424020176da87320ef2c0d540ca3ef262 /install/shell.fish | |
| parent | install: fix discord openasar install (diff) | |
| download | caelestia-cli-10cd5f444dd48e2dccbdcad8db4aaf65d1f6c478.tar.gz caelestia-cli-10cd5f444dd48e2dccbdcad8db4aaf65d1f6c478.tar.bz2 caelestia-cli-10cd5f444dd48e2dccbdcad8db4aaf65d1f6c478.zip | |
install: fix shell install
Diffstat (limited to 'install/shell.fish')
| -rwxr-xr-x | install/shell.fish | 9 |
1 files changed, 3 insertions, 6 deletions
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] |