mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
change conditional for elementary os
This commit is contained in:
parent
d2e45b3026
commit
5525fbb797
@ -14,8 +14,9 @@ function gnome_color () {
|
||||
|
||||
# |
|
||||
# | Check for the terminal name and decide how to apply
|
||||
TERMINAL=$(ps -o comm= $PPID)
|
||||
# | ===========================================
|
||||
if [ $(ps -p $(ps -p $(ps -p $$ -o ppid=) -o ppid=) -o args=) = "pantheon-terminal" ]; then
|
||||
if [ $TERMINAL = "pantheon-terminal-" ]; then
|
||||
# |
|
||||
# | Applying values on pantheon-terminal
|
||||
# | ===========================================
|
||||
|
Loading…
Reference in New Issue
Block a user