mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
fix typo - Don't use the function keyword
This commit is contained in:
parent
b33c95582a
commit
940a1388a4
@ -3,7 +3,7 @@
|
|||||||
# |
|
# |
|
||||||
# | Convert RGB to gnome colors
|
# | Convert RGB to gnome colors
|
||||||
# | ===========================================
|
# | ===========================================
|
||||||
function gnome_color () {
|
gnome_color () {
|
||||||
|
|
||||||
AA=${1:1:2}
|
AA=${1:1:2}
|
||||||
BB=${1:3:2}
|
BB=${1:3:2}
|
||||||
@ -58,6 +58,7 @@ set_theme() {
|
|||||||
# | Check for the terminal name and decide how to apply
|
# | Check for the terminal name and decide how to apply
|
||||||
# | ===========================================
|
# | ===========================================
|
||||||
TERMINAL=$(ps -p $(ps -p $(ps -p $$ -o ppid=) -o ppid=) -o args=)
|
TERMINAL=$(ps -p $(ps -p $(ps -p $$ -o ppid=) -o ppid=) -o args=)
|
||||||
|
|
||||||
if [ $TERMINAL = "pantheon-terminal" ]; then
|
if [ $TERMINAL = "pantheon-terminal" ]; then
|
||||||
# |
|
# |
|
||||||
# | Applying values on pantheon-terminal
|
# | Applying values on pantheon-terminal
|
||||||
|
Loading…
Reference in New Issue
Block a user