mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Major update with tilix support
This commit is contained in:
parent
e8195e927b
commit
851ac59dfd
10
apply-colors.sh
Executable file → Normal file
10
apply-colors.sh
Executable file → Normal file
@ -3,10 +3,12 @@
|
||||
# |
|
||||
# | Early pre-requisites check
|
||||
# | ===========================================
|
||||
UUIDGEN="${UUIDGEN:-$(command -v uuidgen)}"
|
||||
DCONF="${DCONF:-$(command -v dconf)}"
|
||||
GCONF="${GCONF:-$(command -v gconftool-2)}"
|
||||
GS="${GS:-$(command -v gsettings)}"
|
||||
UUIDGEN="${UUIDGEN:-$(command -v uuidgen | xargs echo)}"
|
||||
DCONF="${DCONF:-$(command -v dconf | xargs echo)}"
|
||||
GCONF="${GCONF:-$(command -v gconftool-2 | xargs echo)}"
|
||||
GS="${GS:-$(command -v gsettings | xargs echo)}"
|
||||
# Note: xargs echo is to make the command sucessful even if it was not
|
||||
# otherwise the script will exit if the command does not exist (elementary os)
|
||||
|
||||
case "${TERMINAL}" in
|
||||
pantheon-terminal|io.elementary.t* )
|
||||
|
Loading…
Reference in New Issue
Block a user