diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 21:44:31 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-26 21:44:31 +0800 |
| commit | 98cf5cbe126b498199bd0697ec473db482c4672e (patch) | |
| tree | 8925661b829fabe225239b30e628552ff6ae5200 /install/scripts.fish | |
| parent | feat: print scheme command (diff) | |
| download | caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.gz caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.tar.bz2 caelestia-cli-98cf5cbe126b498199bd0697ec473db482c4672e.zip | |
screenshot: add region and freeze functionality
equibop -> discord with openasar and equicord
Diffstat (limited to 'install/scripts.fish')
| -rwxr-xr-x | install/scripts.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/scripts.fish b/install/scripts.fish index 573a74c..5b5ac9b 100755 --- a/install/scripts.fish +++ b/install/scripts.fish @@ -2,8 +2,8 @@ . (dirname (status filename))/util.fish -install-deps git hyprland-git hyprpaper-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)' 'wl-screenrec (screen recorder)' 'grim (screenshot tool)' 'zen-browser (web browser)' +install-deps git hyprland-git hyprpaper-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs python-materialyoucolor-git app2unit-git grim wayfreeze-git wl-screenrec +install-optional-deps 'discord (messaging app)' 'btop (system monitor)' 'zen-browser (web browser)' set -l dist $C_DATA/scripts |