Installation
Arch Linux
bash
yay -S delta-shell-gitFrom Source
Dependencies
Required
aylurs-gtk-shelllibastal-hyprlandlibastal-nirilibastal-appslibastal-batterylibastal-bluetoothlibastal-mprislibastal-networklibastal-notifdlibastal-powerprofileslibastal-traylibastal-wireplumberdart-sass
WARNING
Delta Shell will not run without the required dependencies
Optional
cliphistandwl-clipboardfor clipboardgpu-screen-recorderto record screen from control centergeoclueto autoload the location for weathertuned-ppdorpower-profiles-daemonto switch between power profilesbrightnessctlfor control screen brightnessbluezfor connect to bluetooth devices
Arch Linux
To install the dependencies on Arch, you can use the following command:
bash
yay -S libastal-niri-git aylurs-gtk-shell-git libastal-meta brightnessctl dart-sass bluez tuned-ppd cliphist gpu-screen-recorder wl-clipboard geoclueInstalling Delta Shell
To install Delta Shell, you can run the following commands:
bash
git clone https://github.com/Sinomor/delta-shell.git
cd delta-shell
meson setup build
meson install -C buildWithout Building
To install Delta Shell without building, you can run the following commands:
bash
git clone https://github.com/Sinomor/delta-shell.git
cd delta-shell
./run-dev.shTIP
So for starting you need use run-dev.sh script
Running Delta Shell
Once you have installed Delta Shell, you can run it by running the following command:
bash
delta-shell runAlso more information you can get with
bash
delta-shell -h