Add default fish app, colors
This commit is contained in:
parent
b4ae5f65bb
commit
919038a654
1 changed files with 7 additions and 1 deletions
|
@ -69,7 +69,13 @@ then
|
|||
echo -e "\nFish icon removed!"
|
||||
fi
|
||||
# Fish by default in terminal app
|
||||
# TODO
|
||||
profil=$(gsettings get org.gnome.Terminal.ProfilesList list)
|
||||
gsettings set "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profil:2:-2}/" "use-custom-command" "true"
|
||||
gsettings set "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profil:2:-2}/" "custom-command" "fish"
|
||||
# Default colors
|
||||
gsettings set "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profil:2:-2}/" "use-theme-colors" "true"
|
||||
gsettings set "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profil:2:-2}/" "foreground-color" "rgb(211,208,200)"
|
||||
gsettings set "org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:${profil:2:-2}/" "background-color" "rgb(45,45,45)"
|
||||
|
||||
# == GL4D ==
|
||||
sudo pacman -S sdl2_image pkg-config automake make autoconf --noconfirm
|
||||
|
|
Reference in a new issue