Skip to content

Commit d374354

Browse files
authored
[PR] #235 from syimyuzya: Fix terminal font info for yakuake (again)
2 parents 048e2d9 + eeffb35 commit d374354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neofetch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4654,8 +4654,8 @@ END
46544654
# Get Process ID of current konsole window / tab
46554655
child="$(get_ppid "$$")"
46564656

4657-
# Loop while the process name is not "konsole"
4658-
while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "konsole" ]]; do
4657+
# Loop while the process name is not "konsole"/"yakuake"
4658+
while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "$term" ]]; do
46594659
# Get the parent process ID
46604660
child="$(get_ppid "$child")"
46614661

0 commit comments

Comments
 (0)