add term-font support for yakuake
This commit is contained in:
parent
78f355ba6d
commit
2fef4d9849
2
neofetch
2
neofetch
|
@ -2872,7 +2872,7 @@ END
|
||||||
END { print font " " size}' "${confs[0]}")"
|
END { print font " " size}' "${confs[0]}")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"konsole"*)
|
"konsole" | "yakuake")
|
||||||
# Get Process ID of current konsole window / tab
|
# Get Process ID of current konsole window / tab
|
||||||
child="$(get_ppid "$$")"
|
child="$(get_ppid "$$")"
|
||||||
|
|
||||||
|
|
Reference in New Issue