mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Merge pull request #142 from mdh34/new-elementary
Add new elementary terminal settings
This commit is contained in:
commit
f1eefc24a2
@ -245,6 +245,15 @@ elif [ "$TERMINAL" = "mintty" ]; then
|
|||||||
echo "Done - please reopen your Cygwin terminal to see the changes"
|
echo "Done - please reopen your Cygwin terminal to see the changes"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
elif [ "$TERMINAL" = "io.elementary.terminal" ]; then
|
||||||
|
# |
|
||||||
|
# | Applying values io.elementary.terminal
|
||||||
|
# | ===========================================
|
||||||
|
gsettings set io.elementary.terminal.settings background "${BACKGROUND_COLOR}"
|
||||||
|
gsettings set io.elementary.terminal.settings foreground "${FOREGROUND_COLOR}"
|
||||||
|
gsettings set io.elementary.terminal.settings cursor-color "${CURSOR_COLOR}"
|
||||||
|
gsettings set io.elementary.terminal.settings palette "${COLOR_01}:${COLOR_02}:${COLOR_03}:${COLOR_04}:${COLOR_05}:${COLOR_06}:${COLOR_07}:${COLOR_08}:${COLOR_09}:${COLOR_10}:${COLOR_11}:${COLOR_12}:${COLOR_13}:${COLOR_14}:${COLOR_15}:${COLOR_16}"
|
||||||
|
|
||||||
else
|
else
|
||||||
# |
|
# |
|
||||||
# | Applying values on gnome-terminal
|
# | Applying values on gnome-terminal
|
||||||
|
Loading…
Reference in New Issue
Block a user