We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048e2d9 commit a178f3bCopy full SHA for a178f3b
neofetch
@@ -4654,8 +4654,8 @@ END
4654
# Get Process ID of current konsole window / tab
4655
child="$(get_ppid "$$")"
4656
4657
- # Loop while the process name is not "konsole"
4658
- while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "konsole" ]]; do
+ # Loop while the process name is not "konsole"/"yakuake"
+ while [[ "$(ps -p "$(get_ppid "$child")" -o comm=)" != "$term" ]]; do
4659
# Get the parent process ID
4660
child="$(get_ppid "$child")"
4661
0 commit comments