diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 18:24:02 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-04 18:24:02 +1100 |
| commit | ad791dfd76bca340ba584f736c6d30ea1cced504 (patch) | |
| tree | e99b609ac0f37fdf4c78531e9c0ea3ab99262fe5 /install | |
| parent | install: use systemd services for shell and safeeyes (diff) | |
| download | caelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.tar.gz caelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.tar.bz2 caelestia-cli-ad791dfd76bca340ba584f736c6d30ea1cced504.zip | |
feat: uwsm app -> app2unit
Also xdg-open -> app2unit
Diffstat (limited to 'install')
| -rwxr-xr-x | install/scripts.fish | 2 | ||||
| -rwxr-xr-x | install/shell.fish | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install/scripts.fish b/install/scripts.fish index 700ea8a..c56b61e 100755 --- a/install/scripts.fish +++ b/install/scripts.fish @@ -2,7 +2,7 @@ . (dirname (status filename))/util.fish -install-deps git hyprland-git hyprpaper-git okolors-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs python-materialyoucolor-git +install-deps git hyprland-git hyprpaper-git okolors-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs python-materialyoucolor-git app2unit-git install-optional-deps 'equibop-bin (discord client)' 'btop (system monitor)' 'wf-recorder (screen recorder)' 'grim (screenshot tool)' 'zen-browser (web browser)' 'spotify-adblock (music player)' set -l dist $C_DATA/scripts diff --git a/install/shell.fish b/install/shell.fish index eca9022..061321d 100755 --- a/install/shell.fish +++ b/install/shell.fish @@ -2,7 +2,7 @@ . (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 +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)' set -l shell $C_DATA/shell |